Difference between revisions of "Template:HuntSearch"

From Medivia Online Wiki
Line 11: Line 11:
   {{#if: {{{min_level|}}} | AND level >= {{{min_level}}} }}
   {{#if: {{{min_level|}}} | AND level >= {{{min_level}}} }}
   {{#if: {{{max_level|}}} | AND level <= {{{max_level}}} }}
   {{#if: {{{max_level|}}} | AND level <= {{{max_level}}} }}
  {{#if: {{{location|}}} | AND location LIKE '%{{{location}}}%' }}
  {{#if: {{{monster|}}} | AND monsters HOLDS '{{{monster}}}' }}
   {{#if: {{{team_size|}}} | AND team='{{{team_size}}}' }}
   {{#if: {{{team_size|}}} | AND team='{{{team_size}}}' }}
   {{#if: {{{vocation|}}} | AND vocation='{{{vocation}}}' }}
   {{#if: {{{vocation|}}} | AND vocation='{{{vocation}}}' }}

Revision as of 20:46, 22 September 2025

This is the 'HuntSearch' template. It should be called via the Form:HuntingSpotSearch form.