Jaws of Extinction Wiki
Advertisement
Template-info Documentation

This is the header for a modular infobox. It provides a title, an image, and a description.

Usage[]

In a modular infobox, this should typically be placed right after Template:Infobox start.

{{Infobox header
| name = 
| image = 
| wideimage = 
| size = 
| description = 
}}

Parameters[]

  • name - The title on top of the infobox
  • image - The infobox image, defaults to 128x128px
  • wideimage - An alternative image, defaults to 314x300px
  • size - Optional. Changes the default size for either of the image parameters
  • description - An italics description placed under the image


Examples[]

{{Infobox header
| name = Rimelings
| image = Rimelings.png
| size = 300x300px
| description = On play, gain 3 mana.
}}
{{Infobox header
| name = Whitesky Peak
| wideimage = Whitesky Peak.jpg
| description = Tall Mountain in the North-West, Housing the Blue Obelisk.
}}
{{Infobox header
| name = {{{name|}}}
| wideimage = {{{image|}}}
| size = 156x156px
| description = {{{description|}}}
}}
Advertisement