Difference between revisions of "Template:GameDescription"

From ScummVM :: Wiki
Jump to navigation Jump to search
(added publisher again and pushed up developer while I am at it, as I think they are more important)
 
(9 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{| border="0" cellpadding="2" cellspacing="1" align="right" style="margin-left:1em; background:#CADCFB;"
<includeonly>{| border="0" cellpadding="2" cellspacing="1" align="right" style="margin-left:1em; background:#CADCFB;"
!colspan="3" | {{{name}}}
!colspan="3" | {{{name}}}
|- border="0" cellpadding="2" cellspacing="1" align="center" style="margin-left:1em; background:#ffffff;"
|- border="0" cellpadding="2" cellspacing="1" align="center" style="margin-left:1em; background:#ffffff;"
Line 6: Line 6:
|First release || {{{release}}}
|First release || {{{release}}}
|- style="background:#ffffff"
|- style="background:#ffffff"
|Also known as || {{{alternateNames}}}
|Also known as || {{{alternateNames|''N/A''}}}
|- style="background:#ffffff"
|- style="background:#ffffff"
|Developed by || {{{developer}}}
|Developed by || {{{developer}}}
Line 12: Line 12:
|Published by || {{{publisher}}}
|Published by || {{{publisher}}}
|- style="background:#ffffff"
|- style="background:#ffffff"
|Distributed by || {{{distributor}}}
|Distributed by || {{{distributor|''(unknown)''}}}
|- style="background:#ffffff"
|- style="background:#ffffff"
|Platforms || {{{platforms}}}
|Platforms || {{{platforms}}}
|- style="background:#ffffff"
|Resolution || {{{resolution|''(unknown)''}}}
|- style="background:#ffffff"
|- style="background:#ffffff"
|Engine || {{{engine}}}
|Engine || {{{engine}}}
Line 20: Line 22:
|Support || {{{support}}}
|Support || {{{support}}}
|- style="background:#ffffff"
|- style="background:#ffffff"
|Available for<br />Purchase || {{{purchase}}}
|Available for<br />Purchase || {{{purchase|No}}}
|}
{{#if:{{{moby_id|}}}{{{gog_id|}}}{{{steam_id|}}}{{{zoom_id|}}}{{{wikipedia_page|}}}|
{{!}}- border="0" cellpadding="2" cellspacing="1" align="center" style="margin-left:1em; background:#ffffff;"
!colspan="3" {{!}}
{{#if:{{{moby_id|}}}|[https://www.mobygames.com/game/{{{moby_id}}} M]}}{{#if:{{{gog_id|}}}|[{{GOGLink|game/{{{gog_id}}}}} G]}}{{#if:{{{steam_id|}}}|[{{SteamLink|{{{steam_id}}}}} S]}}{{#if:{{{zoom_id|}}}|[{{ZoomLink|product/{{{zoom_id}}}}} Z]}}{{#if:{{{wikipedia_page|}}}|[https://en.wikipedia.org/wiki/{{{wikipedia_page}}} W]}}
}}
|}</includeonly>
<noinclude>
{{GameDescription
|name=Doom
|image=https://scummvm.org/screenshots/other/doom/scummvm_0_0_0.jpg
|release=1993
|alternateNames=DOOM, DooM
|developer=[[id Software]]
|publisher=[[Activision]], [[Atari]], [[GT Interactive]],<br />id Software, Sega...
|distributor=Activision, Atari, GT Interactive,<br />id Software, Sega, Valve...
|platforms=Amiga, DOS, IRIX, Linux, Mac,<br />NeXTSTEP, PC-98, Windows...
|resolution=640x480, 256 colors
|engine=[[PrBoom]]
|support=Since ScummVM 42.0
|purchase=[[Where to get the games#Other Games|Yes]]
|moby_id=1068
|steam_id=2280
|gog_id=doom_1993
|zoom_id=
|wikipedia_page=Doom_(1993_video_game)
}}
 
Template for game pages.
 
== Usage ==
<pre>
{{GameDescription
|name=Doom
|image=https://scummvm.org/screenshots/other/doom/scummvm_0_0_0.jpg
|release=1993
|alternateNames=DOOM, DooM
|developer=[[id Software]]
|publisher=[[Activision]], [[Atari]], [[GT Interactive]],<br />id Software, Sega...
|distributor=Activision, Atari, GT Interactive,<br />id Software, Sega, Valve...
|platforms=Amiga, DOS, IRIX, Linux, Mac,<br />NeXTSTEP, PC-98, Windows...
|resolution=640x480, 256 colors
|engine=[[PrBoom]]
|support=Since ScummVM 42.0
|purchase=[[Where to get the games#Other Games|Yes]]
|moby_id=1068
|steam_id=2280
|gog_id=doom_1993
|zoom_id=
|wikipedia_page=Doom_(1993_video_game)
}}
</pre>
 
== See also ==
* [[Template:EngineDescription]]
* [[Template:GameEngineDescription]]
 
[[Category:Information templates]]
</noinclude>

Latest revision as of 15:02, 16 December 2023


Doom
scummvm_0_0_0.jpg
First release 1993
Also known as DOOM, DooM
Developed by id Software
Published by Activision, Atari, GT Interactive,
id Software, Sega...
Distributed by Activision, Atari, GT Interactive,
id Software, Sega, Valve...
Platforms Amiga, DOS, IRIX, Linux, Mac,
NeXTSTEP, PC-98, Windows...
Resolution 640x480, 256 colors
Engine PrBoom
Support Since ScummVM 42.0
Available for
Purchase
Yes

MGSW


Template for game pages.

Usage

{{GameDescription
|name=Doom
|image=https://scummvm.org/screenshots/other/doom/scummvm_0_0_0.jpg
|release=1993
|alternateNames=DOOM, DooM
|developer=[[id Software]]
|publisher=[[Activision]], [[Atari]], [[GT Interactive]],<br />id Software, Sega...
|distributor=Activision, Atari, GT Interactive,<br />id Software, Sega, Valve...
|platforms=Amiga, DOS, IRIX, Linux, Mac,<br />NeXTSTEP, PC-98, Windows...
|resolution=640x480, 256 colors
|engine=[[PrBoom]]
|support=Since ScummVM 42.0
|purchase=[[Where to get the games#Other Games|Yes]]
|moby_id=1068
|steam_id=2280
|gog_id=doom_1993
|zoom_id=
|wikipedia_page=Doom_(1993_video_game)
}}

See also