Template:Ammunition: Difference between revisions

From Drunkapedia
Jump to: navigation, search
imported>Arkalor
m (Reverted edits by Kylerhoover (talk) to last revision by Sanddh)
imported>Sanddh
mNo edit summary
Line 10: Line 10:
|-
|-
|colspan=2|  
|colspan=2|  
{{#ifeq:{{{Description|}}}|||{{{Description|}}}<br>}}{{#ifeq:{{{Damage|}}}|||Damage: {{{Damage|?? - ??}}}, {{{Element|??}}}<br>}}{{#ifeq:{{{Description Two|}}}|||{{#ifeq:{{{Description Two| }}}| ||{{{Description Two}}}<br><br>}}{{#ifeq:{{{Special Properties|}}}|||{{#ifeq:{{{Special Properties| }}}| ||[[Special Properties]]: {{{Special Properties}}}<br>}}<br>}}{{#ifeq:{{{Base Weapon Req|}}}|||Your base {{{Type}}} must be at least {{{Base Weapon Req|}}} to wield this item.<br>}}}}<br>{{#ifeq:{{{Cannot Be Sold|False}}}|True|This item cannot be sold.<br><br>|}}
{{#ifeq:{{{Description|}}}|||{{{Description|}}}<br>}}{{#ifeq:{{{Damage|}}}|||Damage: {{{Damage|?? - ??}}}, {{{Element|??}}}<br>}}{{#ifeq:{{{Description Two|}}}|||{{#ifeq:{{{Description Two| }}}| ||{{{Description Two}}}<br><br>}}{{#ifeq:{{{Special Properties|}}}|||{{#ifeq:{{{Special Properties| }}}| ||[[Special Properties]]: {{{Special Properties}}}<br>}}<br>}}{{#ifeq:{{{Base Weapon Req|}}}|||Your base Missile Weapons must be at least {{{Base Weapon Req|}}} to wield this item.<br>}}}}<br>{{#ifeq:{{{Cannot Be Sold|False}}}|True|This item cannot be sold.<br><br>|}}
|}
|}
|width=20|
|width=20|
Line 28: Line 28:
<pre>
<pre>
{{Ammunition
{{Ammunition
  |              Type = Bow - Crossbow - Thrown Weapons
  |              Type = Missile Weapons
  |              Name =  
  |              Name =  
  |        Icon Image =  Icon.png
  |        Icon Image =  Icon.png

Revision as of 14:13, 22 February 2012

Related topics: Wiki Templates, Crafting Template

Syntax

{{Ammunition
 |               Type = Missile Weapons
 |               Name = 
 |         Icon Image =  Icon.png
 |         Live Image =  Live.jpg
 | Live Image Caption = 
 |              Value = 
 |             Burden = 
 |        Description = 
 |             Damage = 
 |            Element = 
 |    Description Two = Used as ammunition by bows crossbows atlatls
 |    Base Weapon Req = 
 | Special Properties = 
 |     Cannot Be Sold = True
}}

Usage

This is a component template that is part of a Page Template. See Ammunition Template for details on usage and an example.