Template:Infobox

From The Blockheads Wiki
Infobox
Infobox.png: Infobox image for Infobox the infobox in Minecraft
[view] [edit] [history] [refresh]Documentation
This template uses Module:Infobox, a script written in Lua.

This is a skeleton for infoboxes, for use in other infobox templates.

Usage

{{infobox
| title = box title, defaults to page's name
| imageN = Images displayed below the title. Supports animation. First image defaults to {{{title}}}.png. Set to "none" to remove.
| defaultimagesize = Set the default size used by the above images. Defaults to 150px.
| imageNsize = Sets the size of the corresponding image, overriding {{{defaultimagesize}}}.
| invimageN = Invimages displayed under the images, using {{Inventory slot}}. Set to "----" to add a line break. First invimage defaults to {{{title}}}, set to "none" to remove.
| imagearea = Completely replaces the functionality of the above 4 parameters, leaving a blank canvas below the title to put whatever
| rows = all rows go here using {{infobox row}}
| footer = optional centered footer that goes across both columns
}}
[view] [edit] [history] [refresh]The above documentation is transcluded from Template:Infobox/doc.