Template:ClubInfobox: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (One intermediate revision 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> | ||
| Line 71: | Line 43: | ||
"location": { | "location": { | ||
"label": "Location", | "label": "Location", | ||
"type": "string" | "type": "string", | ||
"description": "Where club is located", | |||
"example": "Georgetown" | |||
}, | }, | ||
"founded": { | "founded": { | ||
"label": "Founded", | "label": "Founded", | ||
"type": "string" | "type": "string", | ||
"description": "Year founded" | |||
}, | }, | ||
"colors": { | "colors": { | ||
"label": "Colors", | "label": "Colors", | ||
"type": "string" | "type": "string", | ||
"description": "Two colors separated by & symbol" | |||
}, | }, | ||
"mascot": { | "mascot": { | ||