|
|
(181 intermediate revisions by 46 users not shown) |
Line 1: |
Line 1: |
| <table class="infobox" cellpadding="4" style="width: 22em; font-size: 90%; float:right; border: 1px solid #AAAAAA; margin-left:0.5em">
| | {{#invoke:infobox|infobox |
| <tr>
| | | defaultimagesize = 160px |
| <td align="center" colspan=2 style="font-size:120%; font-weight: bold; background-color: #729FCF">{{{name|{{BASEPAGENAME}}}}}</td>
| | | defaultimageclass = pixel-image |
| </tr>
| | | invimage = title |
| <tr valign="top">
| | | rows = |
| <td align="center" colspan="2">[[File:{{{image|No image.png}}}|150px|center]]</td>
| | {{infobox row|class=list-style-none|label={{#ifeq:{{NAMESPACE}}|Earth|[[MCE:Rarity|Rarity]]|[[Rarity|Rarity color]]}}|field={{{rarity|Common}}} }} |
| </tr>
| | {{#if: {{{durability|}}} | {{infobox row|label=[[Durability]]|field={{{durability}}} }} }}<includeonly> |
| {{#if:{{{invimage|}}}|<tr valign="top"><td align="center" colspan="2">[[File:{{{invimage}}}|36px|center]]</td></tr>}} | | {{infobox row|label=[[Renewable resource|Renewable]]|field={{ #if: {{{renewable|}}} | {{{renewable}}} | ? {{#if:{{{nocat|}}}||[[Category:Missing renewability]]}} }} }} |
| {{Block/row2|label=Type|field={{{type|?}}}}}
| | {{infobox row|label=Stackable|field={{ #if: {{{stackable|}}} | {{{stackable}}} | ? {{#if:{{{nocat|}}}||[[Category:Missing stackability]]}} }} }}</includeonly> |
| {{Block/row|label=Durability|field={{{durability|None}}}}} | | {{ #if: {{{heals|}}} | {{infobox row|label=[[Food|Restores]]|field={{{heals}}} }} }} |
| {{Block/row2|label=Stackable|field={{{stackable|?}}}}} | | {{ #if: {{{effects|}}} | {{infobox row|label=[[Status effect]]s|field={{{effects}}} }} }} |
| | | }}<noinclude> |
| {{Block/row|label=[[Data_Values|Data value]]{{#if:{{{data2|}}}|s|}}|field={{{data|{{#if:{{{datadec|}}}|<!-- | | <!-- categories/interwikis on the /doc subpage, not here --> |
| | | {{Documentation}} |
| ---->|{{#if:{{{data1name|}}}|'''{{{data1name|}}}'''<br />| }}<!--
| | </noinclude> |
| ----><sub>dec:</sub> {{{data1|00}}} <sub>hex:</sub> {{dec-hex|{{{data1|00}}} }}<br /><!--
| |
| | |
| The optional second data value.
| |
| | |
| ---->{{#if:{{{data2|}}}|<!--
| |
| ------>{{#if:{{{data2name|}}}|'''{{{data2name|}}}'''<br />| }}<!--
| |
| ------><sub>dec:</sub> {{{data2}}} <sub>hex:</sub> {{dec-hex|{{{data2}}} }}<!--
| |
| ---->|}}<!--
| |
| -->}} }}} }}
| |
| </table><noinclude>
| |
| ==Usage==
| |
| '''These usage notes will not be included in articles bearing this template.'''<p></p>
| |
| This template provides a uniform design for useable item pages. When an item restores health, it is recommended to use [[Template:Food]] instead. <pre>
| |
| {{Useable Items
| |
| |image=
| |
| |invimage=
| |
| |type=
| |
| |durability=
| |
| |stackable=
| |
| |data1name=
| |
| |data1=
| |
| |data2name=
| |
| |data2=
| |
| }}</pre>
| |
| | |
| {| class=grid
| |
| ! Parameter
| |
| ! Function
| |
| ! Default value | |
| |-
| |
| | <code>name</code> || Only needed to change the name from the page name || <code><nowiki>{{BASEPAGENAME}}</nowiki></code>
| |
| |-
| |
| | <code>image</code> || Image of the item (Should be 150x150px) || [[:File:No image.png|No image.png]]
| |
| |-
| |
| | <code>invimage</code> || Image for object in inventory (Should be 36x36px) || ''None''
| |
| |-
| |
| | <code>type</code> || Type (Weapon, Ranged Weapon, Craftable Item, Tool, etc. ) || ?
| |
| |-
| |
| | <code>durability</code> || How durable the item is || None
| |
| |-
| |
| | <code>stackable</code> || Stackable || ?
| |
| |-
| |
| | <code>data1name</code> || If using multiple data values, specify a name || ''None''
| |
| |-
| |
| | <code>data1</code> || Decimal Data Value 1 || 00
| |
| |-
| |
| | <code>data2name</code> || Data 2's name || ''None''
| |
| |-
| |
| | <code>data2</code> || Decimal Data Value 2 || ''None''
| |
| |}
| |
| | |
| [[Category:Templates]]</noinclude>
| |