Difference between revisions of "Template:HuntingZone"

From Medivia Online Wiki
Line 30: Line 30:


   <div class="hunt-header-text">
   <div class="hunt-header-text">
     <div class="hunt-name">
     <div class="hunt-name">{{{name|Unknown hunting zone}}}</div>
      {{{name|Unknown hunting zone}}}
    </div>


     <div class="hunt-voc">
     <div class="hunt-voc">
Line 42: Line 40:
       {{#if:{{{knight|}}}{{{archer|}}}{{{druid|}}}{{{mage|}}}||?}}
       {{#if:{{{knight|}}}{{{archer|}}}{{{druid|}}}{{{mage|}}}||?}}


       {{#ifexpr: {{{premium|0}}} = 1 | <span class="hz-premium">Premium</span> | }}
       {{#ifexpr: {{{premium|0}}} = 1 | <span class="hz-pill hz-premium">Premium</span> | }}
     </div>
     </div>
   </div>
   </div>
Line 66: Line 64:
       <div class="stat-value">
       <div class="stat-value">
         {{#switch: {{{difficulty|}}}
         {{#switch: {{{difficulty|}}}
           |1=Very Easy
           |1=Very Easy|2=Easy|3=Normal|4=Hard|5=Very Hard
          |2=Easy
          |3=Normal
          |4=Hard
          |5=Very Hard
           |#default={{{difficulty|?}}}
           |#default={{{difficulty|?}}}
         }}
         }}
Line 80: Line 74:
       <div class="stat-value">
       <div class="stat-value">
         {{#switch: {{{loot|}}}
         {{#switch: {{{loot|}}}
           |1=High Waste
           |1=High Waste|2=Small Waste|3=Break even|4=Small Profit|5=High Profit
          |2=Small Waste
          |3=Break even
          |4=Small Profit
          |5=High Profit
           |#default={{{loot|?}}}
           |#default={{{loot|?}}}
         }}
         }}
Line 91: Line 81:
   </div>
   </div>
|}
|}
<div class="hz-details">
<div class="hz-details">
  <div class="hz-details-title">Details</div>
   <div class="hz-details-grid">
   <div class="hz-details-grid">
     {{#if: {{{requirements|}}} |
     {{#if: {{{requirements|}}} |
Line 122: Line 115:


     {{#if: {{{notes|}}} |
     {{#if: {{{notes|}}} |
       <div class="hz-row">
       <div class="hz-row hz-notes">
         <div class="hz-key">Notes</div>
         <div class="hz-key">Notes</div>
         <div class="hz-val">{{{notes}}}</div>
         <div class="hz-val">{{{notes}}}</div>

Revision as of 13:59, 11 January 2026



This template defines the table "HuntingSpots". View table. A replacement table has been generated for this table; View replacement table.

{{HuntingZone
 |background=
 |name=
 |minlevel=
 |maxlevel=
 |exp=
 |team=
 |knight=
 |archer=
 |druid=
 |mage=
 |loot=
 |difficulty=
 |premium=
 |requirements=
 |position=
 |monsters=
 |supplies=
 |notes=
}}