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>Game widow
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{| class="infoboxtable"
{| 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;"
|-
|-
! colspan="4" class="infoboxname" |  {{{title|''Unknown''}}}
! colspan="2" bgcolor="#FFC0CB" style="border-radius: 15px;"|  {{{title|{{PAGENAME}}}}}
|-
|-
{{#if: {{{image|}}} | ! colspan="4" {{!}} [[File:{{{image}}}]] }} {{#if:{{{imagecaption|}}} | <br>''{{{imagecaption}}}'' }}
! colspan="2" | {{{image|''No image yet''<includeonly>[[Category:Infoboxes lacking images]]</includeonly>}}}{{#if:{{{caption|}}} | <br>''{{{caption}}}'' }}
|-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 Information
|-
|-
{{#if: {{{start|}}} | {{!}} style="width: 10%" {{!}} <div>Start</div> {{!!}} colspan="3" {{!}} {{{start}}} }}
| bgcolor="#FFD9CB" style="border-top-left-radius: 15px;"|'''Start'''
| bgcolor="#FFD9CB" style="border-top-right-radius: 15px;"| {{{start|''None''}}}
|-
|-
{{#if: {{{end|}}} | {{!}} <div>End</div> {{!!}} colspan="3" {{!}} {{{end}}} }}
| '''End''' || {{{end|''None''}}}
|-
|-
{{#if: {{{prerequisites|}}} | {{!}} <div>Prerequisites</div> {{!!}} colspan="3" {{!}} {{{prerequisites}}} }}
| bgcolor="#FFD9CB"|'''Prerequisites'''
| bgcolor="#FFD9CB"| {{{prerequisites|''None''}}}
|-
|-
{{#if: {{{level|}}} | {{!}} <div>Level</div> {{!!}} colspan="3" {{!}} {{{level}}} }}
| '''Location''' || {{{location|''None''}}}
|-
|-
{{#if: {{{location|}}} | {{!}} <div>Location</div> {{!!}} colspan="3" {{!}} {{{location}}} }}
| bgcolor="#FFD9CB"|'''Rewards'''
| bgcolor="#FFD9CB"| {{{rewards|''None''}}}
|-
|-
{{#if: {{{rewards|}}} | {{!}} <div>Rewards</div> {{!!}} colspan="3" {{!}} {{{rewards}}} }}
| '''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
|-
|-
! colspan="4" class="infoboxname" | 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}}}
| colspan="2" style="padding: 10px 14px; width: 50%;" | '''Previous'''<br>{{{previous|''Unknown''}}}
|}
| colspan="2" style="background: #b6a1a1; padding: 10px 14px;" | '''Next'''<br>{{{next|''Unknown''}}}
|}
|}<noinclude>{{documentation}}
<noinclude><pre><nowiki>{{infobox quest
 
| title        = Name of the quest
[[Category:Infobox templates]]</noinclude>
| 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
}}