Jump to content

Template:Infobox character: Difference between revisions

From Encyclopædia Mundus
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]]
}}
}}
<!-- Fields -->
{{#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",
      "suggested": true,
       "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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Namename

Full name of the character.

Example
Irian Balewood
Stringoptional
Image filenameimage

Upload first, then put the filename only (no "File:" prefix).

Example
Irian.png
Stringoptional
Image sizeimagesize

Size like 250px (optional).

Default
250px
Stringoptional
Image alt textimage_alt

no description

Stringoptional
Racerace

no description

Suggested values
Humekind Elvenkind Landling Netherkind
Stringoptional
Ageage

no description

Example
24 cycles
Stringoptional
Nationalitynationality

no description

Example
[[Directionland]]
Stringoptional
Settlement (from)settlement

no description

Example
[[Simonville]]
Stringoptional

Usage

{{Infobox character
| name        = Irian Balewood
| image       = Irian.png
| race        = Elvenkind
| age         = 24 cycles
| nationality = [[Directionland]]
| settlement  = [[Simonville]]
}}