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

From AlliedModders Wiki
Jump to: navigation, search
(Changed span to p)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><span style="margin: 10px; background-color: black; color: {{#switch:{{{1}}}
+
<includeonly><p style="padding: 5px; background-color: black; color: {{#switch:{{{1}}}
 
| positive = cyan
 
| positive = cyan
 
| negative = red
 
| negative = red
 
| white
 
| white
}};">{{{2}}}</span></includeonly>
+
}};">{{{2}}}</p></includeonly>
 
<noinclude>
 
<noinclude>
 
Usage:
 
Usage:
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 types become a neutral attribute.
  
 
</noinclude>
 
</noinclude>

Latest revision as of 10:26, 25 May 2012


Usage:

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

Description


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

Description


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

Description


All unknown types become a neutral attribute.