Template:Inventory Item: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
(Create Page Blank)
 
mNo edit summary
 
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:
<h2>[[:Category:Inventory/Items|Inventory Item]]</h2>
;Mass
<p style="margin-left: 1.6em;">{{{mass|<Information Missing>}}}{{#if:{{{mass|}}}|&nbsp;kg|<includeonly>[[Category:Missing_information]]</includeonly>}}</p>
;Stack Size
<p style="margin-left: 1.6em;">{{{stacksize|1}}}&nbsp;item(s)</p>
{{#if:{{{hitpoints|}}}|<!--TRUE-->'''Hit Points'''<p style="margin-left: 1.6em;">{{{hitpoints|}}}&nbsp;points</p>|<!--FALSE-->}}<!--


--><includeonly>[[Category:Inventory/Items]]</includeonly><noinclude>
==Usage==
The Inventory Item template is meant to be used with any item that can be placed in an inventory.
<pre>{{Inventory_Item
|mass=<kg?>
|stacksize=<Number>
|hitpoints=<Number>
}}</pre>
*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 or not display. Items marked with a "?" do not have defaults and will display <Information Missing> if they are not filled in.
*Templates adds [[:Category:Inventory/Items]]. [[:Category:Missing_information]] is added conditionally.
{{:Template Ordering}}
[[Category:Templates]]</noinclude>

Latest revision as of 12:34, 12 September 2018

Inventory Item

Mass

<Information Missing>

Stack Size

1 item(s)

Usage

The Inventory Item template is meant to be used with any item that can be placed in an inventory.

{{Inventory_Item
|mass=<kg?>
|stacksize=<Number>
|hitpoints=<Number>
}}
  • 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 or not display. Items marked with a "?" do not have defaults and will display <Information Missing> if they are not filled in.
  • Templates adds Category:Inventory/Items. Category:Missing_information is added conditionally.

ORDERED TEMPLATE: This template is typically used on pages with other templates. It should be added in the order specified in Template Ordering.