Difference between revisions of "Template:GameDescription"

From ScummVM :: Wiki
Jump to navigation Jump to search
(Changed data file bit to be always present and automatically computed from the page name)
m (add missing pipe and remove last one which does not seem to be necessary)
(13 intermediate revisions by 6 users not shown)
Line 3: Line 3:
|- 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;"
!colspan="3" | {{{image|<i>No Screenshot Available</i>}}}
!colspan="3" | {{{image|<i>No Screenshot Available</i>}}}
|- border="0" cellpadding="2" cellspacing="1" align="center" style="margin-left:1em; background:#ffffff;"
!colspan="3" | [[Datafiles#{{PAGENAMEE}}|Needed files]]
|- style="background:#ffffff"
|- style="background:#ffffff"
|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"
|Developed by || {{{developer}}}
|- style="background:#ffffff"
|- style="background:#ffffff"
|Published by || {{{publisher}}}
|Published by || {{{publisher}}}
|- style="background:#ffffff"
|- style="background:#ffffff"
|Developed by || {{{developer}}}
|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}}}
|- style="background:#ffffff"
|- style="background:#ffffff"
|Support || {{{support}}}
|Support || {{{support}}}
|- style="background:#ffffff"
|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