Template:Dods team: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(add neutral option)
(good enough to remove draft)
Line 1: Line 1:
{{draft}}
Displays a team icon for one of the teams in {{dods|2}}.
<includeonly><onlyinclude>{{#switch:{{{1|}}}
<includeonly><onlyinclude>{{#switch:{{{1|}}}
|#default = {{error|Missing {{param|1}}}}
|#default = {{error|Missing {{param|1}}}}
|Neutral|neutral = [[File:Neutral icon (dods).png|16px|link=]] {{#if:{{{2|}}}|Neutral|}}
|Neutral|neutral = [[File:Neutral icon (dods).png|16px|link=]]&nbsp;{{#if:{{{2|}}}|Neutral|}}
|Axis|axis = [[File:Axis icon (dods).png|16px|link=]] {{#if:{{{2|}}}|Axis|}}
|Axis|axis = [[File:Axis icon (dods).png|16px|link=]]&nbsp;{{#if:{{{2|}}}|Axis|}}
|Allies|allies = [[File:Allies icon (dods).png|16px|link=]] {{#if:{{{2|}}}|Allies|}}
|Allies|allies = [[File:Allies icon (dods).png|16px|link=]]&nbsp;{{#if:{{{2|}}}|Allies|}}
|Allied|allied =  [[File:Allies icon (dods).png|16px|link=]] {{#if:{{{2|}}}|Allied|}}
|Allied|allied =  [[File:Allies icon (dods).png|16px|link=]]&nbsp;{{#if:{{{2|}}}|Allied|}}
}}</onlyinclude></includeonly>
}}</onlyinclude></includeonly>


; {{param|1}}
; {{param|1}}
Team name. Can be Axis, Allies, or Allied, or an all-lowercase variant of any of those.
Team name. Can be {{dods team|Neutral|1}}, {{dods team|Axis|1}}, {{dods team|Allies|1}}, or {{dods team|Allied|1}}, or an all-lowercase variant of any of those.


; {{param|2}}
; {{param|2}}
If present, will also print the team name after the team icon. For grammar reasons, "Allied" and "Allies" are handled separately.
If present, will also print the team name after the team icon. For grammar reasons, "Allied" and "Allies" are handled separately.
<!--{{dods team|axis}}{{dods team|allies}}{{dods team|neutral}}-->
<!--{{dods team|axis}}{{dods team|allies}}{{dods team|neutral}}-->

Revision as of 08:32, 24 March 2025

Displays a team icon for one of the teams in Day of Defeat: Source Day of Defeat: Source.


{{{1}}}

Team name. Can be Neutral icon (dods).png Neutral, Axis icon (dods).png Axis, Allies icon (dods).png Allies, or Allies icon (dods).png 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.