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
  • 16:52, 15 May 2024 Tombricks talk contribs created page Module:GetJSON (Created page with "local p = {}; p.main = function( frame ) local m = {} m.root = mw.loadJsonData(p.args[1]) if m.root[p.args[2]] ~= nil then return m.root[p.args[2]] else if p.args[3] ~= nil then return p.args[3] else return "" end end end return p --All modules end by returning the variable containing their functions to Wikipedia. -- Now we can use this module by calling {{#invoke: Example | hello }}, -- {{#invoke: Example | hello_to | foo }}...")