From Dark and Darker Wiki
This is the documentation page for Module:MergeSpells
Overview
Functions for Sorcerer's Merge Spells and their component spells
Functions
draw_merge_recipe
Draws a visual for the components that make up a given merge spell
Parameters
- merge_spell - 1st parameter - the name of the merge spell without spaces but capitalized properly, i.e. ElementalBolt
- debug_mode - optional, named parameter - true/false, defaults to false - true will output the raw wikitext, false will preprocess the wikitext
Example
With debug_mode on:
{{#invoke:MergeSpells|draw_merge_recipe|ElementalBolt|true}}
|
Elemental Bolt
|
Fire Arrow
|
Water Bolt
With debug_mode off:
{{#invoke:MergeSpells|draw_merge_recipe|ElementalBolt}}
|
Elemental Bolt
|
Fire Arrow
|
Water Bolt