Welcome to the Power Master Wiki! Content is being updated with data from the new demo. Enjoy your time here!

Difference between revisions of "Template:Infobox Quest"

From Power Master Wiki
Jump to navigationJump to search
Import>Default
 
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<onlyinclude><infobox>
{| class="infobox" cellpadding=2 cellspacing=2 align={{{align|right}}} width=280px style="padding: 4px; margin: 0 0 1em 1em; font-size: 10px; background: #f8fff7; border:1px solid #8a8; color:#000; border-radius: 15px;"
<title source="title"><default>''Unknown''</default></title>
|-
<image source="image"><caption source="imagecaption"/></image>
! colspan="2" bgcolor="#FFC0CB" style="border-radius: 15px;"|  {{{title|{{PAGENAME}}}}}
<data source="start"><label>Start</label><default>''Unknown''</default></data>
|-
<data source="end"><label>End</label><default>''Unknown''</default></data>
! colspan="2" | {{{image|''No image yet''<includeonly>[[Category:Infoboxes lacking images]]</includeonly>}}}{{#if:{{{caption|}}} | <br>''{{{caption}}}'' }}
<data source="prerequisites"><label>Prerequisites</label><default>''Unknown''</default></data>
|-style="vertical-align: top"
<data source="level"><label>Level</label><default>''Unknown''</default></data>
|
<data source="location"><label>Location</label><default>''Unknown''</default></data>
{| class="mw-collapsible mw-collapsed" style="width: calc(100% + 6px); margin: -3px;"
<data source="rewards"><label>Rewards</label><default>''Unknown''</default></data>
! colspan="2" bgcolor="#FFC0CB" style="border-radius: 15px;"| Quest Information
<group layout="horizontal">
|-
<header>Quest progression</header>
| bgcolor="#FFD9CB" style="border-top-left-radius: 15px;"|'''Start'''
<data source="previous"><label>Previous</label><default>''Unknown''</default></data>
| bgcolor="#FFD9CB" style="border-top-right-radius: 15px;"| {{{start|''None''}}}
<data source="next"><label>Next</label><default>''Unknown''</default></data>
|-
</group>
| '''End''' || {{{end|''None''}}}
</infobox></onlyinclude><noinclude><br style="clear:both;"/>
|-
{{documentation}}</noinclude>
| bgcolor="#FFD9CB"|'''Prerequisites'''
| bgcolor="#FFD9CB"| {{{prerequisites|''None''}}}
|-
| '''Location''' || {{{location|''None''}}}
|-
| bgcolor="#FFD9CB"|'''Rewards'''
| bgcolor="#FFD9CB"| {{{rewards|''None''}}}
|-
| '''Other Info''' || {{{other|''None''}}}
|}
|-style="vertical-align: top"
|
{| class="mw-collapsible mw-collapsed" style="width: calc(100% + 6px); margin: -3px;"
! colspan="2" bgcolor="#FFC0CB" style="border-radius: 15px;"| Quest Progression
|-
|width=50% bgcolor="#FFD9CB" style="border-top-left-radius: 15px; border-bottom-left-radius: 15px;"|'''Previous'''<br>{{{previous|None}}}
|width=50%|'''Next'''<br>{{{next|None}}}
|}
|}
<noinclude><pre><nowiki>{{infobox quest
| title        = Name of the quest
| image        = Image showing a point in the quest
| caption      = Optional image caption
| start        = What starts the quest
| end          = What ends the quest
| prerequisites = What needs to be done to activate the quest
| location      = Where the quest is located
| rewards      = The reward(s) for completing the quest
| previous      = The previous quest in line
| next          = The next quest in line
}}
</nowiki></pre>[[Category:Infobox templates]]</noinclude>

Latest revision as of 00:26, 6 September 2019

Infobox Quest
No image yet
Quest Information
Start None
End None
Prerequisites None
Location None
Rewards None
Other Info None
Quest Progression
Previous
None
Next
None
{{infobox quest
 | title         = Name of the quest
 | image         = Image showing a point in the quest
 | caption       = Optional image caption
 | start         = What starts the quest
 | end           = What ends the quest
 | prerequisites = What needs to be done to activate the quest
 | location      = Where the quest is located
 | rewards       = The reward(s) for completing the quest
 | previous      = The previous quest in line
 | next          = The next quest in line
}}