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 |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 10: | Line 10: | ||
! Location | ! Location | ||
| {{{location|}}} | | {{{location|}}} | ||
|- | |- | ||
| Line 30: | Line 22: | ||
! Mascot | ! Mascot | ||
| {{{mascot|}}} | | {{{mascot|}}} | ||
|} | |} | ||
</includeonly><noinclude> | </includeonly><noinclude> | ||
<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", | |||
"description": "Where club is located", | |||
"example": "Georgetown" | |||
}, | |||
"founded": { | |||
"label": "Founded", | |||
"type": "string", | |||
"description": "Year founded" | |||
}, | |||
"colors": { | |||
"label": "Colors", | |||
"type": "string", | |||
"description": "Two colors separated by & symbol" | |||
}, | |||
"mascot": { | |||
"label": "Mascot", | |||
"type": "string" | |||
} | |||
} | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 21:41, 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 | Where club is located
| String | optional |
| Founded | founded | Year founded | String | optional |
| Colors | colors | Two colors separated by & symbol | String | optional |
| Mascot | mascot | no description | String | optional |