Template:Infobox header/doc
From Kindred Fates Wiki
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 infoboximage- The infobox image, defaults to 128x128pxwideimage- An alternative image, defaults to 314x300pxsize- Optional. Changes the default size for either of the image parametersdescription- 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|}}}
}}