Template:Club: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{{name}}} | {{Infobox | ||
[[Category:Clubs]] | |title = {{{name}}} | ||
|label1 = Date | |||
|data1 = {{{date|Unknown}}} | |||
|label2 = Founded by | |||
|data2 = {{{founder|Unknown}}} | |||
}} | |||
[[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>