Template:TournamentBox: Difference between revisions
No edit summary |
add documentation |
||
| Line 1: | Line 1: | ||
<noinclude> | |||
Use this box for tournament data. Contains: | |||
* Name of the tournament | |||
* The type (e.x. League) | |||
* Image - one of the "logos" or related images for the tournament | |||
* Hosts - who ran the show | |||
* Start and end dates | |||
* # of participants | |||
* corresponding tournament page | |||
* the winner, second and third place (or related) | |||
* the previous and next tournament | |||
<pre> | |||
{{TournamentBox | |||
<!-- Name of the Tournament--> | |||
|TOURNAMENTNAME= | |||
<!-- Type of match. Leave blank for "Standard" --> | |||
|TOURNAMENTTYPE= | |||
<!-- A picture of part of the match. --> | |||
|TOURNAMENTIMAGE= | |||
|HOSTS= | |||
<!-- Start date of the tournament. Keep dates in "Month Date, Year" format. For example; November 9, 2000 --> | |||
|STARTDATE= | |||
<!-- End date.--> | |||
|ENDDATE= | |||
<!--The NUMBER of people who participated in this tournament (ideally, the main number + replacements) | |||
|PARTICIPANTS= | |||
<!-- Corresponding tournament page (one of the many forum sites, etc.) for the tournament . --> | |||
|TOURNAMENTPAGE= | |||
<!-- Winner of the tournament (if applicable), as well as runner up and third place. Base it off how trophies are awarded on yellowtealpurple --> | |||
|WINNER= | |||
|RUNNERUP= | |||
|THIRD= | |||
<!-- navigation - previous and next tournament --> | |||
|PREDECESSOR= | |||
|SUCCESSOR= | |||
}} | |||
</pre> | |||
</noinclude> | |||
{| {{MATCHBOX Infobox style|main_box}} | {| {{MATCHBOX Infobox style|main_box}} | ||
|- | |- | ||