Template:CharacterBox/entry/doc: Difference between revisions
Jump to navigation
Jump to search
Streetclaw (talk | contribs) (color -> class) |
(→TemplateData: Add TemplateData) |
||
Line 3: | Line 3: | ||
{{CharacterBox| | {{CharacterBox| | ||
{{CharacterBox/entry | {{CharacterBox/entry | ||
|name=Emilie-Sophie de Belmond | | name = Emilie-Sophie de Belmond | ||
|nickname=Emilienator | | nickname = Emilienator | ||
|desc=A competitive [[Pentafist]] who befriends Lea during the tutorial and later joins her party. | | desc = A competitive [[Pentafist]] who befriends Lea during the tutorial and later joins her party. | ||
|image=EmilieSmallPortrait.png | | image = EmilieSmallPortrait.png | ||
|class= | | class = Pentafist | ||
}} | |||
{{CharacterBox/entry | {{CharacterBox/entry | ||
|name=Carla Salvatore | | name = Carla Salvatore | ||
| desc = An employee on the [[M.S. Solar]], tasked with introducing Lea to [[CrossWorlds]]. | |||
|desc=An employee on the [[M.S. Solar]], tasked with introducing Lea to [[CrossWorlds]]. | | image = CarlaSmallPortrait.png | ||
|image=CarlaSmallPortrait.png}} | }} | ||
{{CharacterBox/entry | {{CharacterBox/entry | ||
|name=ShortGirl96 | | name = ShortGirl96 | ||
| desc = A female Quadroguard who is greatly disappointed with the challenges of using a short avatar. | |||
|desc=A female Quadroguard who is greatly disappointed with the challenges of using a short avatar. | | image = Shortgirl96.png | ||
|image=Shortgirl96.png | | class = Quadroguard | ||
| | | nolink = TRUE | ||
| | }} | ||
}}}} | }} | ||
== TemplateData == | |||
<templatedata> | |||
{ | |||
"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> | |||
[[Category:Table templates]] | |||
</includeonly> | |||
{{doc/end}} | {{doc/end}} |
Revision as of 04:12, 3 May 2021
![]() |
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 |