From Afropedia.world
Revision as of 17:40, 20 April 2025 by Djehuti (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

local mt = {}

function mt.__index(t, k) return function(frame) local data = mw.loadData(k) for _,v in ipairs(frame.args) do data = data[v] end return data end end

return setmetatable({}, mt)