Template:Infobox quest

From BBW Wiki
Jump to: navigation, search

<infobox> <title source="title"><default>Unknown</default></title> <image source="image"><caption source="imagecaption"/></image> <label>Start</label><default>Unknown</default> <label>End</label><default>Unknown</default> <label>Prerequisites</label><default>Unknown</default> <label>Level</label><default>Unknown</default> <label>Location</label><default>Unknown</default> <label>Rewards</label><default>Unknown</default> <group layout="horizontal"> <header>Quest progression</header> <label>Previous</label><default>Unknown</default> <label>Next</label><default>Unknown</default> </group> </infobox>

Template documentation follows
Note: the template above may sometimes be partially or fully invisible.
Visit Template:Infobox_quest/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 quest
 | title         = 
 | image         = [e.g. "Example.jpg"]
 | imagecaption  = 
 | start         = 
 | end           = 
 | prerequisites = 
 | level         = 
 | location      = 
 | rewards       = 
 | previous      =
 | next          =
}}

Samples[edit]

{{infobox quest
 | title         = Flowers of Justice!
 | image         = Example.jpg
 | start         = Chrys
 | end           = Geran
 | prerequisites = None
 | level         = 5
 | location      = Earth
 | rewards       = Justice-Wrought Petals
 | previous      = A
 | next          = C
}}

Results in...

<infobox> <title source="title"><default>Unknown</default></title> <image source="image"><caption source="imagecaption"/></image> <label>Start</label><default>Unknown</default> <label>End</label><default>Unknown</default> <label>Prerequisites</label><default>Unknown</default> <label>Level</label><default>Unknown</default> <label>Location</label><default>Unknown</default> <label>Rewards</label><default>Unknown</default> <group layout="horizontal"> <header>Quest progression</header> <label>Previous</label><default>Unknown</default> <label>Next</label><default>Unknown</default> </group>

</infobox>