Template:PC: Difference between revisions
No edit summary |
No edit summary |
||
| Line 90: | Line 90: | ||
}} | }} | ||
|} | |} | ||
<templatedata> | |||
{ | |||
"description": "Infobox for D&D characters", | |||
"params": { | |||
"name": { | |||
"label": "Name", | |||
"description": "The name of the character.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"fanart": { | |||
"label": "Fanart", | |||
"description": "File name for the character’s fanart.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"race": { | |||
"label": "Race", | |||
"description": "The character’s race.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"class": { | |||
"label": "Class & Level", | |||
"description": "The character’s class and level.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"background": { | |||
"label": "Background", | |||
"description": "The character’s background.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"alignment": { | |||
"label": "Alignment", | |||
"description": "The character’s alignment.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"age": { | |||
"label": "Age", | |||
"description": "The character’s age.", | |||
"type": "number", | |||
"required": false | |||
}, | |||
"gender": { | |||
"label": "Gender", | |||
"description": "The character’s gender.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"pronouns": { | |||
"label": "Pronouns", | |||
"description": "The character’s pronouns.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"height": { | |||
"label": "Height", | |||
"description": "The character’s height.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"weight": { | |||
"label": "Weight", | |||
"description": "The character’s weight.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"languages": { | |||
"label": "Languages", | |||
"description": "The languages the character knows.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"homeland": { | |||
"label": "Homeland", | |||
"description": "The character’s homeland.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"deity": { | |||
"label": "Deity", | |||
"description": "The character’s deity.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"affiliation": { | |||
"label": "Affiliation", | |||
"description": "The character’s affiliations or groups.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"strength": { | |||
"label": "Strength", | |||
"description": "Strength score.", | |||
"type": "number", | |||
"required": false | |||
}, | |||
"dexterity": { | |||
"label": "Dexterity", | |||
"description": "Dexterity score.", | |||
"type": "number", | |||
"required": false | |||
}, | |||
"constitution": { | |||
"label": "Constitution", | |||
"description": "Constitution score.", | |||
"type": "number", | |||
"required": false | |||
}, | |||
"intelligence": { | |||
"label": "Intelligence", | |||
"description": "Intelligence score.", | |||
"type": "number", | |||
"required": false | |||
}, | |||
"wisdom": { | |||
"label": "Wisdom", | |||
"description": "Wisdom score.", | |||
"type": "number", | |||
"required": false | |||
}, | |||
"charisma": { | |||
"label": "Charisma", | |||
"description": "Charisma score.", | |||
"type": "number", | |||
"required": false | |||
}, | |||
"appearances": { | |||
"label": "Appearances", | |||
"description": "List of campaigns or adventures the character appeared in.", | |||
"type": "string", | |||
"required": false | |||
} | |||
} | |||
} | |||
</templatedata> | |||
Revision as of 14:53, 19 November 2024
| {{{name}}}
- - - - - - - - - - - - - - Abilities - - - - - - Appearances |
|---|
Infobox for D&D characters
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | The name of the character. | String | required |
| Fanart | fanart | File name for the character’s fanart. | String | optional |
| Race | race | The character’s race. | String | optional |
| Class & Level | class | The character’s class and level. | String | optional |
| Background | background | The character’s background. | String | optional |
| Alignment | alignment | The character’s alignment. | String | optional |
| Age | age | The character’s age. | Number | optional |
| Gender | gender | The character’s gender. | String | optional |
| Pronouns | pronouns | The character’s pronouns. | String | optional |
| Height | height | The character’s height. | String | optional |
| Weight | weight | The character’s weight. | String | optional |
| Languages | languages | The languages the character knows. | String | optional |
| Homeland | homeland | The character’s homeland. | String | optional |
| Deity | deity | The character’s deity. | String | optional |
| Affiliation | affiliation | The character’s affiliations or groups. | String | optional |
| Strength | strength | Strength score. | Number | optional |
| Dexterity | dexterity | Dexterity score. | Number | optional |
| Constitution | constitution | Constitution score. | Number | optional |
| Intelligence | intelligence | Intelligence score. | Number | optional |
| Wisdom | wisdom | Wisdom score. | Number | optional |
| Charisma | charisma | Charisma score. | Number | optional |
| Appearances | appearances | List of campaigns or adventures the character appeared in. | String | optional |