Difference between revisions of "Form:HuntingSpotSearch"

From Medivia Online Wiki
 
(14 intermediate revisions by the same user not shown)
Line 3: Line 3:
{{{for template|HuntSearch}}}
{{{for template|HuntSearch}}}


<div class="hunt-form">
{| class="hunt-form"
|-
! Minimum Level
! Maximum Level
! Team Size
! Vocation
|-
| {{{field|min_level|input type=text|size=4|default=0}}}
| {{{field|max_level|input type=text|size=4|default=999}}}
| {{{field|team_size|input type=dropdown|values=All,Solo,Duo,Trio,Team|default=All|mandatory}}}
| {{{field|vocation|input type=dropdown|values=All,Knight,Archer,Mage,Druid,Novus|default=All|mandatory}}}
|}


  <div class="hunt-form-header">Search Hunting Spots</div>
  <div class="hunt-form-row">
    <span class="hunt-form-label">Minimum Level</span>
    {{{field|min_level|input type=text|size=4}}}
  </div>
  <div class="hunt-form-row">
    <span class="hunt-form-label">Location</span>
    {{{field|location|input type=text}}}
  </div>
  <div class="hunt-form-row">
    <span class="hunt-form-label">Monster contains</span>
    {{{field|monster|input type=text}}}
  </div>
  <div class="hunt-form-row">
    <span class="hunt-form-label">Team Size</span>
    {{{field|team_size|input type=dropdown|values=Solo,2-3,4-5,6+}}}
  </div>
  <div class="hunt-form-row">
    <span class="hunt-form-label">Vocation</span>
    {{{field|vocation|input type=dropdown|values=Knight,Druid,Sorcerer,Paladin}}}
  </div>
</div>
{{{end template}}}
{{{end template}}}
</includeonly>
</includeonly>

Latest revision as of 08:30, 12 January 2026