Template:Infobox Character: Difference between revisions

From The Unofficial Isekai:Slow Life Wiki
Jump to navigation Jump to search
(Nuguette moved page Template:Infobox character to Template:Infobox character (DEPRECATED): Deprecating template to be replaced with new Infobox Character template)
Tag: New redirect
 
(Page creation (see original at Template:Infobox character (DEPRECATED)))
Tag: Removed redirect
Line 1: Line 1:
#REDIRECT [[Template:Infobox character (DEPRECATED)]]
<div class="container" style="float:right">
<div class="toc-container">__TOC__</div>
<div class="infobox-wrapper">
  <div>
    <div class="char-info">
      <h2>{{{name|Name}}}</h2>
      <div>
        [[File:{{{name|}}}_1r.png|center|150x150px]]<br />
        [[File:{{{rarity}}}.png|left|40x40px]] {{#if: {{{type|}}}|[[File:{{{type}}}.png|right|40x40px]]|}}
      </div>
 
      <p>
        <hr style="clear:both;" />
        <u>'''Title:'''</u><br />{{{title|}}}<hr />
        <u>'''Race:'''</u><br />{{{race|}}}<hr />
        {{#if: {{{occupation|}}}|<u>'''Occupation:'''</u><br />{{{occupation|}}}<hr />|}}
      </p>
    </div>
  </div>
</div>
</div>
<noinclude>
<templatedata>
{
"params": {
"bio": {
"label": "Bio",
"description": "The bio for this character.",
"type": "string",
"required": true
},
"name": {
"label": "Name",
"description": "The name of the character, this is used in the label / image url.",
"example": "Jewlry",
"type": "string",
"required": true
},
"type": {
"label": "Type (Optional) [Fellows Only]",
"description": "The characters type.",
"example": "Diligent",
"type": "string",
"suggestedvalues": [
"Diligent",
"Informed",
"Inspiring",
"Brave",
"Unfettered"
]
},
"rarity": {
"label": "Rarity",
"description": "The characters rarity.",
"example": "UR/SSR/SSR+/SR/R/N",
"type": "string",
"suggestedvalues": [
"UR",
"SSR",
"SSR+",
"SR",
"R",
"N"
],
"required": true
},
"title": {
"label": "Title",
"description": "The characters title.",
"type": "string",
"required": true
},
"race": {
"label": "Race",
"description": "The characters race.",
"type": "string",
"required": true
},
"occupation": {
"label": "Occupation (Optional) [Fellows Only]",
"description": "The characters occupation.",
"type": "string"
}
},
"description": "Info box for characters",
"paramOrder": [
"name",
"title",
"race",
"occupation",
"bio",
"type",
"rarity"
]
}
</templatedata>
</noinclude>

Revision as of 09:40, 6 April 2026

Name

File:1r.png

       [[File:{{{rarity}}}.png|left|40x40px]] 


Title:

Race:

Info box for characters

[Edit template data]

Template parameters

ParameterDescriptionTypeStatus
Namename

The name of the character, this is used in the label / image url.

Example
Jewlry
Stringrequired
Titletitle

The characters title.

Stringrequired
Racerace

The characters race.

Stringrequired
Occupation (Optional) [Fellows Only]occupation

The characters occupation.

Stringoptional
Biobio

The bio for this character.

Stringrequired
Type (Optional) [Fellows Only]type

The characters type.

Suggested values
Diligent Informed Inspiring Brave Unfettered
Example
Diligent
Stringoptional
Rarityrarity

The characters rarity.

Suggested values
UR SSR SSR+ SR R N
Example
UR/SSR/SSR+/SR/R/N
Stringrequired