Template:CharacterBox/entry/doc: Difference between revisions
Jump to navigation
Jump to search
Streetclaw (talk | contribs) mNo edit summary |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{Doc/start|nodoc=1}} | ||
{{CharacterBox/doc/example}} | |||
{{CharacterBox/ | |||
{{ | == TemplateData == | ||
<templatedata> | |||
{ | |||
"format": "block", | |||
"params": { | |||
"name": { | |||
"label": "Name", | |||
"required": true, | |||
"type": "string" | |||
}, | |||
"nickname": { | |||
"label": "Nickname", | |||
"suggested": true, | |||
"type": "string" | |||
}, | |||
"desc": { | |||
"label": "Description", | |||
"required": true, | |||
"type": "content" | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"suggested": true, | |||
"type": "wiki-file-name" | |||
}, | |||
"class": { | |||
"label": "Character Class", | |||
"description": "One of: \"Spheromancer\", \"Triblader\", \"Quadroguard\", \"Pentafist\", \"Hexacast\"", | |||
"type": "string" | |||
}, | |||
"link": { | |||
"label": "Page link", | |||
"type": "wiki-page-name" | |||
}, | |||
"nolink": { | |||
"label": "No link", | |||
"type": "boolean" | |||
}, | |||
"color": { | |||
"label": "Background Color", | |||
"deprecated": "Use `class` parameter", | |||
"type": "string" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
<includeonly> | |||
<!-- Categories for the template itself --> | |||
[[Category:Table templates]] | |||
</includeonly> | |||
{{Doc/end}} |
Latest revision as of 07:43, 4 May 2021
This template has no documentation. If you know how to use this template, please add some.
![]() |
Emilie-Sophie de Belmond | Emilienator |
A competitive Pentafist who befriends Lea during the tutorial and later joins her party. | ||
![]() |
Carla Salvatore | |
An employee on the M.S. Solar, tasked with introducing Lea to CrossWorlds. | ||
![]() |
ShortGirl96 | |
A female Quadroguard who is greatly disappointed with the challenges of using a short avatar. |
TemplateData
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | no description | String | required |
Nickname | nickname | no description | String | suggested |
Description | desc | no description | Content | required |
Image | image | no description | File | suggested |
Character Class | class | One of: "Spheromancer", "Triblader", "Quadroguard", "Pentafist", "Hexacast" | String | optional |
Page link | link | no description | Page name | optional |
No link | nolink | no description | Boolean | optional |
Background Color | color | no description | String | deprecated |