Template:Infobox player character: Difference between revisions
No edit summary |
No edit summary |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<!-- Template:Infobox player character (HTML-safe, auto-links) --> | <!-- Template:Infobox player character (HTML-safe, auto-links) --> | ||
<table class="infobox infobox-character infobox-player-character"> | <table class="infobox infobox-character infobox-player-character"> | ||
| Line 112: | Line 111: | ||
<noinclude> | <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> | </noinclude> | ||