Jump to content

Template:TeamInfobox: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
<div class="infobox-image" style="text-align:center; margin-bottom:6px;">
[[File:{{{image|Default School Logo.png}}}|frameless|200px]]
</div>
{| class="infobox"
{| class="infobox"
|+ {{{name|{{PAGENAME}}}}}
|+ {{{name|{{PAGENAME}}}}}
|-
| colspan="2" style="text-align:center;" |
[[File:{{{image|Default School Logo.png}}}|frameless|250px]]


|-
|-
Line 41: Line 42:
! First State Champion
! First State Champion
| {{{firstchamp|}}}
| {{{firstchamp|}}}
|-
! Winningest Wrestler in Program History
| {{{mostwins|}}}


|-
|-
Line 53: Line 58:
<templatedata>
<templatedata>
{
{
  "description": "Infobox for team pages",
"description": "Infobox for team pages",
  "params": {
"params": {
    "name": {
"name": {
      "label": "Name",
"label": "Name",
      "description": "Team name (defaults to page title)",
"description": "Team name (defaults to page title)",
      "type": "string",
"type": "string",
      "default": "{{PAGENAME}}"
"default": "{{PAGENAME}}"
    },
},
    "image": {
"image": {
      "label": "Logo Image",
"label": "Logo Image",
      "description": "Team logo or school image",
"description": "Team logo or school image",
      "type": "wiki-file-name",
"type": "wiki-file-name",
      "default": "Default School Logo.png",
"default": "Default School Logo.png",
      "suggested": true
"suggested": true
    },
},
    "location": {
"location": {
      "label": "Location",
"label": "Location",
      "type": "string"
"type": "string"
    },
},
    "conference": {
"conference": {
      "label": "Conference",
"label": "Conference",
      "type": "string"
"type": "string"
    },
},
    "tournament": {
"tournament": {
      "label": "Qualifying Tournament",
"label": "Qualifying Tournament",
      "type": "string"
"type": "string"
    },
},
    "founded": {
"founded": {
      "label": "Founded",
"label": "Founded",
      "type": "string"
"type": "string"
    },
},
    "colors": {
"colors": {
      "label": "Colors",
"label": "Colors",
      "type": "string"
"type": "string"
    },
},
    "mascot": {
"mascot": {
      "label": "Mascot",
"label": "Mascot",
      "type": "string"
"type": "string"
    },
},
    "dualwins": {
"dualwins": {
      "label": "Dual Meet Wins",
"label": "Dual Meet Wins",
      "type": "number"
"type": "number"
    },
},
    "teamstates": {
"teamstates": {
      "label": "Team State Championships",
"label": "Team State Championships",
      "type": "number"
"type": "number"
    },
},
    "firstchamp": {
"firstchamp": {
      "label": "First State Champion",
"label": "First State Champion",
      "type": "string"
"type": "string"
    },
},
    "indivstates": {
"indivstates": {
      "label": "Individual State Champions",
"label": "Individual State Champions",
      "type": "number"
"type": "number"
    },
},
    "conferences": {
"conferences": {
      "label": "Conference Championships",
"label": "Conference Championships",
      "type": "number"
"type": "number"
    }
},
  }
"mostwins": {
"label": "Most Wins in School History"
}
},
"paramOrder": [
"name",
"image",
"location",
"conference",
"tournament",
"founded",
"colors",
"mascot",
"dualwins",
"teamstates",
"firstchamp",
"mostwins",
"indivstates",
"conferences"
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>