Template:Infobox quest/doc: Difference between revisions

From Redemption Wiki
Jump to navigation Jump to search
>Default
mNo edit summary
>Default
(New page: ;Description :This template is used to create a quest infobox. ;Syntax :Type <code>{{t|infobox quest|...}}</code> somewhere, with parameters as shown below. ;Sample output <pre>{{infobox ...)
 
Line 1: Line 1:
==Description==
;Description
To use this template, copy the following code and fill in the appropriate fields.
:This template is used to create a quest infobox.
;Syntax
:Type <code>{{t|infobox quest|...}}</code> somewhere, with parameters as shown below.
;Sample output


==Syntax==
<pre>{{infobox quest
<pre>
|name= Land of Bob
{{infobox quest
|image= Image:Example.jpg
| title        =  
|caption= Bob the Flower
| image         = [e.g. "Example.jpg"]
|map= Image:Example.jpg
| imagewidth    = [e.g. "150"] [default: 210 pixels]
|mapcaption= Bob the Flower
| imagecaption  =
|type= Garden
| start        =
|level= 10-20
| end          =
|location= Earth
| prerequisites =
|inhabitants= Flowerfolk
| level        =
}}</pre>
| location      =
| rewards      =
| previous      =
| next          =
}}
</pre>
 
==Samples==
<pre>
{{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
| title        = Flowers of Justice!
|name= Land of Bob
| image         = Example.jpg
|image= Image:Example.jpg
| start        = Chrys
|caption= Bob the Flower
| end          = Geran
|map= Image:Example.jpg
| prerequisites = None
|mapcaption= Land of Bob
| level        = 5
|type= Garden
| location      = Earth
|level= 10-20
| rewards      = Justice-Wrought Petals
|location= Earth
| previous      = A
|inhabitants= Flowerfolk
| next          = C
}}
}}


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

Latest revision as of 20:46, 26 May 2015

Description
This template is used to create a quest infobox.
Syntax
Type {{infobox quest|<...>}} somewhere, with parameters as shown below.
Sample output
{{infobox quest
|name= Land of Bob
|image= Image:Example.jpg
|caption= Bob the Flower
|map= Image:Example.jpg
|mapcaption= Bob the Flower
|type= Garden
|level= 10-20
|location= Earth
|inhabitants= Flowerfolk
}}

Results in...

Land of Bob
File:Example.jpg
Bob the Flower
File:Example.jpg
Land of Bob
Vital statistics
Start {{{start}}}
End {{{end}}}
Prerequisites {{{prereqs}}}
Level 10-20
Location Earth
Rewards {{{rewards}}}
Progression
Previous Next
{{{previous}}} {{{next}}}