Difference between revisions of "Template:Item Data"

From Minetest Wiki
Jump to navigation Jump to search
m (Added support for translations)
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{#invoke:Infobox|item
+
<noinclude>
 +
{{Documentation|content=
 +
{{Languages}}
 +
{{Lua|Infobox|data=Infobox/en}}
 +
</noinclude>{{#invoke:Infobox|item
 
|name={{{name|{{{item_name|An item}}}}}}
 
|name={{{name|{{{item_name|An item}}}}}}
|description= An [[Items|item]] in {{{wherein|[[Subgames/Minetest Game|Minetest Game]]}}}
+
|description= An [[Items|item]] in {{{wherein|[[Games/Minetest Game|Minetest Game]]}}}
 
|type={{{type|{{{item_type|Craftitem}}}}}}
 
|type={{{type|{{{item_type|Craftitem}}}}}}
 +
|renewable={{{renewable|No}}}
 
|durability={{{durability|''N/A''}}}
 
|durability={{{durability|''N/A''}}}
 
|stackable={{{stackable|Yes (99)}}}
 
|stackable={{{stackable|Yes (99)}}}
Line 19: Line 24:
 
}}
 
}}
 
</pre>
 
</pre>
 +
 +
== See also ==
 +
{{Data see also}}
 +
 
[[Category:Templates]]
 
[[Category:Templates]]
 +
}}
 
</noinclude>
 
</noinclude>

Latest revision as of 11:48, 28 January 2023

Documentation icon.png Documentation
Languages Language: English • Deutsch • español • Bahasa Melayu • русский
Lua logo.png This template uses Module:Infobox, with data stored in Module:Infobox/en.
Please see wikipedia:Wikipedia:Lua and mw:Extension:Scribunto to learn more.
An item
Blank.png
An item in Minetest Game
Item Type Craftitem
Renewable No
Durability N/A
Stackable Yes (99)
Itemstring ?
{{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
}}

See also