Difference between revisions of "Template:Node Data"

From Minetest Wiki
Jump to navigation Jump to search
(Add game/mod classification)
Line 2: Line 2:
 
! colspan="2" style="font-size:110%; text-align:center;"| {{{name | {{{block_name|A Block}}} }}}
 
! colspan="2" style="font-size:110%; text-align:center;"| {{{name | {{{block_name|A Block}}} }}}
 
|-
 
|-
! colspan="2" align="center" |[[File:{{{image}}}|150px|150px]]
+
! colspan="2" align="center" | [[File:{{{image}}}|150px|150px]]
 +
|-
 +
! colspan="2" align="center" | a [[Blocks|block]] in {{{wherein | [[Games/Minetest|Minetest]] }}}
 
|-
 
|-
 
| '''Type''' || {{{type | {{{block_type|Solid Block}}} }}}
 
| '''Type''' || {{{type | {{{block_type|Solid Block}}} }}}
Line 25: Line 27:
 
<pre>
 
<pre>
 
{{Block Data
 
{{Block Data
|name=
+
|name=A Block
|image=
+
|image=Image.png
|type=
+
|wherein=[[Mods/xPanes|xPanes]]
|drops=
+
|type=Liquid
|physics=
+
|drops=No
|luminance=
+
|physics=No
|generated=
+
|luminance=No
|renewable=
+
|generated=No
|stackable=
+
|renewable=No
|itemstring=
+
|stackable=Yes (18)
 +
|itemstring=xpanes:a_block
 
}}
 
}}
 
</pre>
 
</pre>
 
[[Category:Templates]]
 
[[Category:Templates]]
 
</noinclude>
 
</noinclude>

Revision as of 18:13, 3 January 2015

A Block
[[File:{{{image}}}|150px|150px]]
a block in Minetest
Type Solid Block
Drops Itself
Physics No
Luminance No
Flammable No
Generated Yes
Renewable No
Stackable Yes (99)
Itemstring ?
{{Block Data
|name=A Block
|image=Image.png
|wherein=[[Mods/xPanes|xPanes]]
|type=Liquid
|drops=No
|physics=No
|luminance=No
|generated=No
|renewable=No
|stackable=Yes (18)
|itemstring=xpanes:a_block
}}