|
|
| Line 1: |
Line 1: |
| {| class="infobox"
| | <div style="border:1px solid red;"> |
| |+ {{{name|{{PAGENAME}}}}}
| | TEST INFBOX WORKS |
| | | </div> |
| |-
| |
| | colspan="2" style="text-align:center;" |
| |
| {{{image|[[File:Default School Logo.png|frameless|200px]]}}}
| |
| | |
| |-
| |
| ! 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|}}}
| |
| |}
| |
| | |
| <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-page-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> | |