Jump to content

Template:Game: Difference between revisions

m
m (Add to category)
m (Migrate to Template:Documentation)
 
(4 intermediate revisions by the same user not shown)
Line 8: Line 8:
|label3=GUID
|label3=GUID
|data3=[https://play.fancade.com/{{{guid}}} {{{guid}}}]
|data3=[https://play.fancade.com/{{{guid}}} {{{guid}}}]
}}</includeonly><noinclude>
|label4=Kit
 
|data4={{#if:{{{guidkit|}}}|{{GUID|{{{guidkit}}}}}}}
'''Game''' is an [[Template:Infobox|infobox]] for games.
|header9={{#if:{{{series|}}}|Series}}
 
|data9={{#if:{{{series|}}}|
== Example ==
<table style="width: 100%">
 
<tr><th colspan="2" style="text-align: center">{{{series}}}</th></tr>
{{Game
<tr><td style="text-align: left">{{#if:{{{previousgame|}}}|&LeftArrow; {{{previousgame}}}}}</td><td style="text-align: right">{{#if:{{{nextgame|}}}|{{{nextgame}}} &RightArrow;}}</td></tr>
|guid=5C9791AF15FB9DF9
</table>
|title=1024
|author=Tzomby
}}
}}
 
}}</includeonly><noinclude>{{Documentation}}</noinclude>
<pre><nowiki>
{{Game
|guid=5C9791AF15FB9DF9
|title=1024
|author=Tzomby
}}
</nowiki></pre> displays the following on the right.
 
== Parameters ==
 
Keywords:
 
* '''GUID''': The ID of the game, used for linking to Fancade and displaying the image.
* '''Title''': Title of the game. If unspecified, defaults to the page name.
* '''Author''': Author of the game.
[[Template:Infoboxes]]
</noinclude>