Jump to content

Template:Zone Prototype: Difference between revisions

From Drifters Almanac
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>
'''{{{mob_name|{{PAGENAME}}}}}'''
'''{{{zone_name|{{PAGENAME}}}}}'''
{{#if:{{{zone_image|}}}|[[File:{{{zone_image}}}|thumb|{{{zone_name}}}]]|[[File:Image_Placeholder.png|thumb|Image Needed]]}}
{{#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><!--
==========================
==========================
        DROPS       
        QUESTS         
==========================
==========================
-->{{#ifexpr:{{#ask:[[Dropped by::{{PAGENAME}}]]|format=count}} > 0|
-->{{#if:{{{quests|}}}|
<div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;">Drops</div>
<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:
[[Dropped by::{{PAGENAME}}]]
[[Category:Resource Nodes]]
[[Location::{{PAGENAME}}]]
|format=ul
|format=ul
}}
}}
Line 35: Line 45:
}}<!--
}}<!--
==========================
==========================
      HARVEST        
       NAMED MOBS     
==========================
==========================
-->{{#ifexpr:{{#ask:[[Harvested from::{{PAGENAME}}]]|format=count}} > 0|
-->{{#ifexpr:{{#ask:[[Category:Named Mobs]][[Location::{{PAGENAME}}]]|format=count}} > 0|
<div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;">Harvest</div>
<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:
[[Harvested from::{{PAGENAME}}]]
[[Category:Named Mobs]]
[[Location::{{PAGENAME}}]]
|format=ul
|format=ul
}}
}}
Line 47: Line 58:
}}<!--
}}<!--
==========================
==========================
          NOTES         
      COMMON MOBS     
==========================
==========================
-->{{#if:{{{notes|}}}|
-->{{#ifexpr:{{#ask:[[Category:Mobs|+depth=0]][[Location::{{PAGENAME}}]]|format=count}} > 0|
{{Notes
<div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;">Common Mobs</div>
|notes={{{notes|}}}
<hr style="border: 0; border-top: 1px solid #555;" />
}}}}<!--
{{#ask:
[[Category:Mobs|+depth=0]]
[[Location::{{PAGENAME}}]]
|format=ul
}}
</div>
}}<!--
==========================
==========================
         CATEGORIES         
         CATEGORIES         
==========================
==========================
--><includeonly>[[Category:Mobs]]</includeonly>
--><includeonly>[[Category:Zones]]</includeonly>
{{#if:{{{mob_family|}}}|[[Category:{{{mob_family}}} Mobs]]}}


<includeonly><div style="display:none">
<includeonly><div style="display:none">
[[Location::{{{zone|}}}]]
 
[[Mob family::{{{mob_family|}}}]]
<span style="display:none">{{#default_form:Zone}}</span>
[[Level (low)::{{{level_low|}}}]]
[[Level (high)::{{{level_high|}}}]]
[[Hit points (low)::{{{hit_points_low|}}}]]
[[Hit points (high)::{{{hit_points_high|}}}]]
<span style="display:none">{{#default_form:Mob}}</span>
</div></includeonly>
</div></includeonly>

Latest revision as of 18:58, 26 June 2025

Zone Prototype

Map Image Needed