Changes
Jump to navigation
Jump to search
Module:Data
(view source)
Revision as of 02:34, 9 October 2018
205 bytes added
,
02:34, 9 October 2018
m
1 revision imported
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)
Sage
Bureaucrats
,
Administrators
1,828
edits
Navigation menu
Personal tools
Log in
Namespaces
Module
Discussion
Variants
Views
Read
View source
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
Special pages
Printable version