Difference between revisions of "Template:GameDescription"

From ScummVM :: Wiki
Jump to navigation Jump to search
m (Default to N/A for the alternateNames field)
m (add missing pipe and remove last one which does not seem to be necessary)
(4 intermediate revisions by 3 users not shown)
Line 16: Line 16:
|Platforms || {{{platforms}}}
|Platforms || {{{platforms}}}
|- style="background:#ffffff"
|- style="background:#ffffff"
|Resolution || {{{resolution}}}
|Resolution || {{{resolution|''(unknown)''}}}
|- style="background:#ffffff"
|- style="background:#ffffff"
|Engine || {{{engine}}}
|Engine || {{{engine}}}
Line 24: Line 24:
|Available for<br />Purchase || {{{purchase|No}}}
|Available for<br />Purchase || {{{purchase|No}}}
|}
|}
<noinclude>
Template for game pages.
== Usage ==
<pre>
{{GameDescription|
name=Doom|
image=http://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 1.42.0|
purchase=[[Where to get the games#Other Games|Yes]]
}}
</pre>
== See also ==
* [[Template:EngineDescription]]
* [[Template:GameEngineDescription]]
[[Category:Information templates]]
</noinclude>

Revision as of 01:12, 9 September 2014

{{{name}}}
No Screenshot Available
First release {{{release}}}
Also known as N/A
Developed by {{{developer}}}
Published by {{{publisher}}}
Distributed by (unknown)
Platforms {{{platforms}}}
Resolution (unknown)
Engine {{{engine}}}
Support {{{support}}}
Available for
Purchase
No

Template for game pages.

Usage

{{GameDescription|
	name=Doom|
	image=http://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 1.42.0|
	purchase=[[Where to get the games#Other Games|Yes]]
}}

See also