Template:Infobox tournament
File:Lua-Logo.svg | This template uses Lua: |
Usage
{{{year}}} | |
[[File:{{{image}}}|{{{image_size}}}|alt={{{alt}}}]] {{{caption}}} | |
Tournament information | |
---|---|
Sport | {{{sport}}} |
Location | {{{location}}} |
Dates | {{{start_date}}}–{{{end_date}}} |
Month played | {{{month_played}}} |
Established | {{{established}}} |
Defunct | {{{defunct}}} |
Final year | {{{final_year}}} |
Number of tournaments | {{{number}}} |
Administrators | {{{administrator}}} |
Format | {{{format}}} |
Tournament format(s) | {{{tournament_format}}} |
Host(s) | {{{host}}} |
Venue(s) | {{{venues}}} |
Participants | {{{participants}}} |
Purse | {{{purse}}} |
Broadcast | {{{broadcast}}} |
Website | {{{website}}} |
Final positions | |
Champion | {{{champion}}} |
1st runner-up | {{{runner-up1}}} |
2nd runner-up | {{{runner-up2}}} |
Tournament statistics | |
Matches played | {{{matches}}} |
Goals scored | {{{goals}}} |
Points scored | {{{points}}} |
Tries scored | {{{tries}}} |
Attendance | {{{attendance}}} (Expression error: Unrecognized punctuation character "&". per match) |
{{{mvp_label}}} | {{{mvp}}} |
Top scorer(s) | {{{top_scorer}}} |
Top try scorer(s) | {{{top_try_scorer}}} |
{{{stat1_label}}} | {{{stat1}}} |
{{{stat2_label}}} | {{{stat2}}} |
{{{stat3_label}}} | {{{stat3}}} |
Current champion | |
{{{current_champion}}} | |
Most recent tournament | |
{{{current}}} | |
Final champion | |
{{{final_champion}}} | |
Sport tournament series
<syntaxhighlight lang="wikitext" style="overflow: auto;">
Tournament information |
---|
</syntaxhighlight>
Single sport tournament
<syntaxhighlight lang="wikitext" style="overflow: auto;">
Tournament information |
---|
</syntaxhighlight>
TemplateData
TemplateData for Infobox tournament
TemplateData
|
---|
<templatedata> { "params": { "name": { "aliases": [ "tournament_name" ] }, "year": {}, "image": {}, "image_size": {}, "alt": {}, "caption": {}, "game": {}, "sport": {}, "location": {}, "date": {}, "start_date": {}, "end_date": {}, "month_played": {}, "established": {}, "establishment": {}, "defunct": {}, "final_year": {}, "number": {}, "administrators": {}, "administrator": {}, "format": { "aliases": [ "tournament_format" ] }, "host": {}, "venues": {}, "venue": {}, "participants": {}, "teams": {}, "events": {}, "defending_champs": {}, "purse": {}, "broadcast": {}, "website": {}, "champion": {}, "champions": {}, "runner-up1": {}, "runners-up1": {}, "runner-up2": {}, "runners-up2": {}, "num_championships": {}, "2nd place": {}, "3rd place": {}, "matches": {}, "goals": {}, "attendance": {}, "top_scorer": {}, "best_player": {}, "stat1": {}, "stat2": {}, "stat3": {}, "points": {}, "tries": {}, "noaverage": {}, "mvp_label": {}, "mvp": {}, "top_try_scorer": {}, "stat1_label": {}, "stat2_label": {}, "stat3_label": {}, "current_champion": {}, "current": {}, "final_champion": {}, "event1": {}, "event1_location": {}, "event1_dates": {}, "event1_venue": {}, "event1_purse": {}, "event1_champion": {}, "event1_runner-up": {}, "event1_matches": {}, "event1_mvp": {}, "event2": {}, "event2_location": {}, "event2_dates": {}, "event2_venue": {}, "event2_purse": {}, "event2_champion": {}, "event2_runner-up": {}, "event2_matches": {}, "event2_mvp": {}, "event3": {}, "event3_location": {}, "event3_dates": {}, "event3_venue": {}, "event3_purse": {}, "event3_champion": {}, "event3_runner-up": {}, "event3_matches": {}, "event3_mvp": {}, "event4": {}, "event4_location": {}, "event4_dates": {}, "event4_venue": {}, "event4_purse": {}, "event4_champion": {}, "event4_runner-up": {}, "event4_matches": {}, "event4_mvp": {}, "previous": {}, "next": {} }, "paramOrder": [ "name", "year", "image", "image_size", "alt", "caption", "game", "sport", "location", "date", "start_date", "end_date", "month_played", "established", "establishment", "defunct", "final_year", "number", "administrators", "administrator", "format", "host", "venues", "venue", "participants", "teams", "events", "defending_champs", "purse", "broadcast", "website", "champion", "champions", "runner-up1", "runners-up1", "runner-up2", "runners-up2", "num_championships", "2nd place", "3rd place", "matches", "goals", "attendance", "top_scorer", "best_player", "stat1", "stat2", "stat3", "points", "tries", "noaverage", "mvp_label", "mvp", "top_try_scorer", "stat1_label", "stat2_label", "stat3_label", "current_champion", "current", "final_champion", "event1", "event1_location", "event1_dates", "event1_venue", "event1_purse", "event1_champion", "event1_runner-up", "event1_matches", "event1_mvp", "event2", "event2_location", "event2_dates", "event2_venue", "event2_purse", "event2_champion", "event2_runner-up", "event2_matches", "event2_mvp", "event3", "event3_location", "event3_dates", "event3_venue", "event3_purse", "event3_champion", "event3_runner-up", "event3_matches", "event3_mvp", "event4", "event4_location", "event4_dates", "event4_venue", "event4_purse", "event4_champion", "event4_runner-up", "event4_matches", "event4_mvp", "previous", "next" ] } </templatedata> |