Template:Weapon/doc
Jump to navigation
Jump to search
Documentation
[purge]
This is weapon template created for use together with the Template:Tooltip hover box template on a specific weapon's page or weapon's tooltip page.
Usage: The page itself must contain the weapon's data before this Template works. For example, if I wanted to create the Templar Sword page, I'll add this code to the start of the page:
<includeonly>{{#switch: {{{1}}} |WeaponType = Sword |Damage1 = 30 |DamageType1 = Slashing |Damage2 = 2 |DamageType2 = Sacred |Properties1 = Armor Penetration |Values1 = {{c|+|+20%}} |Properties2 = Accuracy |Values2 = {{c|+|+3%}} |Properties3 = Magic Power |Values3 = {{c|+|+5%}} |Properties4 = Block Chance |Values4 = {{c|+|+5%}} |Properties5 = Skills Energy Cost |Values5 = {{c|-|+15%}} |Durability = 400 |Description = There is a faint etching on the surface of the blade, pledging loyalty to the Host and the court... the common kind of court. |Price = 7200 |#default = }}</includeonly>
This data is invisible on the page itself, thanks to the includeonly tags.
Next, copy this code to Templar Sword or Templar Sword/Tooltip or Templar Sword/anything page:
{{ {{{1|Tooltip hover box}}} |title= {{Weapon}} }}
It will automatically load the sword's data and fill them into this format. Go to Templar Sword to see the result.