Appearance: Difference between revisions

no edit summary
(New Page: "The Appearance property is for showing which game/s the content is featured in. For example, Carl Johnson appears in GTA San Andreas only. The correct input for this is the ...")
 
No edit summary
Line 11: Line 11:


;Template Code
;Template Code
For a template, use the following code to:
For a template, use {{template|appearance}} to:
*Take an input of any variation of the game's title (long or short forms) as <nowiki>{{{input}}}</nowiki>
*Take an input of any variation of the game's title (long or short forms) as <nowiki>{{{input}}}</nowiki>
*Display the mid-form game name
*Display the mid-form game name
*Link to the mid-form page title
*Link to the full page title
*Set the appearance property to the mid-form game name
*Set the appearance property to the mid-form game name


<pre>[[Appearance::{{game|{{{input|}}}}}]]</pre>
<pre>{{appearance|{{{input}}}]]</pre>