Template:Hero Infobox

From Mighty Party Wiki
Jump to navigation Jump to search


Template documentation follows
Note: the template above may sometimes be partially or fully invisible.
Visit Template:Hero_Infobox/doc to edit this documentation. (How does this work?)

Displays a portable infobox with basic hero information.

Usage

{{Hero Infobox
|hero =
|title =
|image = 
|sprite = 
|quote = 
|rarity = 
|alignment = 
|class = 
|gender = 
|league = 
|lastevent = 
|evolvefrom = 
|evolveto = 
}}

Automatic Population

Populates the template from Module:Hero/data using the hero name.

Parameters:

  • hero: name of the hero

Manual Input

Populates the template using inputted parameters. If combined with hero, inputted parameters will override data fetched from Module:Hero/data.

Parameters:

  • title: title of the infobox, defaults to the Pagename
  • image: filename of the image of the hero
  • sprite: filename of the sprite of the hero
  • quote: quote of the hero
  • rarity: rarity of the hero
  • alignment: alignment of the hero
  • class: type of the hero
  • gender: gender of the hero
  • league: league hero unlocks, or event for event hero
  • lastevent: last event the hero appeared in
  • evolvefrom: hero(es) the hero evolves from
  • evolveto: hero(es) the hero evolves to

Examples

Manual input

{{Hero Infobox
|title=Shadow Shaa-Moona
|image=Shadow Shaa-Moona.png
|sprite=Shadow Shaa-Moona sprite.png
|quote=Have you heard about the Great Flood? It was only the Revitalization, one of the many.
|rarity=legendary
|alignment=chaos
|class=melee
|gender=female
|league=event
|lastevent=[[Death From Above]]<br/>(March 27, 2020)
|evolvefrom=[[Half Moon Priestess]]
|evolveto=N/A
}}

Automatic Population

{{Hero Infobox
|hero=Shadow Shaa-Moona
|lastevent=[[Death From Above]]<br/>(March 27, 2020)
}}

Automatic Population overriding values

{{Hero Infobox
|hero=Shadow Shaa-Moona
|image=Shadow Shaa-Moona.png
|lastevent=[[Death From Above]]<br/>(March 27, 2020)
}}