Template:Infobox character: Difference between revisions
Appearance
Created page with "<!-- Template:Infobox character --> {| class="infobox infobox-character" |- ! colspan="2" class="infobox-title" | {{{name|{{PAGENAME}}}}} |- | colspan="2" class="infobox-image" | {{#if:{{{image|}}}| [[File:{{{image}}}|{{{imagesize|250px}}}|alt={{{image_alt|}}}|center]] }} <!-- Fields --> {{#if:{{{race|}}}| |- ! scope="row" | Race | {{{race}}} }} {{#if:{{{age|}}}| |- ! scope="row" | Age | {{{age}}} }} {{#if:{{{nationality|}}}| |- ! scope="row" | Nationality | {{{nationa..." |
No edit summary |
||
| Line 8: | Line 8: | ||
[[File:{{{image}}}|{{{imagesize|250px}}}|alt={{{image_alt|}}}|center]] | [[File:{{{image}}}|{{{imagesize|250px}}}|alt={{{image_alt|}}}|center]] | ||
}} | }} | ||
{{#if:{{{race|}}}| | {{#if:{{{race|}}}| | ||
|- | |- | ||
| Line 30: | Line 29: | ||
}} | }} | ||
|} | |} | ||
<noinclude> | <noinclude> | ||
<!-- VisualEditor / TemplateData --> | <!-- VisualEditor / TemplateData --> | ||
| Line 40: | Line 40: | ||
"description": "Full name of the character.", | "description": "Full name of the character.", | ||
"type": "string", | "type": "string", | ||
"example": "Irian Balewood" | "example": "Irian Balewood" | ||
}, | }, | ||
Revision as of 06:12, 28 October 2025
| Infobox character | |||||
|---|---|---|---|---|---|
|
- |
scope="row"
- |
scope="row"
- |
scope="row"
- |
scope="row" | |
Character infobox for Mundus.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Full name of the character.
| String | optional |
| Image filename | image | Upload first, then put the filename only (no "File:" prefix).
| String | optional |
| Image size | imagesize | Size like 250px (optional).
| String | optional |
| Image alt text | image_alt | no description | String | optional |
| Race | race | no description
| String | optional |
| Age | age | no description
| String | optional |
| Nationality | nationality | no description
| String | optional |
| Settlement (from) | settlement | no description
| String | optional |
Usage
{{Infobox character
| name = Irian Balewood
| image = Irian.png
| race = Elvenkind
| age = 24 cycles
| nationality = [[Directionland]]
| settlement = [[Simonville]]
}}