Difference between revisions of "Template:LocationPane"

From Aether Story Community Wiki
Jump to: navigation, search
Line 1: Line 1:
<div class="sidePane" style="float:right; min-width: 300px; margin-left: 20px; border: 1px #CCC solid; background-color: #DDD; padding: 10px;">
+
<div class="sidePane" style="float:right; min-width: 300px; margin-left: 20px; border: 1px #CCC solid; background-color: #fff; padding: 10px;">
 
<div style="font-weight: bold; text-align: center;">{{{name}}}</div>
 
<div style="font-weight: bold; text-align: center;">{{{name}}}</div>
 
[[Image:{{{img}}}|center|250px]]
 
[[Image:{{{img}}}|center|250px]]
<table>
+
{|class = "wikitable"
<tr>
+
|+
<th>Zone:</th><td>{{{zone}}}</td>
+
!Zone:  
</tr>
+
|{{{zone}}}
<tr>
+
|-
<th>Levels:</th><td>{{{levels}}}</td>
+
!Levels:
</tr>
+
|{{{levels}}}
<tr>
+
|-
<th>Patch Added:</th><td>{{{patch_added}}}</td>
+
!Patch Added:
</tr>
+
|{{{patch_added}}}
<tr>
+
|-
<th style="vertical-align: top;">Points of Interest:</th><td>
+
!Points of Interest:
{{{poi}}}
+
|{{{poi}}}
</td>
+
|-
</tr>
+
!Neighboring:
<tr>
+
|{{{neighboring}}}
<th style="vertical-align: top;">Neighboring:</th><td>
+
|}
{{{neighboring}}}
 
</td>
 
</tr>
 
</table>
 
</div>
 

Revision as of 03:37, 8 July 2021

{{{name}}}

[[Image:{{{img}}}|center|250px]]

Zone: {{{zone}}}
Levels: {{{levels}}}
Patch Added: {{{patch_added}}}
Points of Interest: {{{poi}}}
Neighboring: {{{neighboring}}}