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
 
(8 intermediate revisions by 2 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="2" class="infoboxname" | {{{title|{{PAGENAME}}}}}
! colspan="2" bgcolor="#A52A2A" style="border-radius: 15px;"| <font color=white>{{{title|{{PAGENAME}}}}}</font>
|-
|-
{{#if: {{{image|}}} | ! colspan="2" {{!}} {{{image}}} | ! colspan="2" {{!}} ''No image yet''{{#ifeq: {{NAMESPACE}} | Template | | <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="#A52A2A" style="border-radius: 15px;"| <font color=white>Dungeon Information</font>
|-
|-
{{#if: {{{location|}}} | {{!}} <div>Greater location</div> {{!!}} {{{location}}} }}
| bgcolor="#D2B48C" style="border-top-left-radius: 15px;"|'''Greater location'''
| bgcolor="#D2B48C" style="border-top-right-radius: 15px;"| {{{location|''None''}}}
|-
|-
{{#if: {{{connections|}}} | {{!}} <div>Connections</div> {{!!}} {{{connections}}} }}
| '''Connections''' || {{{connections|''None''}}}
|-
|-
{{#if: {{{enemies|}}} | {{!}} <div>Enemies</div> {{!!}} {{{enemies}}} }}
| bgcolor="#D2B48C" style="border-bottom-left-radius: 15px;"|'''Enemies'''
|-
| bgcolor="#D2B48C" style="border-bottom-right-radius: 15px;"| {{{enemies|''None''}}}
{{#if: {{{appearances|}}} | {{!}} <div>Appearances</div> {{!!}} {{{appearances}}} }}
|}
|}<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)
}}
</nowiki></pre>
[[Category:Infobox templates]]</noinclude>
[[Category:Infobox templates]]</noinclude>

Latest revision as of 23:41, 5 September 2019

Infobox Dungeon
No image yet
Dungeon Information
Greater location None
Connections None
Enemies 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)
}}