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
(Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="connec...")
 
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<infobox>
{| 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;"
  <title source="title1">
|-
    <default>{{PAGENAME}}</default>
! colspan="2" bgcolor="#A52A2A" style="border-radius: 15px;"| <font color=white>{{{title|{{PAGENAME}}}}}</font>
  </title>
|-
  <image source="image1">
! colspan="2" | {{{image|''No image yet''<includeonly>[[Category:Infoboxes lacking images]]</includeonly>}}}{{#if:{{{caption|}}} | <br>''{{{caption}}}'' }}
    <caption source="caption1"/>
|-style="vertical-align: top"
  </image>
|
  <data source="connections">
{| class="mw-collapsible mw-collapsed" style="width: calc(100% + 6px); margin: -3px;"
    <label>Connections</label>
! colspan="2" bgcolor="#A52A2A" style="border-radius: 15px;"| <font color=white>Dungeon Information</font>
  </data>
|-
  <data source="enemies">
| bgcolor="#D2B48C" style="border-top-left-radius: 15px;"|'''Greater location'''
    <label>Enemies</label>
| bgcolor="#D2B48C" style="border-top-right-radius: 15px;"| {{{location|''None''}}}
  </data>
|-
  <data source="appears_in">
| '''Connections''' || {{{connections|''None''}}}
    <label>Appears in</label>
|-
  </data>
| bgcolor="#D2B48C" style="border-bottom-left-radius: 15px;"|'''Enemies'''
</infobox>
| bgcolor="#D2B48C" style="border-bottom-right-radius: 15px;"| {{{enemies|''None''}}}
<noinclude>
|}
Example usage:<pre>
|}<noinclude>Infobox for use on dungeon pages. For towns and other areas, use [[Template:Infobox Town]].
{{Dungeon
<pre><nowiki>
|title1=Example
{{Infobox Dungeon
|image1=Example
|title      = Name of the dungeon (example: Fora Temple)
|caption1=Example
|image      = Image file of the dungeon (example:[[File:Fora Temple.png|200px]]
|connections=Example
|caption    = Caption (example: Fora Temple as it appears in [[Power Master 1: A Strange Journey]])
|enemies=Example
|location    = Greater world location the dungeon is found in (example: Land of Moneo)
|appears_in=Example
|connections = Other areas the dungeon connects to (example: Fora Forest (exit))
|enemies    = List of enemies (example: Monster, Swordsman)
}}
}}
</pre>
</nowiki></pre>
</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)
}}