Template:Infobox game

From PZwiki
Notebook.pngTemplate Documentation

This is an infobox for video games.

Usage

name
name
logo_caption
name
image_caption
Developer
developer
Publisher
publisher
Engine
engine
Written in
written_in
Platform(s)
platform
Release
release_date
Latest version
version
Genre(s)
genre
Theme(s)
theme
Mode(s)
modes
Producer(s)
producer
Designer(s)
designer
Programmer(s)
programmer
Artist(s)
artist
Writer(s)
writer
Composer(s)
composer
License
license
Website
website
Notes
notes
{{Infobox game
|name=
|logo=
|developer=
|publisher=
|engine=
|written_in=
|platform=
|release_date=
|version=
|genre=
|theme=
|modes=
|producer=
|designer=
|programmer=
|artist=
|writer=
|composer=
|license=
|website=
|notes=
}}

Parameters

name
Name of the game.
logo
Log for the game.
logo_size
Optional display width of logo in pixels. If not specified, the size default is 200px.
logo_caption
Descriptive information for the logo, if necessary.
image
Image of the game. Insert an image link in the form: Image.png.
image_caption
Insert a caption for the image(s).
developer
Company that developed the game.
publisher
Company that published the game.
engine
Engine that the game was made with.
written_in
Programming language(s) the game was written in.
platform
Platforms the game can be played on.
release_date
Date the game was released. Separate into "beta" and "stable" releases.
version
Current version of the game.
genre
List of game genres.
theme
Theme of the game.
modes
Game modes of the game.
producer
List of prominent producers.
designer
List of prominent designers.
programmer
List of prominent programmers.
artist
List of prominent artists.
writer
List of prominent writers.
composer
List of prominent composers.
license
Any associated licenses.
website
Website for the game.
notes
Other notes and footnotes.

How to translate

This template is translatable.

Template code

Paste the following code into the <includeonly> tag of the translated template and translate the text after each = sign (except for #default =).

{{#switch: {{{1|}}}
| developer = Developer
| publisher = Publisher
| engine = Engine
| written_in = Written in
| platform = Platform(s)
| release_date = Release
| version = Latest version
| genre = Genre(s)
| theme = Theme(s)
| modes = Mode(s)
| producer = Producer(s)
| designer = Designer(s)
| programmer = Programmer(s)
| artist = Artist(s)
| writer = Writer(s)
| composer = Composer(s)
| license = License
| website = Website
| notes = Notes
| #default = {{Error|translation}}
}}

Template documentation

Copy the code wrapped in the <noinclude> tag in this template and translate the text after doc = in the {{Documentation}} template.

{{Translation guide}} template should be removed from the translated documentation.

See also

Editors can experiment in this template's sandbox.