Difference between revisions of "Template:Game Data"

From Minetest Wiki
Jump to navigation Jump to search
(Created page with "<includeonly> {| class="wikitable" style="float: right; margin: 0 0 0.5em 1.5em" width="{{{width|200px}}}" !align="center" colspan="2"|[[File:{{{image}}}|150px|150px]] |- ! co...")
 
Line 9: Line 9:
 
| '''Author''' || {{{author|''somebody''}}}
 
| '''Author''' || {{{author|''somebody''}}}
 
|-
 
|-
| '''First Release''' || {{{first_date|No}}}
+
| '''First Release''' || {{{first_date|some date}}}
 
|-
 
|-
| '''Luminance''' || {{{luminance|No}}}
+
| '''Works with 0.4.7''' || {{{0407|maybe}}}
 
|-
 
|-
| '''Flammable''' || {{{flammable|No}}}
+
| '''Works with 0.4.8''' || {{{0408|maybe}}}
 
|-
 
|-
| '''Generated''' || {{{generated|Yes}}}
+
| '''Works with 0.4.9''' || {{{0409|maybe}}}
 
|-
 
|-
| '''Renewable''' || {{{renewable|No}}}
+
| '''Works with 0.4.10''' || {{{0410|maybe}}}
 
|-
 
|-
| '''Stackable''' || {{{stackable|Yes (99)}}}
+
| '''Includes Mobs''' || {{{mobs|no}}}
|-
 
| '''Itemstring''' || {{{itemstring|''?''}}}
 
 
|}
 
|}
  
Line 32: Line 30:
 
|-
 
|-
 
|
 
|
  <nowiki>{{Game Data | image=Dirt.png | name=A Game}}</nowiki>
+
  <nowiki>{{Game Data | image=3apple.png | name=A Game | Author=Ghostwriter | first_date=long ago | 0410=hopefully | Yay (99)}}</nowiki>
|{{Block Data | image=Dirt.png | name=Dirt}}
+
|{{Game Data | image=3apple.png | name=A Game | Author=Ghostwriter | first_date=long ago | 0410=hopefully | Yay (99)}}
 
|-
 
|-
 
|
 
|

Revision as of 16:39, 9 July 2014


Examples

source output
{{Game Data | image=3apple.png | name=A Game | Author=Ghostwriter | first_date=long ago | 0410=hopefully | Yay (99)}}
150px
A Game
Type funplay
Author somebody
First Release long ago
Works with 0.4.7 maybe
Works with 0.4.8 maybe
Works with 0.4.9 maybe
Works with 0.4.10 hopefully
Includes Mobs no


{{Block Data | image=Dirt.png | name=Dirt}}
Dirt
Dirt.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
| image=Sand.png
| name=Sand
| physics = Yes
| itemstring = default:sand }}
Sand
Sand.png
A node in Minetest Game
Node Type Full node
Drops Itself
Physics Yes
Luminance No
Flammable No
Generated Yes
Renewable No
Stackable Yes (99)
Itemstring default:sand