Template:Infobox Character: Difference between revisions

Page creation (see original at Template:Infobox character (DEPRECATED))
(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>
contributors, Interface administrators, uploadaccess
1,001

edits