Difference between revisions of "Template:Tf2-item-attribute"

From AlliedModders Wiki
Jump to: navigation, search
(Turns out it IS padding.)
Line 9: Line 9:
 
<code><nowiki>{{Tf2-item-attribute|positive|Description}}</nowiki></code>
 
<code><nowiki>{{Tf2-item-attribute|positive|Description}}</nowiki></code>
  
<span style="margin: 10px; background-color: black; color: {{#switch:positive
+
{{Tf2-item-attribute|positive|Description}}
| positive = cyan
 
| negative = red
 
| white
 
}};">Description</span>
 
 
 
  
 
<code><nowiki>{{Tf2-item-attribute|negative|Description}}</nowiki></code>
 
<code><nowiki>{{Tf2-item-attribute|negative|Description}}</nowiki></code>
  
<span style="margin: 10px; background-color: black; color: {{#switch:negative
+
{{Tf2-item-attribute|negative|Description}}
| positive = cyan
 
| negative = red
 
| white
 
}};">Description</span>
 
 
 
  
 
<code><nowiki>{{Tf2-item-attribute|neutral|Description}}</nowiki></code>
 
<code><nowiki>{{Tf2-item-attribute|neutral|Description}}</nowiki></code>
  
<span style="margin: 10px; background-color: black; color: {{#switch:neutral
+
{{Tf2-item-attribute|neutral|Description}}
| positive = cyan
 
| negative = red
 
| white
 
}};">Description</span>
 
  
 +
All unknown type becomes a neutral attribute.
  
 
</noinclude>
 
</noinclude>

Revision as of 09:21, 25 May 2012


Usage:

{{Tf2-item-attribute|positive|Description}}

Description


{{Tf2-item-attribute|negative|Description}}

Description


{{Tf2-item-attribute|neutral|Description}}

Description


All unknown type becomes a neutral attribute.