Difference between revisions of "Template:Node Data"

From Minetest Wiki
Jump to navigation Jump to search
Line 32: Line 32:
 
|-
 
|-
 
|
 
|
<nowiki>
+
<nowiki>{{Block Data | image=Dirt.png | name=Dirt}}</nowiki>
{{Block Data
 
| image=Dirt.png
 
| name=Dirt
 
}}</nowiki>
 
 
|{{Block Data | image=Dirt.png | name=Dirt}}
 
|{{Block Data | image=Dirt.png | name=Dirt}}
 
|-
 
|-
 
|
 
|
<nowiki>
+
<nowiki>{{Block Data
{{Block Data
 
 
| image=Sand.png
 
| image=Sand.png
 
| name=Sand
 
| name=Sand
 
| physics = Yes
 
| physics = Yes
| itemstring = default:sand
+
| itemstring = default:sand }}</nowiki>
}}</nowiki>
 
 
|{{Block Data | image=Sand.png | name=Sand | physics = Yes | itemstring = default:sand }}
 
|{{Block Data | image=Sand.png | name=Sand | physics = Yes | itemstring = default:sand }}
 
|}
 
|}
 
[[Category:Templates]]
 
 
</noinclude>
 
</noinclude>

Revision as of 14:24, 3 January 2015


Examples

source output
{{Block Data | image=Dirt.png | name=Dirt}}
Dirt.png
Dirt
Type Solid Block
Drops itself
Physics No
Luminance No
Flammable No
Generated Yes
Renewable No
Stackable Yes (99)
Itemstring ?


{{Block Data
| image=Sand.png
| name=Sand
| physics = Yes
| itemstring = default:sand }}
Sand.png
Sand
Type Solid Block
Drops itself
Physics Yes
Luminance No
Flammable No
Generated Yes
Renewable No
Stackable Yes (99)
Itemstring default:sand