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)
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
| <div>Start</div> || {{{start|''None''}}}
|-
|-
|width=50%|'''Start'''
| <div>End</div> || {{{end|''None''}}}
|width=50%|{{{start|None}}}
|-
|-
|'''End''' || {{{end|None}}}
| <div>Prerequisites</div> || {{{prerequisites|''None''}}}
|-
|-
|'''Prerequisites''' || {{{prerequisites|None}}}
| <div>Location</div> || {{{value|''None''}}}
|-
|-
|'''Location''' || {{{location|None}}}
| <div>Rewards</div> || {{{rewards|''None''}}}
|-
|-
|'''Rewards''' || {{{rewards|None}}}
| <div>Other Info</div> || {{{other|''None''}}}
|-
|}
!colspan=2 class="infoboxname"|Quest Progression
|-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%|'''Previous'''<br>{{{previous|None}}}
|width=50%|'''Previous'''<br>{{{previous|None}}}
|wdith=50%|'''Next'''<br>{{{next|None}}}
|width=50%|'''Next'''<br>{{{next|None}}}
|}<noinclude>{{documentation}}
|}
 
|}
[[Category:Infobox templates]]</noinclude>
<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>

Revision as of 22:26, 27 March 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
}}