Template:Tool: Difference between revisions
Jump to navigation
Jump to search
CptTwinkie (talk | contribs) mNo edit summary |
CptTwinkie (talk | contribs) mNo edit summary |
||
Line 5: | Line 5: | ||
<p style="margin-left: 1.6em;">{{{primary|<Information Missing><includeonly>[[Category:Missing_information]]</includeonly>}}}</p> | <p style="margin-left: 1.6em;">{{{primary|<Information Missing><includeonly>[[Category:Missing_information]]</includeonly>}}}</p> | ||
;Secondary Function | ;Secondary Function | ||
<p style="margin-left: 1.6em;">{{{secondary|None}}}</p>{{#if:{{{other|}}}|'''Other Functions'''<p style="margin-left: 1.6em;">{{{other|}}}</p>|}}{{#if:{{{damage|}}}|'''Attack Damage'''<p style="margin-left: 1.6em;">{{{damage|}}}</p>|}}<includeonly>[[Category:Tools]]</includeonly><noinclude> | <p style="margin-left: 1.6em;">{{{secondary|None}}}</p><!-- | ||
-->{{#if:{{{other|}}}|<!--TRUE-->'''Other Functions'''<p style="margin-left: 1.6em;">{{{other|}}}</p>|<!--FALSE-->}}<!-- | |||
-->{{#if:{{{damage|}}}|<!--TRUE-->'''Attack Damage'''<p style="margin-left: 1.6em;">{{{damage|}}}</p>|<!--FALSE-->}}<!-- | |||
-->{{#if:{{{velocity|}}}|<!--TRUE-->'''Projectile Velocity'''<p style="margin-left: 1.6em;">{{{velocity|}}} m/s</p>|<!--FALSE-->}}<!-- | |||
--><includeonly>[[Category:Tools]]</includeonly><noinclude> | |||
==Usage== | ==Usage== | ||
Line 15: | Line 20: | ||
|other=<List of actions> | |other=<List of actions> | ||
|damage=<Amount> | |damage=<Amount> | ||
|velocity=< | |||
}}</pre> | }}</pre> | ||
*The code above can be pasted into your page and edited. | *The code above can be pasted into your page and edited. |
Revision as of 12:07, 17 January 2018
Tool Information
- Maximum Durability
<Information Missing>
- Primary Function
<Information Missing>
- Secondary Function
None
Usage
The Tool/Functions template is meant to be used for tools and weapons. It describes the actions that can be performed by these items.
{{Tool |durability=<Number of actions?> |primary=<List of actions?> |secondary=<List of actions> |other=<List of actions> |damage=<Amount> |velocity=< }}
- The code above can be pasted into your page and edited.
- Any of the attributes can be left out entirely and they will use their default value. Items marked with a "?" do not have defaults and will display <Information Missing> if they are not filled in.
- Templates adds Category:Tools. Category:Missing_information is added conditionally.