The Binding of Isaac: Four Souls Wiki
Advertisement
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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