Difference between revisions of "Template:Food Item Data"

From Minetest Wiki
Jump to navigation Jump to search
(Added CSS style)
m (Removed unnecessary div tag)
Line 1: Line 1:
<div style="position: relative; clear: right; float: right; overflow: auto; z-index: 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}}}"
{| class="wikitable" style="float:right; text-align:left; margin: 0 0 0.5em 1em; padding:5px; font-size:90%;" width="{{{width|200px}}}"
 
 
! colspan="2" style="font-size:110%; text-align:center;"| {{{name | {{{item_name|A food}}} }}}
 
! colspan="2" style="font-size:110%; text-align:center;"| {{{name | {{{item_name|A food}}} }}}
 
|-
 
|-
Line 19: Line 18:
 
| '''[[Itemstrings|Itemstring]]''' || {{{itemstring|''Unknown''}}}
 
| '''[[Itemstrings|Itemstring]]''' || {{{itemstring|''Unknown''}}}
 
|}
 
|}
</div>
 
 
<noinclude>
 
<noinclude>
 
<pre>
 
<pre>

Revision as of 00:18, 30 March 2017

A food
Minetest logo.png
A food item in Minetest Game
Type Food
Restores Unknown
Cookable No
Renewable No
Stackable Yes (99)
Itemstring Unknown
{{Item Data
|name=A Food
|image=Image.png
|wherein=[[Mods/Farming Plus|Farming Plus]]
|type=Food
|restores={{Heart|1}}
|cookable=No
|renewable=No
|stackable=Yes (99)
|itemstring=farming_plus:a_food
}}