Difference between revisions of "Template:HuntSearch"

From Medivia Online Wiki
(Created page with "{{#cargo_query: |tables=HuntingSpots |fields=name=Name, level=Level, notes=Notes, location=Location, exp=EXP, loot=Loot, monsters=Monsters, background=Image |where=1=1 {{#if:{{{min_level|}}}| AND level >= {{{min_level}}} }} {{#if:{{{location|}}}| AND location='{{{location}}}' }} {{#if:{{{monster|}}}| AND monsters HOLDS '{{{monster}}}' }} |format=template |template=HuntCard |named args=yes }}")
 
Line 1: Line 1:
{{#cargo_query:
{{#cargo_query:
  |tables=HuntingSpots
  |tables=HuntingSpots
  |fields=name=Name, level=Level, notes=Notes, location=Location, exp=EXP, loot=Loot, monsters=Monsters, background=Image
  |fields=name=Name, level=Level, location=Location, exp=EXP, loot=Loot, monsters=Monsters, background=Image
  |where=1=1
  |where=1=1
   {{#if:{{{min_level|}}}| AND level >= {{{min_level}}} }}
   {{#if: {{{min_level|}}} | AND level >= {{{min_level}}} }}
   {{#if:{{{location|}}}| AND location='{{{location}}}' }}
   {{#if: {{{location|}}}   | AND location HOLDS '{{{location}}}' }}
   {{#if:{{{monster|}}}| AND monsters HOLDS '{{{monster}}}' }}
   {{#if: {{{monster|}}}   | AND monsters HOLDS '{{{monster}}}' }}
  |format=template
  |format=template
  |template=HuntCard
  |template=HuntCard
  |named args=yes
  |named args=yes
}}
}}

Revision as of 19:48, 22 September 2025

Error: No field named "level" found for any of the specified database tables.