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 Dungeon"

From Power Master Wiki
Jump to navigationJump to search
m (12 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|{{PAGENAME}}}}}
! colspan="2" bgcolor="#A52A2A" style="border-radius: 15px;"| <font color=white>{{{title|{{PAGENAME}}}}}</font>
|-
|-
! 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"
|-style="vertical-align: top"
|
|
{| class="mw-collapsible mw-collapsed" style="width: calc(100% + 6px); margin: -3px;"
{| class="mw-collapsible mw-collapsed" style="width: calc(100% + 6px); margin: -3px;"
! colspan="2" class="infoboxname" {{!}} Dungeon Information <span style="font-size:70%; float:right;">
! colspan="2" bgcolor="#A52A2A" style="border-radius: 15px;"| <font color=white>Dungeon Information</font>
|-
|-
| '''Greater location''' || {{{location|''None''}}}
|-
|-
| '''Greater location''' || {{{location|''Unknown''}}}
| '''Connections''' || {{{connections|''None''}}}
|-
|-
| '''Connections''' || {{{connections|''Unknown''}}}
| '''Enemies''' || {{{enemies|''None''}}}
|-
|-
| '''Enemies''' || {{{enemies|''Unknown''}}}
| '''Appearances''' || {{{appearances|''None''}}}
|-
| '''Appearances''' || {{{appearances|''Unknown''}}}</span>
|}
|}
|}<noinclude>{{doc}}
|}<noinclude>Infobox for use on dungeon pages. For towns and other areas, use [[Template:Infobox Town]].
 
<pre><nowiki>
{{Infobox Dungeon
|title      = Name of the dungeon (example: Fora Temple)
|image      = Image file of the dungeon (example:[[File:Fora Temple.png|200px]]
|caption    = Caption (example: Fora Temple as it appears in [[Power Master 1: A Strange Journey]])
|location    = Greater world location the dungeon is found in (example: Land of Moneo)
|connections = Other areas the dungeon connects to (example: Fora Forest (exit))
|enemies    = List of enemies (example: Monster, Swordsman)
|appearances = Abbreviated games the dungeon appears in (example: [[Power Master 1: A Strange Journey|''PM1'']]
}}
</nowiki></pre>
[[Category:Infobox templates]]</noinclude>
[[Category:Infobox templates]]</noinclude>

Revision as of 02:36, 22 February 2019

Infobox Dungeon
No image yet
Dungeon Information
Greater location None
Connections None
Enemies None
Appearances None

Infobox for use on dungeon pages. For towns and other areas, use Template:Infobox Town.

{{Infobox Dungeon
|title       = Name of the dungeon (example: Fora Temple)
|image       = Image file of the dungeon (example:[[File:Fora Temple.png|200px]]
|caption     = Caption (example: Fora Temple as it appears in [[Power Master 1: A Strange Journey]])
|location    = Greater world location the dungeon is found in (example: Land of Moneo)
|connections = Other areas the dungeon connects to (example: Fora Forest (exit))
|enemies     = List of enemies (example: Monster, Swordsman)
|appearances = Abbreviated games the dungeon appears in (example: [[Power Master 1: A Strange Journey|''PM1'']]
}}