mNo edit summary |
No edit summary |
||
Line 347: | Line 347: | ||
"imagewidth": {}, | "imagewidth": {}, | ||
"caption": {}, | "caption": {}, | ||
"rpgManualLink": {}, | "rpgManualLink": { | ||
"rpg": {}, | "label": "Manual RPG Link", | ||
"type": {}, | "description": "Same as RPG, but without automatic linking and categorizing, in case you want to add multiple or something", | ||
"type": "string" | |||
}, | |||
"rpg": { | |||
"label": "RPG", | |||
"description": "What RPG this character is from", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"type": { | |||
"label": "Type" | |||
}, | |||
"nicknames": { | "nicknames": { | ||
"label": "Nicknames", | "label": "Nicknames", | ||
Line 360: | Line 371: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"titles": {}, | "titles": { | ||
"family": {}, | "label": "Titles" | ||
}, | |||
"family": { | |||
"label": "Family", | |||
"type": "string" | |||
}, | |||
"clan": {}, | "clan": {}, | ||
"caste": {}, | "caste": {}, | ||
Line 374: | Line 390: | ||
"appearance": {}, | "appearance": {}, | ||
"disableequipment": {}, | "disableequipment": {}, | ||
"kanohi": {}, | "kanohi": { | ||
"label": "Kanohi", | |||
"description": "What Kanohi the character wears", | |||
"example": "Hau", | |||
"type": "string" | |||
}, | |||
"power": {}, | "power": {}, | ||
"mutation": {}, | "mutation": {}, | ||
Line 392: | Line 413: | ||
"residesat": {}, | "residesat": {}, | ||
"tribeManualLink": {}, | "tribeManualLink": {}, | ||
"tribe": {}, | "tribe": { | ||
"faction": {}, | "label": "Tribe", | ||
"description": "What Tribe the character is in", | |||
"type": "string" | |||
}, | |||
"faction": { | |||
"label": "Faction" | |||
}, | |||
"guild": {}, | "guild": {}, | ||
"group": {}, | "group": {}, | ||
Line 406: | Line 433: | ||
"creator": {}, | "creator": {}, | ||
"player": {}, | "player": {}, | ||
"pronunciation": {}, | "pronunciation": { | ||
"hexcolor": {} | "label": "Pronunciation", | ||
"description": "How the character's name is pronounced", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"hexcolor": { | |||
"label": "Hex Color", | |||
"description": "The color, in hex, associated with the character", | |||
"example": "000000", | |||
"type": "number" | |||
} | |||
}, | }, | ||
"description": "An infobox specific to player characters", | "description": "An infobox specific to player characters", | ||
"format": "block" | "format": "block", | ||
"paramOrder": [ | |||
"bg_color", | |||
"name", | |||
"pronunciation", | |||
"image", | |||
"imagewidth", | |||
"caption", | |||
"rpg", | |||
"rpgManualLink", | |||
"type", | |||
"nicknames", | |||
"aliases", | |||
"titles", | |||
"family", | |||
"clan", | |||
"caste", | |||
"elementManualLink", | |||
"element", | |||
"speciesManualLink", | |||
"species", | |||
"genderManualLink", | |||
"gender", | |||
"pronouns", | |||
"sexuality", | |||
"appearance", | |||
"disableequipment", | |||
"kanohi", | |||
"power", | |||
"mutation", | |||
"disciplines", | |||
"weapon", | |||
"weakness", | |||
"alignmentManualLink", | |||
"alignment", | |||
"goals", | |||
"(likes", | |||
"likes", | |||
"hates", | |||
"disablehistory", | |||
"native", | |||
"nativeto", | |||
"home", | |||
"residesat", | |||
"tribeManualLink", | |||
"tribe", | |||
"faction", | |||
"guild", | |||
"group", | |||
"affiliation", | |||
"allegiance", | |||
"occupations", | |||
"rank", | |||
"disableoocinfo", | |||
"status", | |||
"statusic", | |||
"statusooc", | |||
"creator", | |||
"player", | |||
"hexcolor" | |||
] | |||
} | } | ||
</templatedata></noinclude> | </templatedata></noinclude> |
Revision as of 01:05, 13 March 2024
Player Character | |
---|---|
Equipment & Traits | |
History & Relationships | |
OOC Information |
Usage
The only required parameter is the name. Any others which are unknown or inapplicable should be left blank. Fields marked with "Unknown" blank automatically.
The parameters `statusic`, `statusooc`, `rpg`, `species`, `gender`, `alignment`, and `element` will automatically add the character to the respective categories and create a link to the pages for each, so DO NOT make a link with `[[ ]]` when inputting these parameters. That will be done automatically.
If you want to make a custom link and/or not auto-categorize, use the `rpgManualLink` and so on. `rpg` will still be used for auto-categorization, but `rpgManualLink` will be displayed in the infobox, so mix and match to your leisure
An infobox specific to player characters
Parameter | Description | Type | Status | |
---|---|---|---|---|
Background Color | bg_color | What elemental color scheme to apply to the template. Only accepts values found in [template:Palette]
| String | suggested |
Name | name | The name of the character displayed in the infobox
| String | required |
Pronunciation | pronunciation | How the character's name is pronounced | String | suggested |
Image | image | Image file for the infobox to display
| File | optional |
imagewidth | imagewidth | no description | Unknown | optional |
caption | caption | no description | Unknown | optional |
RPG | rpg | What RPG this character is from | String | suggested |
Manual RPG Link | rpgManualLink | Same as RPG, but without automatic linking and categorizing, in case you want to add multiple or something | String | optional |
Type | type | no description | Unknown | optional |
Nicknames | nicknames | Nicknames the character has gone by | String | optional |
Aliases | aliases | Nicknames the character has gone by | String | optional |
Titles | titles | no description | Unknown | optional |
Family | family | no description | String | optional |
clan | clan | no description | Unknown | optional |
caste | caste | no description | Unknown | optional |
elementManualLink | elementManualLink | no description | Unknown | optional |
element | element | no description | Unknown | optional |
speciesManualLink | speciesManualLink | no description | Unknown | optional |
species | species | no description | Unknown | optional |
genderManualLink | genderManualLink | no description | Unknown | optional |
gender | gender | no description | Unknown | optional |
pronouns | pronouns | no description | Unknown | optional |
sexuality | sexuality | no description | Unknown | optional |
appearance | appearance | no description | Unknown | optional |
disableequipment | disableequipment | no description | Unknown | optional |
Kanohi | kanohi | What Kanohi the character wears
| String | optional |
power | power | no description | Unknown | optional |
mutation | mutation | no description | Unknown | optional |
disciplines | disciplines | no description | Unknown | optional |
weapon | weapon | no description | Unknown | optional |
weakness | weakness | no description | Unknown | optional |
alignmentManualLink | alignmentManualLink | no description | Unknown | optional |
alignment | alignment | no description | Unknown | optional |
goals | goals | no description | Unknown | optional |
(likes | (likes | no description | Unknown | optional |
likes | likes | no description | Unknown | optional |
hates | hates | no description | Unknown | optional |
disablehistory | disablehistory | no description | Unknown | optional |
native | native | no description | Unknown | optional |
nativeto | nativeto | no description | Unknown | optional |
home | home | no description | Unknown | optional |
residesat | residesat | no description | Unknown | optional |
tribeManualLink | tribeManualLink | no description | Unknown | optional |
Tribe | tribe | What Tribe the character is in | String | optional |
Faction | faction | no description | Unknown | optional |
guild | guild | no description | Unknown | optional |
group | group | no description | Unknown | optional |
affiliation | affiliation | no description | Unknown | optional |
allegiance | allegiance | no description | Unknown | optional |
occupations | occupations | no description | Unknown | optional |
rank | rank | no description | Unknown | optional |
disableoocinfo | disableoocinfo | no description | Unknown | optional |
status | status | no description | Unknown | optional |
statusic | statusic | no description | Unknown | optional |
statusooc | statusooc | no description | Unknown | optional |
creator | creator | no description | Unknown | optional |
player | player | no description | Unknown | optional |
Hex Color | hexcolor | The color, in hex, associated with the character
| Number | optional |