Template:Game: Difference between revisions
Add syntax for series
-u ndefined- (talk | contribs) m (Protected "Template:Game": Template is used in hundreds of pages. ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
-u ndefined- (talk | contribs) (Add syntax for series) |
||
Line 8: | Line 8: | ||
|label3=GUID | |label3=GUID | ||
|data3=[https://play.fancade.com/{{{guid}}} {{{guid}}}] | |data3=[https://play.fancade.com/{{{guid}}} {{{guid}}}] | ||
|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|}}}|← {{{previousgame}}}}}</td><td style="text-align: right">{{#if:{{{nextgame|}}}|{{{nextgame}}} →}}</td></tr> | |||
</table> | |||
}} | |||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
Line 32: | Line 39: | ||
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. | ||
* '''Author''': | * '''author''': Author of the game. | ||
* '''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> |