Template:SpellName

From Noita Wiki
Jump to navigation Jump to search


This template substitutes a spell's name, based on its' ID. The ID must be an exact match for those found in the Spells cargo table.

Example 1:
{{SpellName|BUCKSHOT}}
Result:

Triplicate Bolt

Example 2:
[[{{SpellName|BUCKSHOT}}]]
Example 3:
[[{{SpellName|SPELL_ID_THAT_WILL_NEVER_EXIST}}]]
Result:

SPELL_ID_THAT_WILL_NEVER_EXIST

Example 4:
[[{{SpellName}}]]
Result:

[[]]

Useful Links