Difference between revisions of "Template:LocationPane"
Vitvitcher (talk | contribs) |
|||
| (23 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | <div style="float:right; min-width: 300px; margin-left: 20px; border: 1px #CCC solid; background-color: # | + | <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]] | ||
| − | + | {|class = "wikitable center" style="width:300px" | |
| − | + | |+ | |
| − | + | !Zone: | |
| − | + | |{{{zone}}} | |
| − | + | |- | |
| − | + | !Levels: | |
| − | + | |{{{levels}}} | |
| − | + | |- | |
| − | + | !Patch Added: | |
| − | + | |{{{patch_added}}} | |
| − | + | |- | |
| − | + | !Points of Interest: | |
| − | + | | | |
| − | + | {{{poi}}} | |
| + | |- | ||
| + | !Neighboring: | ||
| + | | | ||
| + | {{{neighboring}}} | ||
| + | |- | ||
| + | |} | ||
</div> | </div> | ||
| + | |||
| + | <noinclude> | ||
| + | ==Here is a template for copying== | ||
| + | |||
| + | <pre>{{LocationPane | ||
| + | |img = | ||
| + | |name = | ||
| + | |zone = | ||
| + | |patch_added = | ||
| + | |levels = | ||
| + | |poi = <!--Add * before each location if you want to add multiple locations (you have to write each location from a new line)--> | ||
| + | |neighboring = <!--Add * before each location if you want to add multiple locations (you have to write each location from a new line)--> | ||
| + | }}</pre> | ||
| + | </noinclude> | ||
Latest revision as of 18:27, 13 August 2021
{{{name}}}
[[Image:{{{img}}}|center|250px]]
| Zone: | {{{zone}}} |
|---|---|
| Levels: | {{{levels}}} |
| Patch Added: | {{{patch_added}}} |
| Points of Interest: |
{{{poi}}} |
| Neighboring: |
{{{neighboring}}} |
Here is a template for copying[edit]
{{LocationPane
|img =
|name =
|zone =
|patch_added =
|levels =
|poi = <!--Add * before each location if you want to add multiple locations (you have to write each location from a new line)-->
|neighboring = <!--Add * before each location if you want to add multiple locations (you have to write each location from a new line)-->
}}