Template:TeamInfobox: Difference between revisions
Appearance
Created page with "<div class="team-infobox"> <div class="team-infobox-title"> {{{name|{{PAGENAME}}}}} </div> <div class="team-infobox-image"> {{{image|200px}}} </div> <div class="team-infobox-body"> <div class="row"><b>Location:</b> {{{location|}}}</div> <div class="row"><b>Conference:</b> {{{conference|}}}</div> <div class="row"><b>Qualifying Tournament:</b> {{{tournament|}}}</div> <div class="row"><b>Founded:</b> {{{founded|}}}</div> <div class="..." |
m Protected "Template:TeamInfobox" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
||
| (29 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
< | <includeonly> | ||
{| class="infobox" | |||
|+ {{{name|{{PAGENAME}}}}} | |||
|- | |||
{{{ | | colspan="2" style="text-align:center;" | | ||
[[File:{{{image|Default School 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 State Champion | |||
| {{{firstchamp|}}} | |||
|- | |||
! Individual State Champions | |||
| {{{indivstates|}}} | |||
< | |- | ||
! Conference Champions | |||
| {{{conferences|}}} | |||
|} | |||
</includeonly><noinclude> | |||
<templatedata> | |||
</ | { | ||
"description": "Infobox for team pages", | |||
</ | "params": { | ||
"name": { | |||
"label": "Name", | |||
"description": "Team name (defaults to page title)", | |||
"type": "string", | |||
"default": "{{PAGENAME}}" | |||
}, | |||
"image": { | |||
"label": "Logo Image", | |||
"description": "Team logo or school image", | |||
"type": "wiki-file-name", | |||
"default": "Default School Logo.png", | |||
"suggested": true | |||
}, | |||
"location": { | |||
"label": "Location", | |||
"type": "string" | |||
}, | |||
"conference": { | |||
"label": "Conference", | |||
"type": "string" | |||
}, | |||
"tournament": { | |||
"label": "Qualifying Tournament", | |||
"type": "string" | |||
}, | |||
"founded": { | |||
"label": "Founded", | |||
"type": "string" | |||
}, | |||
"colors": { | |||
"label": "Colors", | |||
"type": "string" | |||
}, | |||
"mascot": { | |||
"label": "Mascot", | |||
"type": "string" | |||
}, | |||
"dualwins": { | |||
"label": "Dual Meet Wins", | |||
"type": "number" | |||
}, | |||
"teamstates": { | |||
"label": "Team State Championships", | |||
"type": "number" | |||
}, | |||
"firstchamp": { | |||
"label": "First State Champion", | |||
"type": "string" | |||
}, | |||
"indivstates": { | |||
"label": "Individual State Champions", | |||
"type": "number" | |||
}, | |||
"conferences": { | |||
"label": "Conference Championships", | |||
"type": "number" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Latest revision as of 21:48, 18 April 2026
Infobox for team pages
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Team name (defaults to page title)
| String | optional |
| Logo Image | image | Team logo or school image
| File | suggested |
| Location | location | no description | String | optional |
| Conference | conference | no description | String | optional |
| Qualifying Tournament | tournament | no description | String | optional |
| Founded | founded | no description | String | optional |
| Colors | colors | no description | String | optional |
| Mascot | mascot | no description | String | optional |
| Dual Meet Wins | dualwins | no description | Number | optional |
| Team State Championships | teamstates | no description | Number | optional |
| First State Champion | firstchamp | no description | String | optional |
| Individual State Champions | indivstates | no description | Number | optional |
| Conference Championships | conferences | no description | Number | optional |