Template:Infobox video game: Difference between revisions

From Eeveesauce Lore Wiki
Jump to navigation Jump to search
(Infobox created with infobox builder.)
 
(its good)
Line 1: Line 1:
<infobox><title source="title"><default>{{PAGENAME}}</default></title><image source="image"/><data source="developer"><label>Developer(s)</label></data><data source="publisher"><label>Publisher(s)</label></data><data source="director"><label>Director(s)</label></data><data source="producer"><label>Producer(s)</label></data><data source="designer"><label>Designer(s)</label></data><data source="programmer"><label>Programmer(s)</label></data><data source="artist"><label>Artist(s)</label></data><data source="composer"><label>Composer(s)</label></data><data source="series"><label>Series</label></data><data source="engine"><label>Engine</label></data><data source="platform"><label>Platform(s)</label></data><data source="release"><label>Release</label></data><data source="genre"><label>Genre(s)</label></data><data source="mode"><label>Mode(s)</label></data></infobox>
<infobox>
<title source="title">
<default>{{PAGENAME}}</default>
</title>
<image source="image"/>
<data source="developer">
<label>Developer(s)</label>
</data>
<data source="publisher">
<label>Publisher(s)</label>
</data>
<data source="director">
<label>Director(s)</label>
</data>
<data source="producer">
<label>Producer(s)</label>
</data>
<data source="designer">
<label>Designer(s)</label>
</data>
<data source="programmer">
<label>Programmer(s)</label>
</data>
<data source="artist">
<label>Artist(s)</label>
</data>
<data source="composer">
<label>Composer(s)</label>
</data>
<data source="series">
<label>Series</label>
</data>
<data source="engine">
<label>Engine</label>
</data>
<data source="platform">
<label>Platform(s)</label>
</data>
<data source="release">
<label>Release</label>
</data>
<data source="genre">
<label>Genre(s)</label>
</data>
<data source="mode">
<label>Mode(s)</label>
</data>
</infobox>
 
<noinclude>
<templatedata>
{
"params": {
"title": {
"label": "Title",
"description": "Name of the game.",
"type": "string",
"required": true
},
"image": {
"label": "Image",
"description": "A poster, cover art, or other related image to the game.",
"type": "wiki-file-name"
},
"developer": {
"label": "Developer(s)",
"description": "People that developed the game.",
"example": "[[Team Eeveesauce]]",
"type": "string"
},
"publisher": {
"label": "Publisher(s)",
"description": "Company that published the game.",
"example": "[[Studio Tsushiuow]]",
"type": "string"
},
"director": {
"label": "Director(s)",
"description": "People who directed the game.",
"example": "[[User:Englishguy4|EnglishGuy4]]",
"type": "string"
},
"producer": {
"label": "Producer(s)",
"description": "People who produced the game.",
"example": "[[User:Englishguy4|EnglishGuy4]]",
"type": "string"
},
"designer": {
"label": "Designer(s)",
"description": "People who designed the game.",
"example": "[[Team Eeveesauce]]",
"type": "string"
},
"programmer": {
"label": "Programmer(s)",
"description": "People who wrote code for the game.",
"example": "[[Team Eeveesauce]]",
"type": "string"
},
"artist": {
"label": "Artist(s)",
"description": "People who made the art for the game.",
"example": "KADOKAWA, [[Team Eeveesauce]]",
"type": "string"
},
"composer": {
"label": "Composer(s)",
"description": "People who worked on the music",
"example": "Eric Skiff, KADOKAWA, and like a billion others",
"type": "string"
},
"series": {
"label": "Series",
"description": "Which series the game belongs to.",
"example": "Eeveesauce",
"type": "string",
"suggestedvalues": [
"Eeveesauce"
]
},
"engine": {
"label": "Engine",
"description": "The game engine which the game was created in.",
"example": "RPG Maker MV",
"type": "string"
},
"platform": {
"label": "Platform(s)",
"description": "Platforms in which the game was released.",
"example": "Windows, Linux, Browser",
"type": "string"
},
"release": {
"label": "Release",
"description": "Date of release.",
"example": "January 27, 2021",
"type": "date"
},
"genre": {
"label": "Genre",
"description": "The type of game it is.",
"example": "RPG, Adventure, Comedy",
"type": "string"
},
"mode": {
"label": "Mode",
"description": "Mode which the game is played in.",
"example": "Single-player",
"type": "string"
}
},
"description": "Infobox for video games.",
"paramOrder": [
"title",
"image",
"developer",
"publisher",
"director",
"producer",
"designer",
"programmer",
"artist",
"composer",
"series",
"engine",
"platform",
"release",
"genre",
"mode"
]
}
</templatedata>
</noinclude>

Revision as of 02:47, 12 April 2024


Infobox for video games.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Titletitle

Name of the game.

Stringrequired
Imageimage

A poster, cover art, or other related image to the game.

Fileoptional
Developer(s)developer

People that developed the game.

Example
[[Team Eeveesauce]]
Stringoptional
Publisher(s)publisher

Company that published the game.

Example
[[Studio Tsushiuow]]
Stringoptional
Director(s)director

People who directed the game.

Example
[[User:Englishguy4|EnglishGuy4]]
Stringoptional
Producer(s)producer

People who produced the game.

Example
[[User:Englishguy4|EnglishGuy4]]
Stringoptional
Designer(s)designer

People who designed the game.

Example
[[Team Eeveesauce]]
Stringoptional
Programmer(s)programmer

People who wrote code for the game.

Example
[[Team Eeveesauce]]
Stringoptional
Artist(s)artist

People who made the art for the game.

Example
KADOKAWA, [[Team Eeveesauce]]
Stringoptional
Composer(s)composer

People who worked on the music

Example
Eric Skiff, KADOKAWA, and like a billion others
Stringoptional
Seriesseries

Which series the game belongs to.

Suggested values
Eeveesauce
Example
Eeveesauce
Stringoptional
Engineengine

The game engine which the game was created in.

Example
RPG Maker MV
Stringoptional
Platform(s)platform

Platforms in which the game was released.

Example
Windows, Linux, Browser
Stringoptional
Releaserelease

Date of release.

Example
January 27, 2021
Dateoptional
Genregenre

The type of game it is.

Example
RPG, Adventure, Comedy
Stringoptional
Modemode

Mode which the game is played in.

Example
Single-player
Stringoptional