모듈:Data
From 더 스토리즈 대피소
Jump to navigation
Jump to search
이 모듈에 대한 설명문서는 모듈:Data/설명문서에서 만들 수 있습니다
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)
Cookies help us deliver our services. By using our services, you agree to our use of cookies.