NewsUnrealEdForumsFilesModsFragBU

Skin

BeyondUnreal


Personal tools

Difference between revisions of "Template:Infobox Weapon General"

From Liandri Archives

Jump to: navigation, search
 
 
(7 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
| colspan="2" style="text-align: center" | '''{{{name}}}'''<br />{{{image|}}}
 
| colspan="2" style="text-align: center" | '''{{{name}}}'''<br />{{{image|}}}
 
  |-
 
  |-
| style="font-size: 8pt;" | Damage Type:
+
| style="font-size: 8pt;" | Primary Damage Type:
| style="font-size: 8pt;" | {{{dam_type}}}
+
| style="font-size: 8pt;" | {{{pri_dam_type}}}
 
  |-
 
  |-
| colspan="2" style="font-size: 8pt;" | Appearances:<div style='padding-left: 15px; font-size: 7pt;'>
+
| style="font-size: 8pt;" | Alt. Damage Type:
{{{appearances}}}
+
| style="font-size: 8pt;" | {{{sec_dam_type}}}
</div>
+
|-
 +
| style="font-size: 8pt;" | Manufacturer:
 +
| style="font-size: 8pt;" | {{{manufacturer}}}
 
|}
 
|}
  
Line 14: Line 16:
 
{{clear}}
 
{{clear}}
 
==Usage==
 
==Usage==
Name, Damage Type and Appearances are the only absolutely required fields. The others default to "None" if not defined
+
Name and Damage Type are the only absolutely required fields. Damage Type should be "Projectile" or "Hitscan" or "Both". Manufacturers should be from the [[Category:Corporations|List of corporations]].
  
 
<pre>
 
<pre>
Line 20: Line 22:
 
| name        =
 
| name        =
 
| image      =
 
| image      =
| dam_type    =  
+
| pri_dam_type=  
| appearances =
+
| sec_dam_type=
 +
| manufacturer=
 
}}
 
}}
 
</pre>
 
</pre>
 
[[Category:Character infobox templates]]</noinclude>
 
[[Category:Character infobox templates]]</noinclude>

Latest revision as of 16:08, 6 August 2015

{{{name}}}
Primary Damage Type: {{{pri_dam_type}}}
Alt. Damage Type: {{{sec_dam_type}}}
Manufacturer: {{{manufacturer}}}


Usage

Name and Damage Type are the only absolutely required fields. Damage Type should be "Projectile" or "Hitscan" or "Both". Manufacturers should be from the.

{{Infobox Weapon General
| name        =
| image       =
| pri_dam_type= 
| sec_dam_type= 
| manufacturer=
}}