Difference between revisions of "Template:Infobox"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
m
(where there are no images provided, this pixel will appear)
Line 7: Line 7:
-->{{#if:{{{image|}}}|
-->{{#if:{{{image|}}}|
<tr class="alternate-ignore"><td colspan="2" class="infoboxCentre"><div id="image1">{{{image}}}{{#if:{{{caption|}}}|<br />{{{caption}}}|}}</div>{{#if:{{{image2|}}}|<div id="image2" style="display:none;">{{{image2}}}{{#if:{{{caption|}}}|<br />{{#if:{{{caption2|}}}|{{{caption2}}}|{{{caption}}}}}|}}</div><div class="CoverToggle" style="font-weight:normal;"></div>|}}</td></tr>
<tr class="alternate-ignore"><td colspan="2" class="infoboxCentre"><div id="image1">{{{image}}}{{#if:{{{caption|}}}|<br />{{{caption}}}|}}</div>{{#if:{{{image2|}}}|<div id="image2" style="display:none;">{{{image2}}}{{#if:{{{caption|}}}|<br />{{#if:{{{caption2|}}}|{{{caption2}}}|{{{caption}}}}}|}}</div><div class="CoverToggle" style="font-weight:normal;"></div>|}}</td></tr>
|}}<!--
|[[File:NoImageIndicatorPixel.png]]}}<!--
Row 1
Row 1
-->{{#if:{{{header1|}}}|<tr class="alternate-reset"><th colspan="2" class="infoboxHeader">{{{header1}}}</th></tr>|{{#if:{{{label1|}}}|{{#if:{{{data1|}}}|<tr><th>{{{label1}}}</th><td>{{{data1}}}</td></tr>|}}|{{#if:{{{data1|}}}|<tr><td colspan="2" class="infoboxCentre {{#if:{{{dataclass1|}}}|{{{dataclass1}}}|}}">{{{data1}}}</td></tr>}}}}}}<!--
-->{{#if:{{{header1|}}}|<tr class="alternate-reset"><th colspan="2" class="infoboxHeader">{{{header1}}}</th></tr>|{{#if:{{{label1|}}}|{{#if:{{{data1|}}}|<tr><th>{{{label1}}}</th><td>{{{data1}}}</td></tr>|}}|{{#if:{{{data1|}}}|<tr><td colspan="2" class="infoboxCentre {{#if:{{{dataclass1|}}}|{{{dataclass1}}}|}}">{{{data1}}}</td></tr>}}}}}}<!--

Revision as of 13:07, 11 July 2009

Documentation for {{infobox}}

Use

For creating infoboxes in a quick and standardised way.

Usage

{{infobox
|top        = Before title
|title      = Title
|noimage    = yes/no (default: no) if yes, the infobox won't check for images.
|image      = Image
|caption    = Image text
|image2     = Alternate Image (optional, for cover art)
|caption2   = Alternate Image text (optional, for cover art, defaults to caption)
|headerN    = Nth header
|labelN     = Nth label
|dataN      = Nth data
|dataclassN = Add a CSS class to 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
}}