Difference between revisions of "Form:HuntingSpotSearch"

From Medivia Online Wiki
(Created page with "<noinclude> This is the 'HuntingSpotSearch' query form. It is used via the special 'run query' page. </noinclude> <includeonly> {{{info|query form at top}}} {{{for template|HuntSearch}}} Enter filters below; leave blank to match everything. {| class="formtable" ! Minimum Level: | {{{field|min_level|input type=text|size=4}}} |- ! Location: | {{{field|location|input type=text}}} |- ! Monster contains: | {{{field|monster|input type...")
 
Line 7: Line 7:
{{{info|query form at top}}}
{{{info|query form at top}}}
{{{for template|HuntSearch}}}
{{{for template|HuntSearch}}}
Enter filters below; leave blank to match everything.
<div class="hunt-form">


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

Revision as of 20:20, 22 September 2025

This is the 'HuntingSpotSearch' query form. It is used via the special 'run query' page.