More actions
m Removed spaces |
Updated template data |
||
Line 7: | Line 7: | ||
|date | |date | ||
}}} | }}} | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"icon": {}, | |||
"title": { | |||
"label": "title" | |||
}, | |||
"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> |
Revision as of 00:35, 10 January 2025
icon
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
icon | icon | no description | Unknown | optional |
title | title | no description | Unknown | optional |
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 |