Template:Infobox Game: Difference between revisions
From Screamer Wiki
No edit summary Tag: Reverted |
m (Tankman fan 44 moved page Template:Infobox video game to Template:Infobox Game over redirect) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
<group> | <group> | ||
<header><font face="Rubik"><font color="white">'''About This Game'''</font></header> | <header><font face="Rubik"><font color="white">'''About This Game'''</font></header> | ||
<data source=" | <data source="maker"><label>Maker</font></label><default>Unknown</default></data> | ||
<data source="type"><label>Type</font></label><default>Unknown</default></data> | <data source="type"><label>Type</font></label><default>Unknown</default></data> | ||
<data source="date"><label>Release date</font></label><default>Unknown</default></data> | <data source="date"><label>Release date</font></label><default>Unknown</default></data> | ||
Line 11: | Line 10: | ||
<group> | <group> | ||
<header><font face=Rubik><font color="white">'''Other information'''</font></header> | <header><font face=Rubik><font color="white">'''Other information'''</font></header> | ||
<data source="platform"><label><font face=Rubik>Platform | <data source="platform"><label><font face=Rubik>Platform</font></label></data> | ||
<data source=" | <data source="written in"><label><font face=Rubik>Written in</font></label></data> | ||
</group> | </group> | ||
<group layout="horizontal"> | <group layout="horizontal"> | ||
Line 25: | Line 23: | ||
</onlyinclude><noinclude><br style="clear:both;"/> | </onlyinclude><noinclude><br style="clear:both;"/> | ||
<pre> | <pre> | ||
{{Infobox | {{Infobox Game | ||
|title = | |title = | ||
|image = | |image = | ||
|imagecaption = | |imagecaption = | ||
| | |maker = | ||
|type = | |||
|type= | |date = | ||
|date= | |platform = | ||
|platform= | |written in = | ||
| | |first = | ||
|sequel = | |||
|first= | |||
|sequel= | |||
}} | }} | ||
</pre> | </pre> | ||
Example: | Example: | ||
<pre> | <pre> | ||
{{Infobox | {{Infobox Game | ||
|title = | |title = Dolphin Swim | ||
|image = | |image = DolphinSwim_Playing.png | ||
| | |imagecaption = The main (and only) gameplay. | ||
| | |maker = Unknown | ||
|type= | |type = Website | ||
|date= | |date = 2013 | ||
|platform= | |platform = Microsoft Windows | ||
| | |written in = C++ | ||
|first = Dolphin Swim.exe | |||
|first= | |sequel = [[Dolphin Swim 2.exe]] | ||
|sequel=[[ | |||
}} | }} | ||
</pre> | </pre> | ||
Result: | Result: | ||
{{Infobox | {{Infobox Game | ||
|title = | |title = | ||
|image = | |image = DolphinSwim_Playing.png | ||
| | |imagecaption = The main (and only) gameplay. | ||
| | |maker = Unknown | ||
|type= | |type = Website | ||
|date= | |date = 2013 | ||
|platform= | |platform = Microsoft Windows | ||
| | |written in = C++ | ||
|first = Dolphin Swim.exe | |||
|first= | |sequel = [[Dolphin Swim 2.exe]] | ||
|sequel=[[ | |||
}} | }} |
Latest revision as of 08:31, 18 January 2024
{{Infobox Game |title = |image = |imagecaption = |maker = |type = |date = |platform = |written in = |first = |sequel = }}
Example:
{{Infobox Game |title = Dolphin Swim |image = DolphinSwim_Playing.png |imagecaption = The main (and only) gameplay. |maker = Unknown |type = Website |date = 2013 |platform = Microsoft Windows |written in = C++ |first = Dolphin Swim.exe |sequel = [[Dolphin Swim 2.exe]] }}
Result: