Difference between revisions of "Template:Game Data"

From Minetest Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
<includeonly>
 
<includeonly>
 
{| class="wikitable" style="float: right; margin: 0 0 0.5em 1.5em" width="{{{width|200px}}}"
 
{| class="wikitable" style="float: right; margin: 0 0 0.5em 1.5em" width="{{{width|200px}}}"
 +
!align="center"  colspan="2" | Minetest Subgame
 
!align="center" colspan="2"|[[File:{{{image}}}|150px|150px]]
 
!align="center" colspan="2"|[[File:{{{image}}}|150px|150px]]
 
|-
 
|-
Line 50: Line 51:
 
|}
 
|}
  
 
+
<nowiki>
 
not used:
 
not used:
 
 
<pre>
 
<pre>
 
! colspan="2" | Works with
 
! colspan="2" | Works with
Line 64: Line 64:
 
| '''0.4.10''' || {{{0410|}}}
 
| '''0.4.10''' || {{{0410|}}}
 
|-
 
|-
 
 
</pre>
 
</pre>
 +
</nowiki>
  
 
</noinclude>
 
</noinclude>

Revision as of 20:26, 10 August 2014


Examples

source output
{{Game Data | image=3apple.png | name=A Game | author=Ghostwriter | first_date=long ago | Yay (99)}}
Minetest Subgame 150px
A Game
Type funplay
Author Ghostwriter
First Release long ago
Forum Page minetest.net/forum
Source github
Includes Mobs Yay (99)


{{Game Data 
| image=3apple.png 
| name=A Game 
| author=Ghostwriter 
| first_date=long ago 
| forum=some forum url 
| source=somewhere on github
| mobs=Yay (99)}}

Minetest Subgame 150px
A Game
Type funplay
Author Ghostwriter
First Release long ago
Forum Page some forum url
Source somewhere on github
Includes Mobs Yay (99)


not used: <pre> ! colspan="2" | Works with |- | '''0.4.7''' || {{{0407|}}} |- | '''0.4.8''' || {{{0408|}}} |- | '''0.4.9''' || {{{0409|}}} |- | '''0.4.10''' || {{{0410|}}} |- </pre>