Template:Infobox

From Zelda Dungeon Wiki
Revision as of 08:50, November 1, 2011 by Emma (talk | contribs) (Created template)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.


Purpose

This template is used to more easily create infobox templates.

Usage

To use this template, start with this code:

{{Infobox|Title}}
{{Infobox/Image|{{{image|}}}}}
{{Infobox/Row|Title1|{{{parameter1|}}}}}
{{Infobox/Row|Title2|{{{parameter2|}}}}}
{{Infobox/Row|Title3|{{{parameter3|}}}}}
{{Infobox/Bottom}}


Any number of rows may be added. Rows that don't have their parameter specified when the infobox is used won't show up. If desired, the infobox class can be changed with a named class parameter, font size can be changed with a font-size parameter, and additional stylings can be atted with a named style parameter.