Template:Info/doc: Difference between revisions
Jump to navigation
Jump to search
Created page with "<templatedata> { "params": { "name": { "label": "Name", "description": "The name of the subject.", "type": "string", "required": true }, "image": { "label": "Image", "description": "An image of the subject.", "type": "wiki-file-name", "required": true }, "caption": { "label": "Caption", "description": "A caption for the image.", "type": "string" }, "game appearances": { "label": "Game appearances", "description": "A l..." |
mNo edit summary |
||
| Line 19: | Line 19: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "appearances": { | ||
"label": " | "label": "Appearances", | ||
"description": "A list of | "description": "A list of media this subject has appeared in. This is generated using a Lua script by writing a list of abbreviations separated by commas with no spaces.", | ||
"example": "BTD4,BTD5,BTD6", | "example": "BTD4,BTD5,BTD6", | ||
"type": "string", | "type": "string", | ||
Revision as of 00:09, 22 November 2024
A generic infobox for articles about subjects in general.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | The name of the subject. | String | required |
| Image | image | An image of the subject. | File | required |
| Caption | caption | A caption for the image. | String | optional |
| Appearances | appearances | A list of media this subject has appeared in. This is generated using a Lua script by writing a list of abbreviations separated by commas with no spaces.
| String | required |
| Other names | other names | A list of other names of the subject. | Content | optional |
| Voice actor | voice actor | The subject's voice actor, if it has one. Should be an interwiki link to IMDB if the actor has an IMDB page.
| Content | optional |