Template:Dods team: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{draft}} <includeonly><onlyinclude>{{#switch:{{{1|}}} |#default = {{error|Missing {{param|1}}}} |Axis|axis = 16px |Allied|Allies|allied|allies = 16px }} </onlyinclude></includeonly>")
 
No edit summary
Line 2: Line 2:
<includeonly><onlyinclude>{{#switch:{{{1|}}}
<includeonly><onlyinclude>{{#switch:{{{1|}}}
|#default = {{error|Missing {{param|1}}}}
|#default = {{error|Missing {{param|1}}}}
|Axis|axis = [[File:Axis icon (dods).png|16px]]
|Axis|axis = [[File:Axis icon (dods).png|16px]] {{#if:{{{2|}}}|Axis|}}
|Allied|Allies|allied|allies = [[File:Allies icon (dods).png|16px]]
|Allies|allies = [[File:Allies icon (dods).png|16px]] {{#if:{{{2|}}}|Allies|}}
|Allied|allied = [[File:Allies icon (dods).png|16px]] {{#if:{{{2|}}}|Allied|}}
}} </onlyinclude></includeonly>
}} </onlyinclude></includeonly>
; {{param|1}}
Team name. Can be Axis, Allies, or Allied, or an all-lowercase variant of any of those.
; {{param|2}}
If present, will also print the team name after the team icon. For grammar reasons, "Allied" and "Allies" are handled separately.

Revision as of 13:40, 23 March 2025

Icon-under construction-blue.png
This is a draft template page. It is a work in progress open to editing by anyone.
Remember to check for any notes left by the tagger at this article's talk page.


{{{1}}}

Team name. Can be Axis, Allies, or Allied, or an all-lowercase variant of any of those.

{{{2}}}

If present, will also print the team name after the team icon. For grammar reasons, "Allied" and "Allies" are handled separately.