Editing Template:6s team roster collapsible
Jump to navigation
Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
This page is not enabled for semantic in-text annotations due to namespace restrictions. Details about how to enable the namespace can be found on the configuration help page.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
− | {| class=" | + | {| class="collapsible collapsed wikitable infobox left" |
|- | |- | ||
− | ! colspan= | + | ! colspan=3 | Roster |
|- | |- | ||
− | | width=40% | '''{{{scout1}}}''' | + | | width=40% | '''[[{{{scout1}}}]]''' |
− | | width=60 | [[File:Scouticon.png | + | | width=60 | [[File:Scouticon.png]] [[Scout]] |
|- | |- | ||
− | | '''{{{scout2}}} | + | | '''[[{{{scout2}}}]]''' |
− | + | | [[File:Scouticon.png]] [[Scout]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
− | | '''{{{roamer}}}''' | + | {{#if:{{{scout1sub|}}}|{{!}} '''[[{{{scout1sub}}}]]''' |
− | | [[File: | + | {{!}} [[File:Scouticon.png]] [[Scout]]|}} |
− | |- | + | |- |
− | {{#if:{{{roamersub|}}}|{{!}} '''{{{roamersub}}}''' | + | {{#if:{{{scout2sub|}}}|{{!}} '''[[{{{scout2sub}}}]]''' |
− | {{!}} [[File: | + | {{!}} [[File:Scouticon.png]] [[Scout]]|}} |
+ | |- | ||
+ | | '''[[{{{pocket}}}]]''' | ||
+ | | [[File:Soldiericon.png]] [[Pocket|Pocket Soldier]] | ||
+ | |- | ||
+ | {{#if:{{{pocketsub|}}}|{{!}} '''[[{{{pocketsub}}}]]''' | ||
+ | {{!}} [[File:Soldiericon.png]] [[Pocket|Pocket Soldier]]|}} | ||
+ | |- | ||
+ | | '''[[{{{roamer}}}]]''' | ||
+ | | [[File:Soldiericon.png]] [[Roamer|Roaming Soldier]] | ||
+ | |- | ||
+ | {{#if:{{{roamersub|}}}|{{!}} '''[[{{{roamersub}}}]]''' | ||
+ | {{!}} [[File:Soldiericon.png]] [[Roamer|Roaming Soldier]]|}} | ||
|- | |- | ||
− | | '''{{{ | + | | '''[[{{{demoman}}}]]''' |
− | + | | [[File:Demomanicon.png]] [[Demoman]] | |
− | |||
− | |||
− | |||
|- | |- | ||
− | + | {{#if:{{{demomansub|}}}|{{!}} '''[[{{{demomansub}}}]]''' | |
− | + | {{!}} [[File:Demomanicon.png]] [[Demoman]]|}} | |
− | |||
− | {{#if:{{{demomansub|}}}|{{!}} '''{{{demomansub}}}''' | ||
− | {{!}} [[File:Demomanicon.png | ||
|- | |- | ||
− | | '''{{{medic}}}''' | + | | '''[[{{{medic}}}]]''' |
− | | [[File:Medicicon.png | + | | [[File:Medicicon.png]] [[Medic]] |
− | |- | + | |- |
− | {{#if:{{{medicsub|}}}|{{!}} '''{{{medicsub}}}''' | + | {{#if:{{{medicsub|}}}|{{!}} '''[[{{{medicsub}}}]]''' |
− | {{!}} [[File:Medicicon.png | + | {{!}} [[File:Medicicon.png]] [[Medic]]|}} |
|- | |- | ||
|} | |} | ||
+ | <p style="margin-top: 12px;">{{{description|}}}</p> | ||
+ | <div class="clearfix"></div> | ||
<noinclude> | <noinclude> | ||
==Usage== | ==Usage== | ||
+ | |||
+ | |||
*Just copy the code below to the page you want and edit the values after the "=" | *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). | **'''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). | ||
Line 51: | Line 55: | ||
| pocketsub = | | pocketsub = | ||
</pre> | </pre> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=== Example === | === Example === | ||
<pre> | <pre> | ||
− | {{6s team roster | + | {{6s team roster |
− | |||
− | |||
| scout1 = Ruwin | | scout1 = Ruwin | ||
| scout2 = Yz50 | | scout2 = Yz50 | ||
Line 69: | Line 65: | ||
| demoman = Platinum | | demoman = Platinum | ||
| medic = Harbleu | | medic = Harbleu | ||
+ | | description = This is the team that Mixup took to LAN for S13. | ||
}} | }} | ||
</pre> | </pre> | ||
− | ===Will | + | ===Will yeld=== |
− | {{6s team roster | + | {{6s team roster |
− | |||
− | |||
| scout1 = Ruwin | | scout1 = Ruwin | ||
| scout2 = Yz50 | | scout2 = Yz50 | ||
Line 82: | Line 77: | ||
| demoman = Platinum | | demoman = Platinum | ||
| medic = Harbleu | | medic = Harbleu | ||
+ | | description = This is the team that Mixup took to LAN for S13. | ||
}} | }} | ||
[[Category:Template]] | [[Category:Template]] |