Difference between revisions of "Form:HuntingSpotSearch"

From Medivia Online Wiki
Line 3: Line 3:
{{{for template|HuntSearch}}}
{{{for template|HuntSearch}}}


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


  <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>

Revision as of 20:23, 22 September 2025