Difference between revisions of "Template:Infobox sport overview/doc"

From blackwiki
Jump to navigation Jump to search
imported>Zyxw
(remove deleted tracking category)
Line 60: Line 60:
 
</pre>
 
</pre>
 
{{clear}}
 
{{clear}}
 
== See also ==
 
* [[:Category:Articles using Sport overview with deprecated parameters]] (hidden tracking/maintenance category)
 
  
 
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | |
 
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | |
 
<!-- Categories below this line, please; interwikis at Wikidata -->
 
<!-- Categories below this line, please; interwikis at Wikidata -->
 
[[Category:Sports infobox templates|Sport overview]]
 
[[Category:Sports infobox templates|Sport overview]]
[[Category:Templates that add a tracking category]]
 
  
 
}}</includeonly>
 
}}</includeonly>

Revision as of 00:54, 22 November 2016

General infobox for a sport in a country. For the competition lists, if using standard wikilist formatting (with * or #), start the list on a new line. For longer lists, use {{collapsible list}}.

Usage

{{Infobox sport overview
| title         = Gens FC
| image         = 
| caption       = 
| union         = 
| country       = 
| sport         = Football
| noncountry    = 
| nickname      = 
| first         = 
| registered    = 
| clubs         = 
<!-- COMPETITIONS -->
| national_list = 
| club_list     = 
| intl_list     = 
<!-- AUDIENCE RECORDS -->
| match         = 
| league        = 
<!-- FAN GROUPS -->
| fan_org       =
}}

All parameters

{{Infobox sport overview
| boxwidth      = <!-- set width of infobox, default is 22em. must add units afterward, i.e. "25em" or "250px", not "22" or "250" -->
| title         = <!-- title of the infobox if different from the article title -->
| image         = <!-- image filename and type (i.e. "ImageName.png" -->
| imagesize     = <!-- change image size, default is 200px. must add units afterward, i.e. "250px" not "250" -->
| image_alt     = <!-- alt text, which will be seen when hovering over the image -->
| caption       = <!-- caption for the image above -->
| union         = <!-- governing body -->
| country       = <!-- country -->
| sport         = <!-- sport -->
| noncountry    = <!-- other country this country represents -->
| teamlabel1    = <!-- overrides the "National team" label with custom label -->
| nationalteam  = <!-- overrides the national team link, requires full wikitext syntax -->
| teamlabel2    = <!-- overrides the "Representative team" label with customer label -->
| repteam       = <!-- overrides the representative team link, requires full wikitext syntax -->
| nickname      = <!-- nicknames -->
| first         = <!-- date first played -->
| registered    = <!-- number of registered players -->
| clubs         = <!-- number of clubs -->
| national_list = <!-- list of national competitions -->
| club_list     = <!-- list of club competitions -->
| intl_list     = <!-- list of international competitions -->
| match         = <!-- single match audience record -->
| league        = <!-- league audience record -->
| fan_org       = <!-- fan organization -->
}}