Difference between revisions of "Template:Node 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|block}}<noinclude>
! colspan="2" style="font-size:110%; text-align:center;"| {{{name | {{{block_name|A block}}} }}}
 
|-
 
! colspan="2" | <div class="center">{{Animated|{{{image|Minetest logo.png}}}|150px}}</div>
 
|-
 
! colspan="2" align="center" | A [[Blocks|block]] in {{{wherein|[[Subgames/Minetest Game|Minetest Game]]}}}
 
|-
 
| '''Type''' || {{{type | {{{block_type|Solid block}}} }}}
 
|-
 
| '''[[Mining#Drops|Drops]]''' || {{{drops|''Itself''}}}
 
|-
 
| '''[[:Category:Falling|Physics]]''' || {{{physics|No}}}
 
|-
 
| '''[[:Category:Luminous|Luminance]]''' || {{{luminance|No}}}
 
|-
 
| '''[[:Category:Flammable|Flammable]]''' || {{{flammable|No}}}
 
|-
 
| '''[[:Category:Generated_blocks|Generated]]''' || {{{generated|Yes}}}
 
|-
 
| '''Renewable''' || {{{renewable|No}}}
 
|-
 
| '''Stackable''' || {{{stackable|Yes (99)}}}
 
|-
 
| '''[[Itemstrings|Itemstring]]''' || {{{itemstring|''Unknown''}}}
 
|}
 
<noinclude>
 
 
<pre>
 
<pre>
 
{{Block Data
 
{{Block Data

Revision as of 16:47, 11 April 2017

Blank.png
{{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
}}