More actions
m Removed spaces |
Adjusting the template |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox | |||
| | |title = {{{title}}} | ||
| | |icon = {{icon}} | ||
|count | |count = {{count}} | ||
|tagline | |tagline = {{tagline}} | ||
|creator | |creator = {{creator}} | ||
|date | |date = {{date}} | ||
}}} | }} | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"icon": { | |||
"label": "icon", | |||
"description": "Stamp used as icon for the sketchbook", | |||
"type": "wiki-file-name" | |||
}, | |||
"title": { | |||
"label": "title", | |||
"description": "Title of the sketchbook", | |||
"example": "Alpha", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"count": { | |||
"label": "count", | |||
"description": "The sequence number of the sketchbook", | |||
"example": "1", | |||
"type": "number" | |||
}, | |||
"tagline": { | |||
"label": "tagline", | |||
"description": "Short promotional quip", | |||
"example": "Alpha leads the way.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"creator": { | |||
"label": "creator", | |||
"description": "Author of the sketchbook", | |||
"example": "[[User:Arbhor]]", | |||
"type": "wiki-page-name", | |||
"default": "[[User:Arbhor|arbhor]]", | |||
"autovalue": "[[User:Arbhor|arbhor]]", | |||
"required": true | |||
}, | |||
"date": { | |||
"label": "date", | |||
"description": "Date the sketchbook was uploaded", | |||
"example": "12 November 2014", | |||
"type": "date", | |||
"required": true | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> |
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 |