Difference between revisions of "Template:Test"

From Medivia Online Wiki
Tag: Manual revert
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#cargo_declare:
{{#cargo_declare:
  |table=HuntingSpots
  |fields=
    name=String,
    description=Text,
    level=Integer,
    exp=Integer,
    loot=Text,
    location=Text,
    monsters=Text,
    notes=Text,
    vocation=String,
    team=Integer,
    strategy=Text,
    strategy_warriors=Text,
    strategy_mages=Text,
    strategy_sorcerer=Text,
    strategy_cleric=Text,
    strategy_scouts=Text,
    strategy_team=Text
  }}
 
{{#cargo_store:
|table=HuntingSpots
|table=HuntingSpots
|name={{{name|}}}
|fields=
|description={{{description|}}}
  name=String,
|level={{{level|}}}
  description=Text,
|exp={{{exp|}}}
  level=Integer,
|loot={{{loot|}}}
  exp=Integer,
|location={{{location|}}}
  loot=Text,
|monsters={{{monsters|}}}
  location=Text,
|notes={{{notes|}}}
  monsters=Text,
|vocation={{{vocation|Any}}}
  notes=Text,
|team={{{team|0}}}
  vocation=String,
|strategy={{{strategy|}}}
  team=Integer,
|strategy_warriors={{{strategy_warriors|}}}
  strategy=Text
|strategy_mages={{{strategy_mages|}}}
|strategy_sorcerer={{{strategy_sorcerer|}}}
|strategy_cleric={{{strategy_cleric|}}}
|strategy_scouts={{{strategy_scouts|}}}
|strategy_team={{{strategy_team|}}}
}}
}}

Latest revision as of 14:48, 22 September 2025

Error: "table" cannot be used as a Cargo field name, because it is an SQL keyword.