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
m (11 revisions imported: adding infoboxes)
 
(2 intermediate revisions by the same user 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=2 class="infoboxname"|{{{title}}}
! colspan="2" bgcolor="#FFC0CB" style="border-radius: 15px;"| {{{title|{{PAGENAME}}}}}
|-
|-
!colspan=2|{{{image|''No image yet''<includeonly>[[Category:Infoboxes lacking images]]</includeonly>}}}{{#if:{{{caption|}}}|<br>''{{{caption}}}'' }}
! 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
|-
|-
!colspan=2 class="infoboxname"|Quest Information
| bgcolor="#FFD9CB" style="border-top-left-radius: 15px;"|'''Start'''
| bgcolor="#FFD9CB" style="border-top-right-radius: 15px;"| {{{start|''None''}}}
|-
|-
|width=50%|'''Start'''
| '''End''' || {{{end|''None''}}}
|width=50%|{{{start|None}}}
|-
|-
|'''End''' || {{{end|None}}}
| bgcolor="#FFD9CB"|'''Prerequisites'''
| bgcolor="#FFD9CB"| {{{prerequisites|''None''}}}
|-
|-
|'''Prerequisites''' || {{{prerequisites|None}}}
| '''Location''' || {{{location|''None''}}}
|-
|-
|'''Location''' || {{{location|None}}}
| bgcolor="#FFD9CB"|'''Rewards'''
| bgcolor="#FFD9CB"| {{{rewards|''None''}}}
|-
|-
|'''Rewards''' || {{{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
|-
|-
!colspan=2 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}}}
|width=50%|'''Previous'''<br>{{{previous|None}}}
|}
|wdith=50%|'''Next'''<br>{{{next|None}}}
|}
|}<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
}}