This page can be used as a building block in other pages.
;Description
[indent]This template is used to create a quest infobox.[/indent];Syntax
[indent]Type <code>[template]t|infobox quest|...[/template]</code> somewhere, with parameters as shown below.[/indent];Sample output
[code]{{infobox quest
| name = Land of Bob [defaults to pagename]
| image = Image:Example.jpg
| imagewidth = [defaults to 250]
| caption = Bob the Flower
| start = Quest A
| end = Quest Z
| prereqs = Quest 1
| level = Level 10-20
| location = Land of Bob
| rewards = Bob's Petal
| previous = Quest J
| next = Quest K
}}[/code]Results in...
[template]infobox quest
| name = Land of Bob
| image = Image:Example.jpg
| caption = Bob the Flower
| start = Quest A
| end = Quest Z
| prereqs = Quest 1
| level = Level 10-20
| location = Land of Bob
| rewards = Bob's Petal
| previous = Quest J
| next = Quest K
[/template]