Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

<infobox>

 <title source="title">
   <default>WeaponInfobox</default>
 </title>
 <image source="image">

<default>Weapon_{{#replace:{{#replace:WeaponInfobox|'|}}| |}}.png</default> </image> <label>Structure</label> <format>[[{{{structure}}}]]</format> <group> <header>Attributes</header> <label>Weapon Type</label> <format>[[{{{weapon_type}}}]]</format> <label>Weapon Skills</label> <default></default> <label>Gear Level</label> <label>Physical Power</label> <format>+{{{physical_power}}}</format> <label>Attributes</label> <label>Durability</label> <label>Max Tier Resource Node</label> <default>[[Expression error: Unrecognized punctuation character "{".]]</default> </group> <label>Salvageable</label> <default>?</default> </infobox> See /Skills for the automatic Skill linking part of the template.
See /Resource for the automatic resource node linking part of the template. Example usage:

{{Weapon Infobox
| title = Copper Sword
| image = 
| description = An all-round weapon that deals slash damage and has a greater effect on vegetation and thickets.
| structure = Crafting
| weapon_type = Sword
| gear_level = 9
| physical_power = 8.5
| stats = +25% Physical Damage to Vegetation
| durability = 1085
| salvageable = 12 [[Copper Ingot]]<br/>9 [[Plank]]
}}

<templatedata> { "params": { "weapon_type": { "suggested": true, "type": "string" }, "gear_level": { "suggested": true }, "physical_power": { "type": "number", "required": true, "suggested": true }, "durability": { "type": "number", "required": true, "suggested": true }, "stats": { "type": "string", "suggested": true }, "title": { "suggested": false }, "image": { "suggested": false }, "description": { "suggested": true }, "structure": { "type": "wiki-page-name", "suggested": true }, "salvageable": { "type": "wiki-page-name", "suggested": true } }, "sets": [], "paramOrder": [ "title", "image", "description", "structure", "weapon_type", "gear_level", "physical_power", "stats", "durability", "salvageable" ] } </templatedata>