Template:ClubInfobox: Difference between revisions
Appearance
Created page with "<includeonly> {| class="infobox" |+ {{{name|{{PAGENAME}}}}} |- | colspan="2" style="text-align:center;" | [[File:{{{image|Default Club Logo.png}}}|frameless|250px]] |- ! Location | {{{location|}}} |- ! Conference | {{{conference|}}} |- ! Qualifying Tournament | {{{tournament|}}} |- ! Founded | {{{founded|}}} |- ! Colors | {{{colors|}}} |- ! Mascot | {{{mascot|}}} |- ! Dual Meet Wins | {{{dualwins|}}} |- ! Team State Championships | {{{teamstates|}}} |- ! First..." |
No edit summary |
||
| Line 54: | Line 54: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Infobox for club pages", | |||
"params": { | |||
"name": { | |||
"label": "Name", | |||
"description": "Club name (defaults to page title)", | |||
"type": "string", | |||
"default": "{{PAGENAME}}" | |||
}, | |||
"image": { | |||
"label": "Logo Image", | |||
"description": "Club logo or image", | |||
"type": "wiki-file-name", | |||
"default": "Default Club Logo.png", | |||
"suggested": true | |||
}, | |||
"location": { | |||
"label": "Location", | |||
"type": "string" | |||
}, | |||
"founded": { | |||
"label": "Founded", | |||
"type": "string" | |||
}, | |||
"colors": { | |||
"label": "Colors", | |||
"type": "string" | |||
}, | |||
"mascot": { | |||
"label": "Mascot", | |||
"type": "string" | |||
} | |||
} | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Revision as of 21:36, 20 April 2026
Infobox for club pages
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Club name (defaults to page title)
| String | optional |
| Logo Image | image | Club logo or image
| File | suggested |
| Location | location | no description | String | optional |
| Founded | founded | no description | String | optional |
| Colors | colors | no description | String | optional |
| Mascot | mascot | no description | String | optional |