Jump to content

Template:Race: Difference between revisions

From Utopia Game
Created page with "{{#cargo_declare: _table = races, race = String, bonuses = Text, penalties = Text, unique = String, spells = List (String) }}"
 
No edit summary
Line 1: Line 1:
{{#cargo_declare:
{{#cargo_declare:
  _table = races,
_table = races,
  race = String,
race = String,
  bonuses = Text,
bonuses = Text,
  penalties = Text,
penalties = Text,
  unique = String,
unique = String,
  spells = List (String)
spells = List (String)
}}
}}

Revision as of 12:28, 6 November 2025

Error: Table name "races,
race = String,
bonuses = Text,
penalties = Text,
unique = String,
spells = List (String)" contains whitespaces. Whitespaces of any kind are not allowed; consider using underscores ("_") instead.