Template:Infobox player character: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 109: | Line 109: | ||
}} | }} | ||
</includeonly> | </includeonly> | ||
<noinclude> | |||
{{/doc}} | |||
<templatedata> | |||
{ | |||
"description": "Infobox for player-created characters on the Mundus Wiki.", | |||
"params": { | |||
"name": { "label": "Name", "description": "Infobox title. Defaults to the page name.", "type": "string" }, | |||
"player": { "label": "Player", "description": "Player controlling the character.", "type": "string", "suggested": true }, | |||
"image": { "label": "Portrait image", "description": "File name only, without File:.", "type": "wiki-file-name", "suggested": true }, | |||
"imagesize": { "label": "Portrait size", "description": "Example: 300px.", "type": "string", "default": "300px" }, | |||
"image_caption": { "label": "Portrait caption", "description": "Caption under the portrait.", "type": "string" }, | |||
"race": { "label": "Race", "description": "Race page name to link to.", "type": "wiki-page-name" }, | |||
"age": { "label": "Age", "description": "Example: 26 cycles.", "type": "string" }, | |||
"nationality": { "label": "Nationality", "description": "Nationality page name to link to.", "type": "wiki-page-name" }, | |||
"origin": { "label": "Origin", "description": "Origin page name to link to.", "type": "wiki-page-name" }, | |||
"settlement": { "label": "Settlement (legacy)", "description": "Used only if origin is blank.", "type": "wiki-page-name" }, | |||
"aliases": { "label": "Aliases", "description": "Nicknames or titles.", "type": "string" }, | |||
"occupation": { "label": "Occupation", "description": "Role or job title.", "type": "string" }, | |||
"affiliation": { "label": "Affiliation", "description": "Faction or organization.", "type": "string" }, | |||
"status": { "label": "Status", "description": "Alive, deceased, missing, non-canonical, etc.", "type": "string" }, | |||
"game_image": { "label": "In-game image", "description": "File name only, without File:.", "type": "wiki-file-name" }, | |||
"game_imagesize": { "label": "In-game image size", "description": "Example: 180px.", "type": "string", "default": "180px" }, | |||
"game_image_caption": { "label": "In-game image caption", "description": "Caption under the in-game image.", "type": "string" }, | |||
"nocat": { "label": "Disable category", "description": "Set to any value to prevent adding Category:Player characters.", "type": "string" } | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Latest revision as of 02:47, 27 February 2026
| Infobox player character | |
|---|---|
| Player Character |
This infobox is for player-created characters.
Usage
{{Infobox player character
| name =
| player =
| image =
| image_caption =
| race =
| age =
| nationality =
| origin =
| aliases =
| occupation =
| status =
| game_image =
| game_image_caption =
}}
Infobox for player-created characters on the Mundus Wiki.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Infobox title. Defaults to the page name. | String | optional |
| Player | player | Player controlling the character. | String | suggested |
| Portrait image | image | File name only, without File:. | File | suggested |
| Portrait size | imagesize | Example: 300px.
| String | optional |
| Portrait caption | image_caption | Caption under the portrait. | String | optional |
| Race | race | Race page name to link to. | Page name | optional |
| Age | age | Example: 26 cycles. | String | optional |
| Nationality | nationality | Nationality page name to link to. | Page name | optional |
| Origin | origin | Origin page name to link to. | Page name | optional |
| Settlement (legacy) | settlement | Used only if origin is blank. | Page name | optional |
| Aliases | aliases | Nicknames or titles. | String | optional |
| Occupation | occupation | Role or job title. | String | optional |
| Affiliation | affiliation | Faction or organization. | String | optional |
| Status | status | Alive, deceased, missing, non-canonical, etc. | String | optional |
| In-game image | game_image | File name only, without File:. | File | optional |
| In-game image size | game_imagesize | Example: 180px.
| String | optional |
| In-game image caption | game_image_caption | Caption under the in-game image. | String | optional |
| Disable category | nocat | Set to any value to prevent adding Category:Player characters. | String | optional |