Difference between revisions of "Template:Node Data"

From Minetest Wiki
Jump to navigation Jump to search
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{| 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 | {{{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>
 
<noinclude>
 +
{{Documentation|content=
 +
{{Languages}}
 +
{{Lua|Infobox|data=Infobox/en}}
 +
</noinclude>{{#invoke:Infobox|block
 +
|name={{{name|{{{block_name|A block}}}}}}
 +
|description=A [[Nodes|node]] in {{{wherein|[[Games/Minetest Game|Minetest Game]]}}}
 +
|type={{{type|{{{block_type|Full node}}}}}}
 +
|drops={{{drops|''Itself''}}}
 +
|physics={{{physics|No}}}
 +
|luminance={{{luminance|No}}}
 +
|flammable={{{flammable|No}}}
 +
|generated={{{generated|Yes}}}
 +
|renewable={{{renewable|No}}}
 +
|stackable={{{stackable|Yes (99)}}}
 +
|itemstring={{{itemstring|''?''}}}
 +
}}<noinclude>
 
<pre>
 
<pre>
 
{{Block Data
 
{{Block Data
Line 40: Line 31:
 
}}
 
}}
 
</pre>
 
</pre>
 +
 +
== See also ==
 +
{{Data see also}}
 +
 
[[Category:Templates]]
 
[[Category:Templates]]
 +
}}
 
</noinclude>
 
</noinclude>

Latest revision as of 10:34, 10 March 2024

Documentation icon.png Documentation
Languages Language: English • Deutsch • français • Bahasa Indonesia • 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.
A block
Blank.png
A node in Minetest Game
Node Type Full node
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
}}

See also