Template:Class Limits/doc: Difference between revisions

From comp.tf
Jump to navigation Jump to search
Created page with "== Use == : ''To specify how many of each class is allowed, usually on pages that are on tied to a tournament series.'' ;<nowiki>|scout=</nowiki> : To specify the number of s..."
 
mNo edit summary
Line 47: Line 47:


== Copy/Paste ==
== Copy/Paste ==
{{Class Limits
<pre><nowiki>{{Class Limits
|scout=
|scout=
|soldier=
|soldier=
Line 57: Line 57:
|sniper=
|sniper=
|spy=
|spy=
}}
}}</pre></nowiki>

Revision as of 23:57, 1 December 2015

Use

To specify how many of each class is allowed, usually on pages that are on tied to a tournament series.
|scout=
To specify the number of scouts allowed.
|soldier=
To specify the number of soldiers allowed.
|pyro=
To specify the number of pyros allowed.
|demoman=
To specify the number of demomen allowed.
|heavy=
To specify the number of heavies allowed.
|engineer=
To specify the number of engineers allowed.
|medic=
To specify the number of medics allowed.
|sniper=
To specify the number of snipers allowed.
|spy=
To specify the number of spys allowed.

Example

{{Class Limits
|scout=2
|soldier=2
|pyro=2
|demoman=1
|heavy=1
|engineer=1
|medic=1
|sniper=1
|spy=2
}}

gives:

  • At any one time amongst six players, class limits of:
    • 2, 2, 2
    • 1, 1, 1
    • 1, 1, 2

Copy/Paste

<nowiki>{{Class Limits
|scout=
|soldier=
|pyro=
|demoman=
|heavy=
|engineer=
|medic=
|sniper=
|spy=
}}

</nowiki>