Difference between revisions of "Template:Game Data"

From Minetest Wiki
Jump to navigation Jump to search
(c)
 
(46 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"|[[File:{{{image}}}|150px|150px]]
+
{{Languages|nocat=1}}
|-
+
{{Lua|Infobox|data=Infobox/en}}
! colspan="2" | {{{name | {{{game_name}}} }}}
+
</noinclude>{{#invoke:Infobox|game
|-
+
|name={{{name|A game}}}
| '''Type''' || {{{type | {{{game_type | funplay}}} }}}
+
|description= A [[Games|game]]
|-
+
|type={{{type|{{{gametype}}}|''?''}}}
| '''Author''' || {{{author|''somebody''}}}
+
|author={{{author|''?''}}}
|-
+
|version={{{version|''?''}}}
| '''First Release''' || {{{first_date|some date}}}
+
|forum={{{forum|{{#if:{{{forumtopic|}}}|[https://forum.minetest.net/viewtopic.php?t={{{forumtopic}}} {{{forumtopic}}}]|''N/A''}}}}}
|-
+
|source={{{source|{{#if:{{{github|}}}|[https://github.com/{{{github}}} GitHub]|''N/A''}}}}}
| '''Forum Page''' || {{{forum|''minetest.net/forum''}}}
+
}}
|-
+
<noinclude>
| '''Source''' || {{{source|github}}}
 
|-
 
| '''Works with 0.4.7''' || {{{0407|maybe}}}
 
|-
 
| '''Works with 0.4.8''' || {{{0408|maybe}}}
 
|-
 
| '''Works with 0.4.9''' || {{{0409|maybe}}}
 
|-
 
| '''Works with 0.4.10''' || {{{0410|maybe}}}
 
|-
 
| '''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>
+
<pre>
{{Game Data  
+
{{Game Data
| image=3apple.png  
+
|name=A Game
| name=A Game
+
|image=Image.png
| Author=Ghostwriter
+
|type=Default
| first_date=long ago
+
|author=Name
| forum=some forum url
+
|version=0.1
| source=somewhere on github
+
|forum=[https://forum.minetest.net/viewtopic.php?t=1 1]
| 0407=no way
+
|source=[https://github.com/minetest/minetest_game GitHub]
| 0410=hopefully
+
}}
| mobs=Yay (99)}}
+
</pre>
</nowiki>
+
 
|{{Game Data
+
== See also ==
| image=3apple.png
+
{{Data see also}}
| name=A Game
+
}}
| Author=Ghostwriter
+
[[Category:Templates]]
| first_date=long ago
 
| forum=some forum url
 
| source=somewhere on github
 
| 0407=no way
 
| 0410=hopefully
 
| mobs=Yay (99)}}
 
|}
 
 
</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