Template:Elim
Jump to navigation
Jump to search
Used to display the number of losses suffered by a competitor in a multiple-elimination tournament.
Call it by passing the number of losses to eliminate a competitor, and the number of losses suffered, to the template, like this: {{Elim|3|2}}; which denotes a triple elimination tournament competitor, who has suffered two losses. It will display like so:
If the first parameter is skipped, the template will assume triple-elimination. For example {{Elim||1}}; which produces
If the second parameter is skipped, the template will assume maximum losses have been sustained. For example {{Elim|4}}; which produces
Currently only supports double, triple, and quadruple elimination formats. Others can be added if required.