Template:Infobox quest/doc: Difference between revisions

From Redemption Wiki
Jump to navigation Jump to search
>Default
No edit summary
>Default
m (Protected "Template:Infobox quest/doc" (‎[edit=sysop] (indefinite) ‎[move=sysop] (indefinite)))
Line 1: Line 1:
;Description
==Description==
:This template is used to create a quest infobox.
To use this template, copy the following code and fill in the appropriate fields.
;Syntax
:Type <code>{{t|infobox quest|...}}</code> somewhere, with parameters as shown below.
;Sample output


<pre>{{infobox quest
==Syntax==
| name      = Land of Bob [defaults to pagename]
<pre>
| image     = File:Example.jpg
{{infobox quest
| imagewidth = [defaults to 250]
| title        =  
| caption    = Bob the Flower
| image         = [e.g. "Example.jpg"]
| start      = Quest A
| imagewidth   = [e.g. "150"] [default: 210 pixels]
| end       = Quest Z
| imagecaption  =  
| prereqs    = Quest 1
| start         =
| level     = Level 10-20
| end          =
| location   = Land of Bob
| prerequisites =
| rewards   = Bob's Petal
| level        =
| previous   = Quest J
| location     =  
| next       = Quest K
| rewards      =
}}</pre>
| previous      =
| next          =
}}
</pre>
 
==Samples==
<pre>q
{{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
}}
</pre>


Results in...
Results in...


{{infobox quest
{{infobox quest
| name      = Land of Bob
| title        = Flowers of Justice!
| image     = File:Example.jpg
| image         = Example.jpg
| caption    = Bob the Flower
| start         = Chrys
| start     = Quest A
| end           = Geran
| end       = Quest Z
| prerequisites = None
| prereqs    = Quest 1
| level         = 5
| level     = Level 10-20
| location     = Earth
| location   = Land of Bob
| rewards       = Justice-Wrought Petals
| rewards   = Bob's Petal
| previous     = A
| previous   = Quest J
| next         = C
| next       = Quest K
}}
}}


<includeonly>[[Category:Infobox templates|{{PAGENAME}}]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>
<includeonly>[[Category:Infobox templates|{{PAGENAME}}]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>

Revision as of 20:46, 26 May 2015

Description

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

Syntax

{{infobox quest
 | title         = 
 | image         = [e.g. "Example.jpg"]
 | imagewidth    = [e.g. "150"] [default: 210 pixels]
 | imagecaption  = 
 | start         = 
 | end           = 
 | prerequisites = 
 | level         = 
 | location      = 
 | rewards       = 
 | previous      =
 | next          =
}}

Samples

q
{{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...

{{{name}}}
100px
{{{caption}}}
[[{{{map}}}|200px]]
{{{mapcaption}}}
Vital statistics
Start Chrys
End Geran
Prerequisites {{{prereqs}}}
Level 5
Location Earth
Rewards Justice-Wrought Petals
Progression
Previous Next
A C