Module:Spell

From Kronopolis and the Flat Plane
Revision as of 16:26, 23 February 2023 by Wioum (talk | contribs)

Usage

  • {{#invoke:spell|list|domain=}}
  • {{#invoke:spell|list|category=}}

local p = {}

function p.getDomainList(domain)
    p.directory = "Json/Spell/Domain/"
    p.data = mw.loadJsonData(p.directory .. domain)
end

return p;