Difference between revisions of "Template:Game Data"
Jump to navigation
Jump to search
m |
(c) |
||
(18 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | {{#invoke:Infobox|game | + | <noinclude> |
− | |name={{{name|A | + | {{Documentation|content= |
− | |description= A [[ | + | {{Languages|nocat=1}} |
− | |type={{{type|''?''}}} | + | {{Lua|Infobox|data=Infobox/en}} |
+ | </noinclude>{{#invoke:Infobox|game | ||
+ | |name={{{name|A game}}} | ||
+ | |description= A [[Games|game]] | ||
+ | |type={{{type|{{{gametype}}}|''?''}}} | ||
|author={{{author|''?''}}} | |author={{{author|''?''}}} | ||
|version={{{version|''?''}}} | |version={{{version|''?''}}} | ||
− | |forum={{{forum|''N/A''}}} | + | |forum={{{forum|{{#if:{{{forumtopic|}}}|[https://forum.minetest.net/viewtopic.php?t={{{forumtopic}}} {{{forumtopic}}}]|''N/A''}}}}} |
− | |source={{{source|''N/A''}}} | + | |source={{{source|{{#if:{{{github|}}}|[https://github.com/{{{github}}} GitHub]|''N/A''}}}}} |
− | }}<noinclude> | + | }} |
+ | <noinclude> | ||
+ | |||
<pre> | <pre> | ||
{{Game Data | {{Game Data | ||
− | |name=A | + | |name=A Game |
|image=Image.png | |image=Image.png | ||
− | | | + | |gametype=Default |
+ | |author=Name | ||
+ | |version=0.1 | ||
+ | |forumtopic=1 | ||
+ | |github=minetest/minetest_game | ||
+ | }} | ||
+ | </pre> | ||
+ | |||
+ | <pre> | ||
+ | {{Game Data | ||
+ | |name=A Game | ||
+ | |image=Image.png | ||
+ | |type=Default | ||
|author=Name | |author=Name | ||
|version=0.1 | |version=0.1 | ||
Line 21: | Line 39: | ||
== See also == | == See also == | ||
− | + | {{Data see also}} | |
− | + | }} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | {{ | ||
− | |||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 20:47, 16 April 2021
Documentation
Language: | English • Deutsch • Bahasa Melayu |
---|
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 | |
---|---|
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] }}