Difference between revisions of "Template:Item Data"

From Minetest Wiki
Jump to navigation Jump to search
m (Removed unnecessary div tag)
(Replaced template with module)
Line 1: Line 1:
{| class="wikitable" style="float:right; text-align:left; margin: 0 0 0.5em 1em; padding:5px; font-size:90%; position:relative; clear:right; overflow:auto; z-index:1;" width="{{{width|200px}}}"
+
{{#invoke:Infobox|item}}<noinclude>
! colspan="2" style="font-size:110%; text-align:center;"| {{{name | {{{item_name|An item}}} }}}
 
|-
 
! colspan="2" | <div class="center">{{Animated|{{{image|Minetest logo.png}}}|160px}}</div>
 
|-
 
! colspan="2" align="center" | An [[Items|item]] in {{{wherein | [[Games/Minetest Game|Minetest Game]]}}}
 
|-
 
| '''Type''' || {{{type | {{{item_type|Craftitem}}} }}}
 
|-
 
| '''Renewable''' || {{{renewable|No}}}
 
|-
 
| '''Durability''' || {{{durability|''N/A''}}}
 
|-
 
| '''Stackable''' || {{{stackable|Yes (99)}}}
 
|-
 
| '''[[Itemstrings|Itemstring]]''' || {{{itemstring|''Unknown''}}}
 
|}
 
<noinclude>
 
 
<pre>
 
<pre>
 
{{Item Data
 
{{Item Data

Revision as of 16:48, 11 April 2017

Blank.png
{{Item Data
|name=An Item
|image=Image.png
|wherein=[[Mods/Farming Plus|Farming Plus]]
|type=Craftitems
|renewable=No
|durability=N/A
|stackable=Yes (99)
|itemstring=farming_plus:an_item
}}