Difference between revisions of "Template:Test"

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