All public logs

From AlternateWiki

Combined display of all available logs of AlternateWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 18:08, 20 May 2024 Tombricks talk contribs created page Module:GetJSON/2 (Created page with "local p = {} p.main = function(frame) local m = {} m.root = mw.loadJsonData(frame.args[1]) -- Function to split the key by "." local function splitKey(key) local keys = {} for subkey in string.gmatch(key, "([^%.]+)") do table.insert(keys, subkey) end return keys end -- Function to get the value from the nested table local function getValueByKeys(root, keys) local value = root...")