Template:Infobox video game: Difference between revisions

Jump to navigation Jump to search
its good
(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>

Navigation menu