Template:PC: Difference between revisions
No edit summary |
No edit summary |
||
| (21 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
<noinclude> | |||
'''Usage:''' | |||
{{ | <pre> | ||
| | {{PC | ||
| | | name = Murmur | ||
| fanart = | |||
| race = | |||
| class = | |||
| title = | |||
| background = | |||
| status = | |||
| alignment = | |||
| birth_date = | |||
| death_date = | |||
| pronouns = | |||
| queerness = | |||
| languages = | |||
| homeland = | |||
| deity = | |||
| relationships = | |||
| first_appearance = | |||
| last_appearance = | |||
| appearances = | |||
| strength = | |||
| dexterity = | |||
| constitution = | |||
| intelligence = | |||
| wisdom = | |||
| charisma = | |||
}} | }} | ||
</pre> | |||
<noinclude> | |||
<templatedata> | |||
{ | { | ||
"description": "Infobox for | "description": "Infobox for players characters.", | ||
"params": { | "params": { | ||
"fanart": { | "fanart": { | ||
"label": "Fanart", | "label": "Fanart", | ||
"description": " | "description": "URL or filename of the character’s fanart image.", | ||
"type": "string", | "type": "string", | ||
"required": false | "required": false | ||
| Line 111: | Line 46: | ||
"description": "The character’s race.", | "description": "The character’s race.", | ||
"type": "string", | "type": "string", | ||
"required": | "required": true | ||
}, | }, | ||
"class": { | "class": { | ||
"label": "Class | "label": "Class", | ||
"description": "The character’s class and level.", | "description": "The character’s class and level.", | ||
"type": "string", | "type": "string", | ||
"required": | "required": true | ||
}, | }, | ||
"alignment": { | "alignment": { | ||
| Line 129: | Line 58: | ||
"description": "The character’s alignment.", | "description": "The character’s alignment.", | ||
"type": "string", | "type": "string", | ||
"required": | "required": true | ||
}, | }, | ||
" | "title": { | ||
"label": " | "label": "Title", | ||
"description": "The | "description": "The character's formal title.", | ||
"type": "string", | "type": "string", | ||
"required": false | "required": false | ||
| Line 146: | Line 69: | ||
"label": "Pronouns", | "label": "Pronouns", | ||
"description": "The character’s pronouns.", | "description": "The character’s pronouns.", | ||
"type": "string", | |||
"required": true | |||
}, | |||
"queerness": { | |||
"label": "Queerness", | |||
"description": "The character’s level of queerness.", | |||
"type": "string", | "type": "string", | ||
"required": false | "required": false | ||
}, | }, | ||
" | "background": { | ||
"label": " | "label": "Background", | ||
"description": "The character’s | "description": "The character’s background.", | ||
"type": "string", | |||
"required": true | |||
}, | |||
"status": { | |||
"label": "Status", | |||
"description": "The character’s status, e.g Alive, Dead or anything in between.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"birth_date": { | |||
"label": "Birth Date", | |||
"description": "The character’s birth date (if known).", | |||
"type": "string", | "type": "string", | ||
"required": false | "required": false | ||
}, | }, | ||
" | "death_date": { | ||
"label": " | "label": "Death Date", | ||
"description": "The character’s | "description": "The character’s death date (if applicable).", | ||
"type": "string", | "type": "string", | ||
"required": false | "required": false | ||
| Line 163: | Line 104: | ||
"languages": { | "languages": { | ||
"label": "Languages", | "label": "Languages", | ||
"description": "The languages the character | "description": "The languages spoken by the character.", | ||
"type": "string", | "type": "string", | ||
"required": | "required": true | ||
}, | }, | ||
"homeland": { | "homeland": { | ||
"label": "Homeland", | "label": "Homeland", | ||
"description": "The character’s homeland.", | "description": "The character’s homeland.", | ||
"type": "string", | "type": "string", | ||
"required": | "required": true | ||
}, | }, | ||
"deity": { | "deity": { | ||
"label": "Deity", | "label": "Deity", | ||
"description": "The | "description": "The deity that the character worships (if applicable).", | ||
"type": "string", | "type": "string", | ||
"required": false | "required": false | ||
}, | }, | ||
" | "relationships": { | ||
"label": " | "label": "Relationships", | ||
"description": "The character’s | "description": "The character’s most important relationships.", | ||
"type": "string", | |||
"required": true | |||
}, | |||
"first_appearance": { | |||
"label": "First Appearance", | |||
"description": "The character’s first appearance.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"last_appearance": { | |||
"label": "Last Appearance", | |||
"description": "The character’s last appearance.", | |||
"type": "string", | "type": "string", | ||
"required": false | "required": false | ||
}, | |||
"appearances": { | |||
"label": "Appearances", | |||
"description": "The campaigns or adventures where the character appears.", | |||
"type": "string", | |||
"required": true | |||
}, | }, | ||
"strength": { | "strength": { | ||
"label": "Strength", | "label": "Strength", | ||
"description": " | "description": "The character’s strength score.", | ||
"type": "number", | "type": "number", | ||
"required": | "required": true | ||
}, | }, | ||
"dexterity": { | "dexterity": { | ||
"label": "Dexterity", | "label": "Dexterity", | ||
"description": " | "description": "The character’s dexterity score.", | ||
"type": "number", | "type": "number", | ||
"required": | "required": true | ||
}, | }, | ||
"constitution": { | "constitution": { | ||
"label": "Constitution", | "label": "Constitution", | ||
"description": " | "description": "The character’s constitution score.", | ||
"type": "number", | "type": "number", | ||
"required": | "required": true | ||
}, | }, | ||
"intelligence": { | "intelligence": { | ||
"label": "Intelligence", | "label": "Intelligence", | ||
"description": " | "description": "The character’s intelligence score.", | ||
"type": "number", | "type": "number", | ||
"required": | "required": true | ||
}, | }, | ||
"wisdom": { | "wisdom": { | ||
"label": "Wisdom", | "label": "Wisdom", | ||
"description": " | "description": "The character’s wisdom score.", | ||
"type": "number", | "type": "number", | ||
"required": | "required": true | ||
}, | }, | ||
"charisma": { | "charisma": { | ||
"label": "Charisma", | "label": "Charisma", | ||
"description": " | "description": "The character’s charisma score.", | ||
"type": "number", | "type": "number", | ||
"required": | "required": true | ||
} | } | ||
} | } | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | |||
<includeonly> | |||
[[Category:Characters]] | |||
[[Category:PCs]] | |||
[[Category:{{{alignment}}}]] | |||
{| class="wikitable" style="float:right; width:300px; margin:0 0 1em 1em;" | |||
! colspan="2" | '''Basic information''' | |||
{{#if: {{{fanart|}}} | | |||
{{!}}- | |||
{{!}} colspan="2" style="text-align:center;" [[File:{{{fanart}}}|200px|alt=Fanart]] | |||
}} | |||
|- | |||
| '''Race:''' || {{{race|}}} | |||
|- | |||
| '''Class & Level:''' || {{{class|}}} | |||
|- | |||
| '''Alignment:''' || {{{alignment|}}} | |||
|- | |||
| '''Pronouns:''' || {{{pronouns|}}} | |||
|- | |||
{{#if: {{{queerness|}}} | | |||
{{!}} '''Queerness:''' {{!}}{{!}} {{{queerness|}}} | |||
{{!}}- | |||
}} | |||
{{#if: {{{title|}}} | | |||
{{!}} '''Title:''' {{!}}{{!}} {{{title|}}} | |||
{{!}}- | |||
}} | |||
{{#if: {{{background|}}} | | |||
{{!}} '''Background:''' {{!}}{{!}} {{{background|}}} | |||
{{!}}- | |||
}} | |||
| '''Status:''' || {{{status|}}} | |||
|- | |||
{{#if: {{{birth_date|}}} | | |||
{{!}} '''Birth Date:''' {{!}}{{!}} {{{birth_date|}}} | |||
{{!}}- | |||
}} | |||
{{#if: {{{death_date|}}} | | |||
{{!}} '''Death Date:''' {{!}}{{!}} {{{death_date|}}} | |||
{{!}}- | |||
}} | |||
| '''Languages:''' || {{{languages|}}} | |||
|- | |||
| '''Homeland:''' || {{{homeland|}}} | |||
|- | |||
{{#if: {{{deity|}}} | | |||
{{!}} '''Deity:''' {{!}}{{!}} {{{deity|}}} | |||
{{!}}- | |||
}} | |||
| '''Relationships:''' || {{{relationships|}}} | |||
|- | |||
| '''Appearances:''' || {{{appearances|}}} | |||
|- | |||
{{#if: {{{first_appearance|}}} | | |||
{{!}} '''First Appearances:''' {{!}}{{!}} {{{first_appearance|}}} | |||
{{!}}- | |||
}} | |||
{{#if: {{{last_appearance|}}} | | |||
{{!}} '''Last Appearance:''' {{!}}{{!}} {{{last_appearance|}}} | |||
{{!}}- | |||
}} | |||
! colspan="2" | '''Abilities''' | |||
|- | |||
| '''Strength:''' || {{{strength|}}} | |||
|- | |||
| '''Dexterity:''' || {{{dexterity|}}} | |||
|- | |||
| '''Constitution:''' || {{{constitution|}}} | |||
|- | |||
| '''Intelligence:''' || {{{intelligence|}}} | |||
|- | |||
| '''Wisdom:''' || {{{wisdom|}}} | |||
|- | |||
| '''Charisma:''' || {{{charisma|}}} | |||
|} | |||
</includeonly> | |||
Latest revision as of 19:58, 12 December 2024
Usage:
{{PC
| name = Murmur
| fanart =
| race =
| class =
| title =
| background =
| status =
| alignment =
| birth_date =
| death_date =
| pronouns =
| queerness =
| languages =
| homeland =
| deity =
| relationships =
| first_appearance =
| last_appearance =
| appearances =
| strength =
| dexterity =
| constitution =
| intelligence =
| wisdom =
| charisma =
}}
Infobox for players characters.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Fanart | fanart | URL or filename of the character’s fanart image. | String | optional |
| Race | race | The character’s race. | String | required |
| Class | class | The character’s class and level. | 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 |
| Background | background | The character’s background. | String | required |
| 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 |
| Strength | strength | The character’s strength score. | Number | required |
| Dexterity | dexterity | The character’s dexterity score. | Number | required |
| Constitution | constitution | The character’s constitution score. | Number | required |
| Intelligence | intelligence | The character’s intelligence score. | Number | required |
| Wisdom | wisdom | The character’s wisdom score. | Number | required |
| Charisma | charisma | The character’s charisma score. | Number | required |