Template:Infobox event

From BBW Wiki
Jump to: navigation, search

<infobox> <title source="title"><default>Unknown</default></title> <image source="image"><caption source="imagecaption"/></image> <label>Performers</label><default>Unknown</default> <label>Date</label><default>Unknown</default> <label>Location</label><default>Unknown</default> </infobox>

Template documentation follows
Note: the template above may sometimes be partially or fully invisible.
Visit Template:Infobox_event/doc to edit this documentation. (How does this work?)

Description[edit]

To use this template, copy the following code and fill in the appropriate fields.

Syntax[edit]

{{infobox event
 | title         = 
 | image         = [e.g. "Example.jpg"]
 | imagecaption  = 
 | performers  = 
 | date          = 
 | location      = 
}}

Samples[edit]

{{infobox event
 | title         = Flower du Jour
 | image         = Example.jpg
 | performers    = Awesome Ones
 | date          = All the time
 | location      = Everywhere
}}

Results in...

<infobox> <title source="title"><default>Unknown</default></title> <image source="image"><caption source="imagecaption"/></image> <label>Performers</label><default>Unknown</default> <label>Date</label><default>Unknown</default> <label>Location</label><default>Unknown</default>

</infobox>