>Nerdfightergirl No edit summary |
(Added the template documentation.) |
||
Line 49: | Line 49: | ||
|} | |} | ||
|} | |} | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"image": { | |||
"description": "The game's title screen.", | |||
"type": "unknown" | |||
}, | |||
"caption": { | |||
"description": "A caption describing the title screen.", | |||
"type": "string" | |||
}, | |||
"Version": { | |||
"description": "The game's current version.", | |||
"type": "string" | |||
}, | |||
"Creator": { | |||
"description": "The game's developer(s).", | |||
"type": "string" | |||
}, | |||
"Language": { | |||
"description": "The game's language(s), linked to categories." | |||
}, | |||
"Engine": { | |||
"description": "The engine that which the game has been developed in.", | |||
"example": "RPG Maker 2000" | |||
}, | |||
"Date": { | |||
"description": "The game's release date." | |||
}, | |||
"hero2": { | |||
"description": "An image representing the protagonist(s)." | |||
}, | |||
"Protagonist": { | |||
"description": "The game's protagonist(s)." | |||
}, | |||
"Nexus Doors": { | |||
"description": "Number of Nexus doors for each protagonist." | |||
}, | |||
"Effects": { | |||
"description": "Number of effects for each protagonist." | |||
}, | |||
"Endings": { | |||
"description": "Number of endings for each protagonist." | |||
} | |||
}, | |||
"description": "This is a template for a game's basic information.", | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 03:56, 4 September 2021
This is a template for a game's basic information.
Parameter | Description | Type | Status | |
---|---|---|---|---|
image | image | The game's title screen. | Unknown | 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. | Unknown | optional |
Engine | Engine | The engine that which the game has been developed in.
| Unknown | optional |
Date | Date | The game's release date. | Unknown | optional |
hero2 | hero2 | An image representing the protagonist(s). | Unknown | optional |
Protagonist | Protagonist | The game's protagonist(s). | Unknown | optional |
Nexus Doors | Nexus Doors | Number of Nexus doors for each protagonist. | Unknown | optional |
Effects | Effects | Number of effects for each protagonist. | Unknown | optional |
Endings | Endings | Number of endings for each protagonist. | Unknown | optional |