Main public logs

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

Logs
  • 10:37, 26 September 2025 Raven talk contribs created page Module:Ikiusu (Created page with "local p = {} function p.main(frame) local args = frame:getParent().args local word = args[1] local options = {} for i = 2, #args do options[args[i]] = true end options.image = args.image local langs = {} local lang_list = {} for k, v in pairs(args) do if type(k) == "string" then local lang, param = k:match "([^-]*)-(.*)" if lang then if not langs[lang] then table.insert(lang_list, lang) end langs[lang] = langs[lang] if tonumber(...")