Difference between revisions of "Template talk:Gameinfo"

From RogueBasin
Jump to navigation Jump to search
Line 1: Line 1:
The "genre" field isn't displayed - at least on my system (WinXP, FireFox 1.5)  --[[User:Copx|Copx]] 22:54, 29 Sep 2005 (CEST)
You can fill in and add the following code into an article in order to generate a standardized "infobox":
You can fill in and add the following code into an article in order to generate a standardized "infobox":


Line 51: Line 46:
|interface = [[Graphical tiles]], [[ASCII]], Keyboard, limited mouse
|interface = [[Graphical tiles]], [[ASCII]], Keyboard, limited mouse
}}
}}
== Genre Issue ==
The "genre" field isn't displayed - at least on my system (WinXP, FireFox 1.5)  --[[User:Copx|Copx]] 22:54, 29 Sep 2005 (CEST)
I see that the 'genre' and 'feature' rows are commented in the template; is there any reason for this??? --[[User:Slash|Slash]] 23:02, 29 Sep 2005 (CEST)

Revision as of 21:02, 29 September 2005

You can fill in and add the following code into an article in order to generate a standardized "infobox":

{{gameinfo| name = 
|developer = 
|released = 
|updated = 
|status = 
|licensing = 
|language = 
|platforms = 
|genre = 
|interface = 
|site = 
}}

Not all of the fields need to be filled in, but all of them should be included. Those that are not filled in will display as blanks on the infobox.

Example

{{gameinfo| name = NetHack
|developer = [[The NetHack Dev Team]]
|released = 1987
|updated = 3.4.3 on Month 1st, 2003
|status = [[Stable]] 
|licensing = open source
|language = [[C]]
|platforms = Amiga, Atari, Linux, Mac, Msdos, OS/2, Windows, Windows CE
|genre = [[Fantasy]]
|interface = [[Graphical tiles]], [[ASCII]], Keyboard, limited mouse
|site = http://www.nethack.org/
}}

...will add this box:

NetHack
Developer The NetHack Dev Team
Theme {{{theme}}}
Influences {{{influences}}}
Status Stable
Released 1987
Updated 3.4.3 on Month 1st, 2003
Licensing open source
P. Language C
Platforms Amiga, Atari, Linux, Mac, Msdos, OS/2, Windows, Windows CE
Interface Graphical tiles, ASCII, Keyboard, limited mouse
Game Length {{{length}}}
Official site of NetHack


Genre Issue

The "genre" field isn't displayed - at least on my system (WinXP, FireFox 1.5) --Copx 22:54, 29 Sep 2005 (CEST)

I see that the 'genre' and 'feature' rows are commented in the template; is there any reason for this??? --Slash 23:02, 29 Sep 2005 (CEST)