Main public logs

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
  • 15:29, 29 August 2025 ReinDevildom talk contribs created page Module:Tt (Created page with "local p = {} local lib = require('Module:Feature') function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentFirst = true, wrappers = { 'Template:Tt' } }) args[1] = args[1] or '<i>Missing text</i>' -- Return plain text if no tooltip given if lib.isEmpty(args[2]) then return args[1] end return p._main(args) end function p._main(args, options) local text = args[1] local tooltip = mw.text.decode(args[2], true) local out =...")