Difference between revisions of "Template:Game Data"

From Minetest Wiki
Jump to navigation Jump to search
(c)
 
(37 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<includeonly>
+
<noinclude>
{| class="wikitable" style="float: right; margin: 0 0 0.5em 1.5em" width="{{{width|200px}}}"
+
{{Documentation|content=
!align="center"  colspan="2" | Minetest Subgame
+
{{Languages|nocat=1}}
!align="center" colspan="2"|[[File:{{{image}}}|150px|150px]]
+
{{Lua|Infobox|data=Infobox/en}}
|-
+
</noinclude>{{#invoke:Infobox|game
! colspan="2" | {{{name | {{{game_name}}} }}}
+
|name={{{name|A game}}}
|-
+
|description= A [[Games|game]]
| '''Type''' || {{{type | {{{game_type | funplay}}} }}}
+
|type={{{type|{{{gametype}}}|''?''}}}
|-
+
|author={{{author|''?''}}}
| '''Author''' || {{{author|''somebody''}}}
+
|version={{{version|''?''}}}
|-
+
|forum={{{forum|{{#if:{{{forumtopic|}}}|[https://forum.minetest.net/viewtopic.php?t={{{forumtopic}}} {{{forumtopic}}}]|''N/A''}}}}}
| '''First Release''' || {{{first_date|some date}}}
+
|source={{{source|{{#if:{{{github|}}}|[https://github.com/{{{github}}} GitHub]|''N/A''}}}}}
|-
+
}}
| '''Forum Page''' || {{{forum|''minetest.net/forum''}}}
+
<noinclude>
|-
 
| '''Source''' || {{{source|github}}}
 
|-
 
| '''Includes Mobs''' || {{{mobs|no}}}
 
|}
 
  
</includeonly>
+
<pre>
<noinclude>
+
{{Game Data
== Examples ==
+
|name=A Game
{| class="wikitable"
+
|image=Image.png
! source
+
|gametype=Default
! output
+
|author=Name
|-
+
|version=0.1
|
+
|forumtopic=1
<nowiki>{{Game Data | image=3apple.png | name=A Game | author=Ghostwriter | first_date=long ago | Yay (99)}}</nowiki>
+
|github=minetest/minetest_game
|{{Game Data | image=3apple.png | name=A Game | author=Ghostwriter | first_date=long ago | mobs=Yay (99)}}
+
}}
|-
+
</pre>
|
 
<nowiki>
 
{{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)}}
 
</nowiki>
 
|{{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)}}
 
|}
 
  
<nowiki>
 
not used:
 
 
<pre>
 
<pre>
! colspan="2" | Works with
+
{{Game Data
|-
+
|name=A Game
| '''0.4.7''' || {{{0407|}}}
+
|image=Image.png
|-
+
|type=Default
| '''0.4.8''' || {{{0408|}}}
+
|author=Name
|-
+
|version=0.1
| '''0.4.9''' || {{{0409|}}}
+
|forum=[https://forum.minetest.net/viewtopic.php?t=1 1]
|-
+
|source=[https://github.com/minetest/minetest_game GitHub]
| '''0.4.10''' || {{{0410|}}}
+
}}
|-
 
 
</pre>
 
</pre>
</nowiki>
 
  
 +
== See also ==
 +
{{Data see also}}
 +
}}
 +
[[Category:Templates]]
 
</noinclude>
 
</noinclude>

Latest revision as of 20:47, 16 April 2021

Documentation icon.png Documentation
Languages Language: English • Deutsch • 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 game
Blank.png
A game
Game Type {{{gametype}}}
Author ?
Latest version ?
Forum topic N/A
Source code N/A


{{Game Data
|name=A Game
|image=Image.png
|gametype=Default
|author=Name
|version=0.1
|forumtopic=1
|github=minetest/minetest_game
}}
{{Game Data
|name=A Game
|image=Image.png
|type=Default
|author=Name
|version=0.1
|forum=[https://forum.minetest.net/viewtopic.php?t=1 1]
|source=[https://github.com/minetest/minetest_game GitHub]
}}

See also