Template:Game: Difference between revisions
m
Document template
Nikitaivanov (talk | contribs) mNo edit summary |
-u ndefined- (talk | contribs) m (Document template) |
||
Line 9: | Line 9: | ||
|data3=[https://play.fancade.com/{{{guid}}} {{{guid}}}] | |data3=[https://play.fancade.com/{{{guid}}} {{{guid}}}] | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
'''Game''' is an [[Template:Infobox|infobox]] for games. | |||
== Example == | |||
{{Game | {{Game | ||
|guid=5C9791AF15FB9DF9 | |guid=5C9791AF15FB9DF9 | ||
Line 14: | Line 19: | ||
|author=Tzomby | |author=Tzomby | ||
}} | }} | ||
</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.</noinclude> |