Template:Club: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
|title = {{{name}}} | |title = {{{name}}} | ||
|label1 = Date | |label1 = Date | ||
|data1 = {{{date}}} | |data1 = {{{date|Unknown}}} | ||
|label2 = Founded by | |label2 = Founded by | ||
|data2 = {{{founder}}} | |data2 = {{{founder|Unknown}}} | ||
}} | }} | ||
[[Category:Clubs and Societies]] | [[Category:Clubs and Societies]] | ||
<noinclude> | |||
[[Category: Prepared Templates]] | |||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"label": "Name", | |||
"description": "The name of the club", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"date": { | |||
"label": "Date", | |||
"description": "The running time of the club", | |||
"example": "2020-Present", | |||
"type": "string" | |||
}, | |||
"founder": { | |||
"label": "Founder", | |||
"description": "The original founder of the club.", | |||
"type": "string" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Latest revision as of 05:10, 24 September 2024
{{#invoke:Infobox|infobox}} <templatedata> { "params": { "name": { "label": "Name", "description": "The name of the club", "type": "string", "required": true }, "date": { "label": "Date", "description": "The running time of the club", "example": "2020-Present", "type": "string" }, "founder": { "label": "Founder", "description": "The original founder of the club.", "type": "string" } } } </templatedata>