Template:BotW Item Properties/Store/Documentation

From Zelda Wiki, the Zelda encyclopedia
Revision as of 19:22, 14 February 2019 by MannedTooth (talk | contribs) (Created page with "==Purpose== Storing the various properties of weapons in {{BotW}}. ==Usage== <pre> {{BotW Weapons Properties/Store |strength = |durability = |flammable = |magnetic...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Purpose

Storing the various properties of weapons in Breath of the Wild.

Usage

{{BotW Weapons Properties/Store
 |strength   = 
 |durability = 
 |flammable  = 
 |magnetic   = 
 |buoyant    = 
 |conductive = 
 |guardian   = 
 |throw      = 
 |range      = 
 |multiplier = 
 |zoom       = 
 |reflect    = 
 |bash       = 
}}

Example

{{BotW Weapons Properties/Store
 |strength   = 2
 |durability = 4
 |flammable  = true
 |magnetic   = true
 |buoyant    = true
 |conductive = true
 |guardian   = false
 |throw      = false
 |range      = 8,000
 |multiplier = 3
 |zoom       = false
 |reflect    = false
 |bash       = false
}}
This is the documentation page, it should be transcluded into the main template page. See here for more information.