Template:Infobox

From Virtual Paradise Wiki
Revision as of 22:17, 26 August 2013 by Roy Curtis (talk | contribs) (prepared for VPWiki)
Jump to navigation Jump to search
Infobox
Generic Image.png
Tagline
Label

field

Label

field

Label

field

Label

field

Footer

An improved infobox core template.

Usage

With automatic title and image

 {{Infobox
 |image=Blizzard.jpg
 |rows=
 {{Infobox row|label |{{{field1}}}|}}
 {{Infobox row|label2|
   * Option 1
   * Option 2}}
 {{Infobox row|label3|{{{field3|default}}}|}}
 }}

With custom title, tagline, image and footer

 {{Infobox
 |title=Title
 |tagline=Some tagline
 |image=SWCity.jpg
 |rows=
 {{Infobox row|label |{{{field1}}}|}}
 {{Infobox row|label2|
   * Option 1
   * Option 2}}
 {{Infobox row|label3|{{{field3|default}}}|}}
 |footer=hello world!
 }}