(Created page with "<templatedata> { "params": { "image": { "description": "The game's title screen.", "type": "unknown" }, "caption": { "description": "A caption describing the t...") |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
"image": { | "image": { | ||
"description": "The game's title screen.", | "description": "The game's title screen.", | ||
"type": " | "type": "string" | ||
}, | }, | ||
"caption": { | "caption": { | ||
Line 20: | Line 20: | ||
"Language": { | "Language": { | ||
"description": "The game's language(s), linked to categories.", | "description": "The game's language(s), linked to categories.", | ||
"example": " | "example": "Japanese", | ||
"type": "string" | |||
}, | }, | ||
"Engine": { | "Engine": { | ||
"description": "The engine that which the game has been developed in.", | "description": "The engine that which the game has been developed in.", | ||
"example": " | "example": "{{Engine|RPG Maker 2000}}", | ||
"type": "string" | |||
}, | }, | ||
"Date": { | "Date": { | ||
"description": "The game's release date." | "description": "The game's release date. Takes the form Y-m-d", | ||
"example": "2007-05-26", | |||
"type": "date" | |||
}, | }, | ||
"hero2": { | "hero2": { | ||
"description": "An image representing the protagonist(s)." | "description": "An image representing the protagonist(s).", | ||
"type": "string" | |||
}, | }, | ||
"Protagonist": { | "Protagonist": { | ||
"description": "The game's protagonist(s)." | "description": "The game's protagonist(s).", | ||
"type": "string" | |||
}, | }, | ||
"Nexus Doors": { | "Nexus Doors": { | ||
"description": "Number of Nexus doors for each protagonist." | "description": "Number of Nexus doors for each protagonist.", | ||
"type": "string" | |||
}, | }, | ||
"Effects": { | "Effects": { | ||
"description": "Number of effects for each protagonist." | "description": "Number of effects for each protagonist.", | ||
"type": "string" | |||
}, | }, | ||
"Endings": { | "Endings": { | ||
"description": "Number of endings for each protagonist." | "description": "Number of endings for each protagonist.", | ||
"type": "string" | |||
} | } | ||
}, | }, |
Latest revision as of 05:02, 29 August 2023
This is a template for a game's basic information.
Parameter | Description | Type | Status | |
---|---|---|---|---|
image | image | The game's title screen. | String | optional |
caption | caption | A caption describing the title screen. | String | optional |
Version | Version | The game's current version. | String | optional |
Creator | Creator | The game's developer(s). | String | optional |
Language | Language | The game's language(s), linked to categories.
| String | optional |
Engine | Engine | The engine that which the game has been developed in.
| String | optional |
Date | Date | The game's release date. Takes the form Y-m-d
| Date | optional |
hero2 | hero2 | An image representing the protagonist(s). | String | optional |
Protagonist | Protagonist | The game's protagonist(s). | String | optional |
Nexus Doors | Nexus Doors | Number of Nexus doors for each protagonist. | String | optional |
Effects | Effects | Number of effects for each protagonist. | String | optional |
Endings | Endings | Number of endings for each protagonist. | String | optional |