Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox Sketchbooks: Difference between revisions

Template page
Created page
 
Adjusting the template
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{{Infobox Sketchbooks
{{Infobox
| icon
|title = {{{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

Template:Infobox

No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
iconicon

Stamp used as icon for the sketchbook

Fileoptional
titletitle

Title of the sketchbook

Example
Alpha
Stringrequired
countcount

The sequence number of the sketchbook

Example
1
Numberoptional
taglinetagline

Short promotional quip

Example
Alpha leads the way.
Stringsuggested
creatorcreator

Author of the sketchbook

Default
[[User:Arbhor|arbhor]]
Example
[[User:Arbhor]]
Auto value
[[User:Arbhor|arbhor]]
Page namerequired
datedate

Date the sketchbook was uploaded

Example
12 November 2014
Daterequired