Template:Zone Prototype: Difference between revisions
Appearance
Created page with "<div class="zone-template"> <includeonly>{{DISPLAYTITLE:{{{zone_name}}}}}</includeonly> '''{{{mob_name|{{PAGENAME}}}}}''' {{#if:{{{zone_image|}}}|[[File:{{{zone_image}}}|thumb|{{{zone_name}}}]]|thumb|Image Needed}} <!-- ========================== OVERVIEW ========================== -->{{#if:{{{zone_intro|}}}| <div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;">Overview</div> <hr style="border: 0; border-top:..." |
No edit summary |
||
| Line 1: | Line 1: | ||
<div class="zone-template"> | <div class="zone-template"> | ||
<includeonly>{{DISPLAYTITLE:{{{zone_name}}}}}</includeonly> | <includeonly>{{DISPLAYTITLE:{{{zone_name}}}}}</includeonly> | ||
'''{{{ | '''{{{zone_name|{{PAGENAME}}}}}''' | ||
{{#if:{{{ | {{#if:{{{zone_map|}}}|[[File:{{{zone_map}}}|thumb|{{{zone_name}}}]]|[[File:Image_Placeholder.png|thumb|Map Image Needed]]}} | ||
<!-- | <!-- | ||
========================== | ========================== | ||
| Line 20: | Line 20: | ||
<hr style="border: 0; border-top: 1px solid #555;" /> | <hr style="border: 0; border-top: 1px solid #555;" /> | ||
<div style="margin-left: 1em;"> | <div style="margin-left: 1em;"> | ||
{{{connections}}} | {{#invoke:ListLinks|fromDelimited|1={{{connections}}}|delimiter=, }} | ||
}}</div><!-- | }}</div><!-- | ||
========================== | ========================== | ||
QUESTS | |||
========================== | ========================== | ||
-->{{#ifexpr:{{#ask:[[ | -->{{#if:{{{quests|}}}| | ||
<div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;"> | <div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;">Quests</div> | ||
<hr style="border: 0; border-top: 1px solid #555;" /> | |||
<div style="margin-left: 1em;"> | |||
{{#invoke:QuestLinks|fromDelimited|1={{{quests}}}|delimiter=, }} | |||
}}</div><!-- | |||
========================== | |||
RESOURCE NODES | |||
========================== | |||
-->{{#ifexpr:{{#ask:[[Category:Resource Nodes]][[Location::{{PAGENAME}}]]|format=count}} > 0| | |||
<div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;">Resource Nodes</div> | |||
<hr style="border: 0; border-top: 1px solid #555;" /> | <hr style="border: 0; border-top: 1px solid #555;" /> | ||
{{#ask: | {{#ask: | ||
[[ | [[Category:Resource Nodes]] | ||
[[Location::{{PAGENAME}}]] | |||
|format=ul | |format=ul | ||
}} | }} | ||
| Line 35: | Line 45: | ||
}}<!-- | }}<!-- | ||
========================== | ========================== | ||
NAMED MOBS | |||
========================== | ========================== | ||
-->{{#ifexpr:{{#ask:[[ | -->{{#ifexpr:{{#ask:[[Category:Named Mobs]][[Location::{{PAGENAME}}]]|format=count}} > 0| | ||
<div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;"> | <div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;">Named Mobs</div> | ||
<hr style="border: 0; border-top: 1px solid #555;" /> | <hr style="border: 0; border-top: 1px solid #555;" /> | ||
{{#ask: | {{#ask: | ||
[[ | [[Category:Named Mobs]] | ||
[[Location::{{PAGENAME}}]] | |||
|format=ul | |format=ul | ||
}} | }} | ||
| Line 47: | Line 58: | ||
}}<!-- | }}<!-- | ||
========================== | ========================== | ||
COMMON MOBS | |||
========================== | ========================== | ||
-->{{# | -->{{#ifexpr:{{#ask:[[Category:Mobs|+depth=0]][[Location::{{PAGENAME}}]]|format=count}} > 0| | ||
{{ | <div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;">Common Mobs</div> | ||
| | <hr style="border: 0; border-top: 1px solid #555;" /> | ||
}}}}<!-- | {{#ask: | ||
[[Category:Mobs|+depth=0]] | |||
[[Location::{{PAGENAME}}]] | |||
|format=ul | |||
}} | |||
</div> | |||
}}<!-- | |||
========================== | ========================== | ||
CATEGORIES | CATEGORIES | ||
========================== | ========================== | ||
--><includeonly>[[Category: | --><includeonly>[[Category:Zones]]</includeonly> | ||
<includeonly><div style="display:none"> | <includeonly><div style="display:none"> | ||
<span style="display:none">{{#default_form:Zone}}</span> | |||
<span style="display:none">{{#default_form: | |||
</div></includeonly> | </div></includeonly> | ||
