Difference between revisions of "Template:Infobox tournament/doc"

From blackwiki
Jump to navigation Jump to search
imported>Anthony Appleyard
m (Anthony Appleyard moved page Template:Infobox sport tournament/doc to Template:Infobox tournament/doc: Requested by Prisencolin at WP:RM/TR: more general use template, rather than just sports)
imported>Vanisaac
m (→‎See also: clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other)
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{Documentation subpage}}
 
{{Documentation subpage}}
 
<!-- Categories go at the bottom of this page and interwikis go in Wikidata. -->
 
<!-- Categories go at the bottom of this page and interwikis go in Wikidata. -->
 +
{{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}}
  
 
== Usage ==
 
== Usage ==
{{Parameter names example|Current Champion|Final Champion|administrator|administrators|alt|attendance|best_player|broadcast|caption|champion|champions|current|current_champion|defunct|end_date|establishment|final year|final_champion|final_year|format|goals|host|image|image_size|location|matches|month played|month_played|mvp|mvp_label|name|next|number|participants|points|previous|purse|runner-up1|runner-up2|runners-up1|runners-up2|sport|start_date|stat1|stat1_label|stat2|stat2_label|teams|top_scorer|top_try_scorer|tournament format|tournament_format|tournament_name|tries|venues|website|year}}
+
{{Parameter names example|Current Champion|Final Champion|administrator|administrators|alt|attendance|best_player|broadcast|caption|champion|champions|current|current_champion|defunct|end_date|established|final year|final_champion|final_year|format|goals|host|image|image_size|location|matches|month played|month_played|mvp|mvp_label|name|next|number|participants|points|previous|purse|runner-up1|runner-up2|runners-up1|runners-up2|sport|start_date|stat1|stat1_label|stat2|stat2_label|stat3|stat3_label|teams|top_scorer|top_try_scorer|tournament format|tournament_format|tournament_name|tries|venues|website|year}}
  
 
=== Sport tournament series ===
 
=== Sport tournament series ===
 
<pre style="overflow: auto;">
 
<pre style="overflow: auto;">
{{Infobox sport tournament
+
{{Infobox tournament
 
| name =
 
| name =
 
| image =
 
| image =
Line 15: Line 16:
 
| start_date = <!-- or | date = or | month_played = -->
 
| start_date = <!-- or | date = or | month_played = -->
 
| end_date = <!-- or | month_played = -->
 
| end_date = <!-- or | month_played = -->
| establishment =
+
| established =
 
| defunct =  
 
| defunct =  
 
| teams =  
 
| teams =  
Line 28: Line 29:
 
=== Single sport tournament ===
 
=== Single sport tournament ===
 
<pre style="overflow: auto;">
 
<pre style="overflow: auto;">
{{Infobox sport tournament
+
{{Infobox tournament
 
| name =
 
| name =
 
| sport =
 
| sport =
Line 37: Line 38:
 
| start_date = <!-- or | date = -->
 
| start_date = <!-- or | date = -->
 
| end_date =
 
| end_date =
 +
| established =
 
| administrator =
 
| administrator =
 
| tournament_format =
 
| tournament_format =
Line 59: Line 61:
 
| stat2_label =
 
| stat2_label =
 
| stat2 =
 
| stat2 =
 +
| stat3_label =
 +
| stat3 =
 
| previous =  
 
| previous =  
 
| next =  
 
| next =  
Line 64: Line 68:
 
</pre>
 
</pre>
  
<includeonly>
+
== Tracking category ==
 +
* {{clc|Pages using infobox tournament with unknown parameters}}
 +
 
 +
== See also ==
 +
* [[Template:Infobox sports competition event]]
 +
* [[Template:Infobox games]]
 +
 
 +
<includeonly>{{Sandbox other||
 
<!-- Categories go here, and interwikis go in Wikidata -->
 
<!-- Categories go here, and interwikis go in Wikidata -->
[[Category:Sports infobox templates]]
+
[[Category:Sports infobox templates|Tournament]]
</includeonly>
+
[[Category:Templates that add a tracking category]]
 +
}}</includeonly>

Latest revision as of 21:34, 25 April 2020

Usage

Template:Parameter names example

Sport tournament series

{{Infobox tournament
| name =
| image =
| caption = 
| sport =
| location =
| start_date = <!-- or | date = or | month_played = -->
| end_date = <!-- or | month_played = -->
| established =
| defunct = 
| teams = 
| number = Number of tournaments
| commissioner =
| format =
| current_champion = <!--Use if still played-->
| final_champion = <!--Use if no longer played-->
}}

Single sport tournament

{{Infobox tournament
| name =
| sport =
| year =
| image =
| caption = 
| location =
| start_date = <!-- or | date = -->
| end_date =
| established = 
| administrator =
| tournament_format =
| host =
| venues =
| participants = <!-- or | teams = -->
| purse =
| champions = <!-- or | champion = -->
| runners-up1 = <!-- or | runner-up1 = -->
| runners-up2 = <!-- or | runner-up2 = -->
| matches =
| points =
| tries = 
| goals = 
| attendance = 
| noaverage = <!-- Set to 1 to exclude average attendance per match -->
| mvp = 
| top_scorer = 
| top_try_scorer = 
| stat1_label =
| stat1 =
| stat2_label =
| stat2 =
| stat3_label =
| stat3 =
| previous = 
| next = 
}}

Tracking category

See also