Difference between revisions of "Template:Game Data"

From Minetest Wiki
Jump to navigation Jump to search
(reduced icon size to double ingame size)
m (added games link)
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" | [[Games|Minetest Subgame]]
 
|-
 
|-
 
!align="center" colspan="2"|[[File:{{{image}}}|96px|96px]]
 
!align="center" colspan="2"|[[File:{{{image}}}|96px|96px]]

Revision as of 17:51, 13 August 2014


Examples

source output
{{Game Data | image=3apple.png | name=A Game | author=Ghostwriter | first_date=long ago | Yay (99)}}
Minetest Subgame
96px
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
96px
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>