Template:CharacterInfo/doc: Difference between revisions
(Created page with "{{Documentation subpage}} ==Usage== * <big><code><nowiki>{{CharacterInfo|Name|Image|Gender|Race|Class|Level|Alignment|Age|Height|Weight|Deity|Title|Aliases}}</nowiki></code>...") |
No edit summary |
||
Line 3: | Line 3: | ||
==Usage== | ==Usage== | ||
* <big><code><nowiki>{{CharacterInfo|Name|Image|Gender|Race|Class|Level|Alignment|Age|Height|Weight| | * <big><code><nowiki>{{CharacterInfo|Name|Image|Title|Aliases|Home Realm|Gender|Race|Class|Sub-Class|Level|Alignment|Deity|Age|Height|Weight|Hair Color|Eye Color}}</nowiki></code></big> | ||
==Template Data== | ==Template Data== | ||
Line 24: | Line 24: | ||
}, | }, | ||
"3": { | "3": { | ||
"label": "Title", | |||
"description": "Any titles the character holds.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"4": { | |||
"label": "Aliases", | |||
"description": "Any aliases the character goes by.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"5": { | |||
"label": "Home Realm", | |||
"description": "The realm that this character originally called home before making their way to Edalon.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"6": { | |||
"label": "Gender", | "label": "Gender", | ||
"description": "The character's gender.", | "description": "The character's gender.", | ||
Line 29: | Line 47: | ||
"required": false | "required": false | ||
}, | }, | ||
" | "7": { | ||
"label": "Race", | "label": "Race", | ||
"description": "The character's race, which can be a wiki link to the race's page.", | "description": "The character's race, which can be a wiki link to the race's page.", | ||
Line 35: | Line 53: | ||
"required": false | "required": false | ||
}, | }, | ||
" | "8": { | ||
"label": "Class", | "label": "Class", | ||
"description": "The character's class, which can be a wiki link to the class's page.", | "description": "The character's class, which can be a wiki link to the class's page.", | ||
Line 41: | Line 59: | ||
"required": false | "required": false | ||
}, | }, | ||
" | "9": { | ||
"label": "Sub-Class", | |||
"description": "The character's sub-class, which can be a wiki link to the class's page.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"10": { | |||
"label": "Level", | "label": "Level", | ||
"description": "The character's level.", | "description": "The character's level.", | ||
Line 47: | Line 71: | ||
"required": false | "required": false | ||
}, | }, | ||
" | "11": { | ||
"label": "Alignment", | "label": "Alignment", | ||
"description": "The character's alignment, as a wiki link to the Alignment page.", | "description": "The character's alignment, as a wiki link to the Alignment page.", | ||
Line 53: | Line 77: | ||
"required": false | "required": false | ||
}, | }, | ||
" | "12": { | ||
"label": "Deity", | |||
"description": "The character's deity, as a wiki link to the deity's page.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"13": { | |||
"label": "Age", | "label": "Age", | ||
"description": "The character's age.", | "description": "The character's age.", | ||
Line 59: | Line 89: | ||
"required": false | "required": false | ||
}, | }, | ||
" | "14": { | ||
"label": "Height", | "label": "Height", | ||
"description": "The character's height.", | "description": "The character's height.", | ||
Line 65: | Line 95: | ||
"required": false | "required": false | ||
}, | }, | ||
" | "15": { | ||
"label": "Weight", | "label": "Weight", | ||
"description": "The character's weight.", | "description": "The character's weight.", | ||
Line 71: | Line 101: | ||
"required": false | "required": false | ||
}, | }, | ||
" | "16": { | ||
"label": " | "label": "Hair Color", | ||
"description": "The character's | "description": "The character's hair color.", | ||
"type": "string", | "type": "string", | ||
"required": false | "required": false | ||
}, | }, | ||
" | "17": { | ||
"label": " | "label": "Eye Color", | ||
"description": " | "description": "The character's eye color.", | ||
"type": "string", | "type": "string", | ||
"required": false | "required": false |
Revision as of 17:28, 12 September 2021
Usage
{{CharacterInfo|Name|Image|Title|Aliases|Home Realm|Gender|Race|Class|Sub-Class|Level|Alignment|Deity|Age|Height|Weight|Hair Color|Eye Color}}
Template Data
A template for the floating character box.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | 1 | The character's name | String | required |
Image | 2 | A file link to an uploaded image of the character. Blank is allowable if no image is available. | String | optional |
Title | 3 | Any titles the character holds. | String | optional |
Aliases | 4 | Any aliases the character goes by. | String | optional |
Home Realm | 5 | The realm that this character originally called home before making their way to Edalon. | String | optional |
Gender | 6 | The character's gender. | String | optional |
Race | 7 | The character's race, which can be a wiki link to the race's page. | String | optional |
Class | 8 | The character's class, which can be a wiki link to the class's page. | String | optional |
Sub-Class | 9 | The character's sub-class, which can be a wiki link to the class's page. | String | optional |
Level | 10 | The character's level. | String | optional |
Alignment | 11 | The character's alignment, as a wiki link to the Alignment page. | String | optional |
Deity | 12 | The character's deity, as a wiki link to the deity's page. | String | optional |
Age | 13 | The character's age. | String | optional |
Height | 14 | The character's height. | String | optional |
Weight | 15 | The character's weight. | String | optional |
Hair Color | 16 | The character's hair color. | String | optional |
Eye Color | 17 | The character's eye color. | String | optional |