|
|
| (15 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>
| |
| <div class="hunt-form-field">
| |
| {{{field|min_level|input type=text|size=4}}}
| |
| </div>
| |
| </div>
| |
|
| |
| <div class="hunt-form-row">
| |
| <span class="hunt-form-label">Location</span>
| |
| <div class="hunt-form-field">
| |
| {{{field|location|input type=text}}}
| |
| </div>
| |
| </div>
| |
|
| |
| <div class="hunt-form-row">
| |
| <span class="hunt-form-label">Monster contains</span>
| |
| <div class="hunt-form-field">
| |
| {{{field|monster|input type=text}}}
| |
| </div>
| |
| </div>
| |
|
| |
| <div class="hunt-form-row">
| |
| <span class="hunt-form-label">Team Size</span>
| |
| <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">
| |
| <span class="hunt-form-label">Vocation</span>
| |
| <div class="hunt-form-field">
| |
| {{{field|vocation|input type=dropdown|values=Knight,Druid,Sorcerer,Paladin}}}
| |
| </div>
| |
| </div>
| |
|
| |
| </div>
| |
| {{{end template}}} | | {{{end template}}} |
| </includeonly> | | </includeonly> |