Main public logs

Jump to navigation Jump to search

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

Logs
  • 20:07, 29 August 2025 Mattk4355 talk contribs created page Module:User List (Created page with "local p = {} local lib = require('Module:Feature') function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentFirst = true, wrapper = { 'Template:User List' } }) assert(args[1],'Users must be given') local Users = lib.split(args[1],';;') local sep = args.sep or false local out = mw.html.create() if not sep then out = mw.html.create('ul') end for i,U in ipairs(Users) do if sep then if i ~= 1 then out:wikitext(sep) end...")