Template:Game: Difference between revisions

980 bytes added ,  Wednesday at 14:38
Add syntax for series
(Created page with "<includeonly>{{Infobox |title={{{title|{{PAGENAME}}}}} |image_url=https://fancade.com/images/{{{guid}}}.jpg |label1=Name |data1={{{title|{{PAGENAME}}}}} |label2=Author |data2={{{author}}} |label3=GUID |data3=[https://play.fancade.com/{{{guid}}} {{{guid}}}] }}</includeonly><noinclude> {{Game |guid=5C9791AF15FB9DF9 |title=1024 |author=Tzomby }} </noinclude>")
 
(Add syntax for series)
 
(5 intermediate revisions by 2 users not shown)
Line 2: Line 2:
|title={{{title|{{PAGENAME}}}}}
|title={{{title|{{PAGENAME}}}}}
|image_url=https://fancade.com/images/{{{guid}}}.jpg
|image_url=https://fancade.com/images/{{{guid}}}.jpg
|label1=Name
|label1=Title
|data1={{{title|{{PAGENAME}}}}}
|data1={{{title|{{PAGENAME}}}}}
|label2=Author
|label2=Author
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|}}}|&LeftArrow; {{{previousgame}}}}}</td><td style="text-align: right">{{#if:{{{nextgame|}}}|{{{nextgame}}} &RightArrow;}}</td></tr>
</table>
}}
}}</includeonly><noinclude>
}}</includeonly><noinclude>
'''Game''' is an [[Template:Infobox|infobox]] for games.
== Example ==
{{Game
|guid=5C9791AF15FB9DF9
|title=1024
|author=Tzomby
}}
<pre><nowiki>
{{Game
{{Game
|guid=5C9791AF15FB9DF9
|guid=5C9791AF15FB9DF9
Line 14: Line 33:
|author=Tzomby
|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.
* '''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]]
</noinclude>
</noinclude>