Template:Infobox/doc

From The Infosphere, the Futurama Wiki
Revision as of 00:48, 14 April 2009 by Svip (talk | contribs) (Created documentation.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Use

For creating infoboxes in a quick and standardised way.

Usage

{{infobox
|top     = Before title
|title   = Title
|image   = Image
|caption = Image text
|headerN = Nth header
|labelN  = Nth label
|dataN   = Nth data
}}

Example

Hi!
An infobox!
Infosphere.jpg
Pretty!
Label?Yes
A header!
Data alone! :O
Good dayBite me
HelloHi
{{infobox
|top = Hi!
|title = An infobox!
|image = [[Image:Infosphere.jpg|225px]]
|caption = Pretty!
|label1 = Label?
|data1 = Yes
|header2 = A header!
|data3 = Data alone! :O
|label4 = Good day
|data4 = Bite me
|label5 = Hello
|data5 = Hi
}}