Module:Spell

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

Usage

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

local p = {}

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

return p