Template:NPC: Difference between revisions
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 7: | Line 7: | ||
| creature = | | creature = | ||
| title = | | title = | ||
| status = | | status = | ||
| alignment = | | alignment = | ||
| Line 21: | Line 20: | ||
| last_appearance = | | last_appearance = | ||
| appearances = | | appearances = | ||
}} | }} | ||
</pre> | </pre> | ||
| Line 64: | Line 57: | ||
"type": "string", | "type": "string", | ||
"required": false | "required": false | ||
}, | }, | ||
"status": { | "status": { | ||
| Line 130: | Line 117: | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | }, | ||
"creature": { | "creature": { | ||
| Line 175: | Line 132: | ||
"pronouns", | "pronouns", | ||
"queerness", | "queerness", | ||
"status", | "status", | ||
"birth_date", | "birth_date", | ||
| Line 185: | Line 141: | ||
"first_appearance", | "first_appearance", | ||
"last_appearance", | "last_appearance", | ||
"appearances | "appearances" | ||
] | ] | ||
} | } | ||
| Line 220: | Line 170: | ||
{{#if: {{{title|}}} | | {{#if: {{{title|}}} | | ||
{{!}} '''Title:''' {{!}}{{!}} {{{title|}}} | {{!}} '''Title:''' {{!}}{{!}} {{{title|}}} | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
| Line 249: | Line 195: | ||
|- | |- | ||
{{#if: {{{first_appearance|}}} | | {{#if: {{{first_appearance|}}} | | ||
{{!}} '''First | {{!}} '''First Appearance:''' {{!}}{{!}} {{{first_appearance|}}} | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
| Line 256: | Line 202: | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
|} | |} | ||
</includeonly> | </includeonly> | ||
Latest revision as of 20:39, 22 February 2025
Usage:
{{PC
| name = Carlo
| fanart =
| creature =
| title =
| status =
| alignment =
| birth_date =
| death_date =
| pronouns =
| queerness =
| languages =
| homeland =
| deity =
| relationships =
| first_appearance =
| last_appearance =
| appearances =
}}
Infobox for players characters.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Fanart | fanart | URL or filename of the character’s fanart image. | String | optional |
| Creature | creature | The character's specific creature species, and race (if applicable). | String | required |
| Alignment | alignment | The character’s alignment. | String | required |
| Title | title | The character's formal title. | String | optional |
| Pronouns | pronouns | The character’s pronouns. | String | required |
| Queerness | queerness | The character’s level of queerness. | String | optional |
| Status | status | The character’s status, e.g Alive, Dead or anything in between. | String | required |
| Birth Date | birth_date | The character’s birth date (if known). | String | optional |
| Death Date | death_date | The character’s death date (if applicable). | String | optional |
| Languages | languages | The languages spoken by the character. | String | required |
| Homeland | homeland | The character’s homeland. | String | required |
| Deity | deity | The deity that the character worships (if applicable). | String | optional |
| Relationships | relationships | The character’s most important relationships. | String | required |
| First Appearance | first_appearance | The character’s first appearance. | String | required |
| Last Appearance | last_appearance | The character’s last appearance. | String | optional |
| Appearances | appearances | The campaigns or adventures where the character appears. | String | required |