All public logs

Jump to navigation Jump to search

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

Logs
  • 21:40, 27 May 2024 PetraMagna talk contribs created page Module:Catnav (Created page with "local getArgs = require('Module:Arguments').getArgs local p = {} function p.main(frame) local args = getArgs(frame) return p._main(args) end function p.make_cat(name) return "" .. name .. "" end function p._main(args) local length = 0 for k, v in pairs(args) do length = length + 1 end local result = "" if length == 1 then result = p.cat(args[1]) elseif length == 2 then result = p.make_link(args[1]) .. " and " .. p.make_link(...")