All public logs

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

Logs
  • 15:33, 30 September 2022 Couchor talk contribs created page Module:Organization (Created page with "local getArgs = require('Module:Arguments').getArgs local Flags = require('Module:Flags') local Organization = {} local VariablesLua = mw.ext.VariablesLua function Organization.main(frame) local args = getArgs(frame) -- Get all unique properties from Person templates properties = {} for key, value in ipairs (args) do local values = mw.text.jsonDecode(value) for key2, value2 in pairs ( values ) do if string.find(mw.text.jsonEncode(properties), '"' .. key2 ....")