Template:Weapon: Difference between revisions

From Holocron - Star Wars Combine
Jump to navigation Jump to search
Derrik Thynite (talk | contribs)
No edit summary
Lara Navos (talk | contribs)
No edit summary
 
(9 intermediate revisions by 5 users not shown)
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: #21314c; 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: #21314c;" | <font color=white>'''Stats'''</font>
|-  
|-
|  width="31%" valign="top" | Minimum Damage
|  width="31%" valign="top" | Minimum Damage
|  width="69%" | {{{MinDamage}}}
|  width="69%" | {{{MinDamage}}}
Line 18: Line 18:
|  width="69%" | {{{MaxDamage}}}
|  width="69%" | {{{MaxDamage}}}
|-  
|-  
|  width="31%" valign="top" | Minimum Range
|  width="31%" valign="top" | {{#if: Minimum Range }}
|  width="69%" | {{{MinRange}}}
|  width="69%" | {{#if: {{{MinRange}}} }}
|-
|  width="31%" valign="top" | Maximum Range
|  width="69%" | {{{MaxRange}}}
|-  
|-  
|  width="31%" valign="top" | Minimum Hits
|  width="31%" valign="top" | {{#if: Maximum Range }}
|  width="69%" | {{{MinHits}}}
|  width="69%" | {{#if: {{{MaxRange}}} }}
|-  
|-  
|  width="31%" valign="top" | Maximum Hits
|  width="31%" valign="top" | Maximum Hits
|  width="69%" | {{{MaxHits}}}
|  width="69%" | {{{MaxHits}}}
|}
|}
<noinclude>
===Usage===
The Weapon Box template is used for weapon pages only, to describe the weapon.
<pre><nowiki>
{{Weapon
|name =
|image =
|type =
|Manufacturer =
|MinDamage =
|MaxDamage =
|MinRange =
|MaxRange =
|MaxHits =
}}
</nowiki></pre>
[[Category:Templates|{{PAGENAME}}]]</noinclude>
<includeonly>[[Category:Weapons]]</includeonly>

Latest revision as of 07:48, 13 April 2021

{{{name}}}
{{{image}}}
Type {{{type}}}
Manufacturer {{{Manufacturer}}}
Stats
Minimum Damage {{{MinDamage}}}
Maximum Damage {{{MaxDamage}}}
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 =
|MaxHits =
}}