No edit summary |
|||
| Line 22: | Line 22: | ||
|eye color = | |eye color = | ||
|hair color = | |hair color = | ||
|level = | |||
|class = | |||
|chi type = | |||
|chi kleur = | |||
|chi desc = | |||
}} | }} | ||
</pre> | </pre> | ||
| Line 40: | Line 45: | ||
|eye color = blue-gray | |eye color = blue-gray | ||
|hair color = dark blonde | |hair color = dark blonde | ||
|level = 17 | |level = 17 | ||
|class= Wizard | |class = Wizard | ||
|chi type = Specialist | |chi type = Specialist | ||
|chi kleur = Gold | |chi kleur = Gold | ||
| | |chi desc = Maakt pijlen | ||
}} | }} | ||
| Line 64: | Line 69: | ||
|eye color = blue-gray | |eye color = blue-gray | ||
|hair color = dark blonde | |hair color = dark blonde | ||
|level = 17 | |||
|class = Wizard | |||
|chi type = Specialist | |||
|chi kleur = Gold | |||
|chi desc = Maakt pijlen | |||
}} | }} | ||
</pre> | </pre> | ||
| Line 90: | Line 100: | ||
"label": "Title", | "label": "Title", | ||
"description": "Any official titles the character might have", | "description": "Any official titles the character might have", | ||
"example": "Lord of Fancytown", | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
| Line 147: | Line 157: | ||
"label": "Hair Color", | "label": "Hair Color", | ||
"description": "The character's hair color", | "description": "The character's hair color", | ||
"type": "string" | |||
}, | |||
"level": { | |||
"label": "Level", | |||
"description": "The character's level", | |||
"example": "3", | |||
"type": "number" | |||
}, | |||
"class": { | |||
"label": "Class", | |||
"description": "The character's D&D class", | |||
"example": "Warlock (Great Old One)", | |||
"type": "string" | |||
}, | |||
"chi type": { | |||
"label": "Chi Type", | |||
"description": "The type of Chi this character has", | |||
"example": "Veranderaar", | |||
"type": "string" | |||
}, | |||
"chi kleur": { | |||
"label": "Chi Kleur", | |||
"description": "The color of this character's Chi", | |||
"example": "Groen", | |||
"type": "string" | |||
}, | |||
"chi desc": { | |||
"label": "Chi Description", | |||
"description": "A short description of the Chi power", | |||
"example": "Maakt pijlen", | |||
"type": "string" | "type": "string" | ||
} | } | ||
}, | }, | ||
"description": "A D&D style character" | "description": "A D&D style character", | ||
"paramOrder": [ | |||
"name", | |||
"image", | |||
"caption", | |||
"title", | |||
"player", | |||
"health", | |||
"status", | |||
"alignment", | |||
"gender", | |||
"age", | |||
"race", | |||
"height", | |||
"weight", | |||
"eye color", | |||
"hair color", | |||
"level", | |||
"class", | |||
"chi type", | |||
"chi kleur", | |||
"chi desc" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
Latest revision as of 23:05, 11 March 2023
- Description
- This template is used to create a minimalist game character infobox (the "dnd" in the name is misleading).
- Syntax
- Type
somewhere, with parameters as shown below.{{infobox dndcharacter|...}}
Usage
{{Infobox dndcharacter
|name =
|image =
|caption =
|title =
|player =
|health =
|status =
|alignment =
|gender =
|age =
|race =
|height =
|weight =
|eye color =
|hair color =
|level =
|class =
|chi type =
|chi kleur =
|chi desc =
}}
Preview
Click here to refresh the preview
{{Infobox dndcharacter
|name = Some Character
|image = Placeholder person.png
|caption = Some
|title = n/a
|player = Some Player
|health = Okay
|status = Alive
|gender = Female
|race = Wikian
|height = 5'7"
|weight = 170 lbs.
|eye color = blue-gray
|hair color = dark blonde
|level = 17
|class = Wizard
|chi type = Specialist
|chi kleur = Gold
|chi desc = Maakt pijlen
}}
A D&D style character
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Name of the character | String | optional |
| Image | image | Filename to put in infobox. Use <gallery> to use multiple images. | File | optional |
| Caption | caption | Caption for the character image | String | optional |
| Title | title | Any official titles the character might have
| String | optional |
| Player | player | Name of person playing this character | String | optional |
| Health | health | How is the character doing health wise? | String | optional |
| Status | status | How is the character doing in general? | String | optional |
| Alignment | alignment | D&D Alignment
| String | optional |
| Gender | gender | Gender of the character | String | optional |
| Age | age | Age of the character | Number | optional |
| Race | race | The character's D&D race
| String | optional |
| Height | height | The height of the character | String | optional |
| Weight | weight | The weight of the character | Unknown | optional |
| Eye Color | eye color | The character's eye color | String | optional |
| Hair Color | hair color | The character's hair color | String | optional |
| Level | level | The character's level
| Number | optional |
| Class | class | The character's D&D class
| String | optional |
| Chi Type | chi type | The type of Chi this character has
| String | optional |
| Chi Kleur | chi kleur | The color of this character's Chi
| String | optional |
| Chi Description | chi desc | A short description of the Chi power
| String | optional |