Difference between revisions of "Template:Node Data"

From Minetest Wiki
Jump to navigation Jump to search
 
(25 intermediate revisions by 8 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="200px"
 
! colspan="2" style="font-size:110%; text-align:center;"| {{{name | {{{block_name|A Block}}} }}}
 
|-
 
! colspan="2" align="center" |[[File:{{{image}}}|150px|150px]]
 
|-
 
| '''Type''' || {{{type | {{{block_type|Solid Block}}} }}}
 
|-
 
| '''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>
 
<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
|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>
 +
 +
== 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