Difference between revisions of "Template:6s team roster"

From comp.tf
Jump to navigation Jump to search
(Adjusting description positioning)
m (fixed template)
Line 1: Line 1:
 
{| class="infobox left"
 
{| class="infobox left"
 +
|-
 +
! colspan=3 | Roster
 +
|-
 
| width=40% | '''[[{{{scout1}}}]]'''  
 
| width=40% | '''[[{{{scout1}}}]]'''  
 
| width=60 |  [[File:Scouticon.png]] [[Scout]]
 
| width=60 |  [[File:Scouticon.png]] [[Scout]]
Line 41: Line 44:
 
<noinclude>
 
<noinclude>
 
==Usage==
 
==Usage==
 +
 +
 +
*Just copy the code below to the page you want and edit the values after the "="
 +
**'''Important:''' If you don't know any value or don't have information to fill it just let it be with a null value (blank).
 +
**Please input player names in full and type everything carefully as most things will be linked automatically and should be kept consistent across the wiki
 +
*Use the description field to refer to when the roster in question was active and any notable accomplishments it had.
 +
* You can also add sub player by adding ''sub'' after each variable
 +
 +
=== Example ===
 
<pre>
 
<pre>
 
{{6s team roster
 
{{6s team roster
Line 48: Line 60:
 
| roamer = enigma
 
| roamer = enigma
 
| demoman = Platinum
 
| demoman = Platinum
 +
| demomansub = Sub player test
 
| medic = Harbleu
 
| medic = Harbleu
 
| description = This is the team that Mixup took to LAN for S13.
 
| description = This is the team that Mixup took to LAN for S13.
 
}}
 
}}
 
</pre>
 
</pre>
 +
 +
===Will yeld===
 +
{{6s team roster
 +
| scout1 = Ruwin
 +
| scout2 = Yz50
 +
| pocket = TLR
 +
| roamer = enigma
 +
| demoman = Platinum
 +
| demomansub = Sub player test
 +
| medic = Harbleu
 +
| description = This is the team that Mixup took to LAN for S13.
 +
}}
 +
 
[[Category:Template]]
 
[[Category:Template]]
</noinclude>
 

Revision as of 12:36, 30 January 2014

Roster
[[{{{scout1}}}]] Scouticon.png Scout
[[{{{scout2}}}]] Scouticon.png Scout
[[{{{pocket}}}]] Soldiericon.png Pocket Soldier
[[{{{roamer}}}]] Soldiericon.png Roaming Soldier
[[{{{demoman}}}]] Demomanicon.png Demoman
[[{{{medic}}}]] Medicicon.png Medic

Usage

  • Just copy the code below to the page you want and edit the values after the "="
    • Important: If you don't know any value or don't have information to fill it just let it be with a null value (blank).
    • Please input player names in full and type everything carefully as most things will be linked automatically and should be kept consistent across the wiki
  • Use the description field to refer to when the roster in question was active and any notable accomplishments it had.
  • You can also add sub player by adding sub after each variable

Example

{{6s team roster
| scout1 = Ruwin
| scout2 = Yz50
| pocket = TLR
| roamer = enigma
| demoman = Platinum
| demomansub = Sub player test
| medic = Harbleu
| description = This is the team that Mixup took to LAN for S13.
}}

Will yeld

Roster
Ruwin Scouticon.png Scout
Yz50 Scouticon.png Scout
TLR Soldiericon.png Pocket Soldier
enigma Soldiericon.png Roaming Soldier
Platinum Demomanicon.png Demoman
Sub player test Demomanicon.png Demoman
Harbleu Medicicon.png Medic

This is the team that Mixup took to LAN for S13.