Difference between revisions of "Template:Weapon"

From Holocron - Star Wars Combine
Jump to: navigation, search
(changed color to be distinguishable from other templates, category added)
Line 1: Line 1:
 
{|  style="border: 1px solid grey; padding: 1px; margin: 5px; width: 25%; float: right; font-size: 11px;"
 
{|  style="border: 1px solid grey; padding: 1px; margin: 5px; width: 25%; float: right; font-size: 11px;"
|  width="100%" colspan="2" style="background-color: #000099; font-size: 16px; text-align: center;" | <font color=white>'''{{{name}}}'''</font>
+
|  width="100%" colspan="2" style="background-color: #FF6600; font-size: 16px; text-align: center;" | <font color=white>'''{{{name}}}'''</font>
 
|-  
 
|-  
 
|  width="100%" colspan="2" style="text-align: center;" | {{{image}}}
 
|  width="100%" colspan="2" style="text-align: center;" | {{{image}}}
Line 10: Line 10:
 
|  width="69%" | {{{Manufacturer}}}
 
|  width="69%" | {{{Manufacturer}}}
 
|-  
 
|-  
|  width="100%" colspan="2" style="background-color: #000099;" | <font color=white>'''Stats'''</font>
+
|  width="100%" colspan="2" style="background-color: #FF6600;" | <font color=white>'''Stats'''</font>
 
|-  
 
|-  
 
|  width="31%" valign="top" | Minimum Damage
 
|  width="31%" valign="top" | Minimum Damage
Line 48: Line 48:
 
}}
 
}}
 
</nowiki></pre>
 
</nowiki></pre>
 +
 +
[[Category:Templates|{{PAGENAME}}]]</noinclude>

Revision as of 08:22, 16 February 2012

{{{name}}}
{{{image}}}
Type {{{type}}}
Manufacturer {{{Manufacturer}}}
Stats
Minimum Damage {{{MinDamage}}}
Maximum Damage {{{MaxDamage}}}
Minimum Range {{{MinRange}}}
Maximum Range {{{MaxRange}}}
Minimum Hits {{{MinHits}}}
Maximum Hits {{{MaxHits}}}

Usage

The Weapon Box template is used for weapon pages only, to describe the weapon.

{{Weapon
|name =
|image =
|type = 
|Manufacturer =
|MinDamage =
|MaxDamage =
|MinRange =
|MaxRange =
|MinHits =
|MaxHits =
}}