Template:Game: Difference between revisions

From Fancade Wiki
mNo edit summary
m (Add parameter for linking game kits)
 
(2 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}}}]
|label4=Kit
|data4={{#if:{{{guidkit|}}}|{{GUID|{{{guidkit}}}}}}}
|header9={{#if:{{{series|}}}|Series}}
|data9={{#if:{{{series|}}}|
<table style="width: 100%">
<tr><th colspan="2" style="text-align: center">{{{series}}}</th></tr>
<tr><td style="text-align: left">{{#if:{{{previousgame|}}}|&LeftArrow; {{{previousgame}}}}}</td><td style="text-align: right">{{#if:{{{nextgame|}}}|{{{nextgame}}} &RightArrow;}}</td></tr>
</table>
}}
}}</includeonly><noinclude>
}}</includeonly><noinclude>


Line 32: Line 41:
Keywords:
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.
* '''Title''': Title of the game. If unspecified, defaults to the page name.
* '''author''': Author of the game.
* '''Author''': Author of the game.
* '''guid''': The ID of the game, used for linking to [[Fancade]] and displaying the image.
* '''guidkit''': The ID of the corresponding kit by the author.
* '''series''': Name of the series.
** '''previousgame''': Title of the previous game in the series.
** '''nextgame''': Title of the next game in the series.
 
[[Category:Infoboxes]]
[[Category:Infoboxes]]
</noinclude>
</noinclude>

Latest revision as of 09:08, 2 August 2025


Game is an infobox for games.

Example

1024
5C9791AF15FB9DF9.jpg
Title1024
AuthorTzomby
GUID5C9791AF15FB9DF9
{{Game
|guid=5C9791AF15FB9DF9
|title=1024
|author=Tzomby
}}

displays the following on the right.

Parameters

Keywords:

  • title: Title of the game. If unspecified, defaults to the page name.
  • author: Author of the game.
  • guid: The ID of the game, used for linking to Fancade and displaying the image.
  • guidkit: The ID of the corresponding kit by the author.
  • series: Name of the series.
    • previousgame: Title of the previous game in the series.
    • nextgame: Title of the next game in the series.