More actions
Updated template data |
Adjusting the template |
||
Line 1: | Line 1: | ||
{{Infobox | |||
| | |title = {{{title}}} | ||
| | |icon = {{icon}} | ||
|count | |count = {{count}} | ||
|tagline | |tagline = {{tagline}} | ||
|creator | |creator = {{creator}} | ||
|date | |date = {{date}} | ||
}} | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"icon": {}, | "icon": { | ||
"label": "icon", | |||
"description": "Stamp used as icon for the sketchbook", | |||
"type": "wiki-file-name" | |||
}, | |||
"title": { | "title": { | ||
"label": "title" | "label": "title", | ||
"description": "Title of the sketchbook", | |||
"example": "Alpha", | |||
"type": "string", | |||
"required": true | |||
}, | }, | ||
"count": { | "count": { |
Latest revision as of 01:03, 10 January 2025
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
icon | icon | Stamp used as icon for the sketchbook | File | optional |
title | title | Title of the sketchbook
| String | required |
count | count | The sequence number of the sketchbook
| Number | optional |
tagline | tagline | Short promotional quip
| String | suggested |
creator | creator | Author of the sketchbook
| Page name | required |
date | date | Date the sketchbook was uploaded
| Date | required |