Template:Infobox Title: Difference between revisions

From Goober Games
(Created page with "<infobox> <group> <title source="title"><default>{{PAGENAME}}</default><format>{{{title|{{PAGENAME}}}}}</format></title> <media source="image"> <caption source="caption"><small>{{{caption}}}</small></caption> </media> </group> <group> <!--- <header><small>Information</small></header> ---> <data source="category"><label>'''Category'''</label></data> <data source="platform"><label>'''Platform(s)'''</label></data> <data source="engine"><label>'''Engine''...")
 
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 8: Line 8:


<group>
<group>
<!--- <header><small>Information</small></header> --->
<data source="category"><label>'''Category'''</label></data>
<data source="category"><label>'''Category'''</label></data>
<data source="genre"><label>'''Genre'''</label></data>
<data source="platform"><label>'''Platform(s)'''</label></data>
<data source="platform"><label>'''Platform(s)'''</label></data>
<data source="engine"><label>'''Engine'''</label></data>
<data source="engine"><label>'''Engine'''</label></data>
Line 17: Line 17:
<data source="release"><label>'''Released'''</label></data>
<data source="release"><label>'''Released'''</label></data>
</group>
</group>
    <header>{{#if:{{{buylink|}}}|[{{{buylink}}} Buy this game]|}}</header>
    <header>{{#if:{{{downloadlink|}}}|[{{{downloadlink}}} Download this game]|}}</header>
</infobox>
</infobox>


Line 23: Line 25:
{|float="left"
{|float="left"
|<pre>
|<pre>
{{Infobox Game
{{Infobox Title
|title          =
|title          =
|image          =
|image          =
|caption        =
|caption        =
|genre          =
|category      =
|category      =
|platform      =
|platform      =
Line 34: Line 37:
|status        =
|status        =
|release        =
|release        =
|buylink        =
|download      =
}}
}}
</pre>
</pre>

Latest revision as of 12:08, 24 May 2024


{{Infobox Title
|title          =
|image          =
|caption        =
|genre          =
|category       =
|platform       =
|engine         =
|developer      =
|publisher      =
|status         =
|release        =
|buylink        =
|download       =
}}

Notes:

  • If "title" is omitted, it will default to the name of the page.