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).
- 22:32, 29 August 2025 AkitaNeru talk contribs created page Module:Rubi (Created page with "local p = {} local param = { rpStart = "rpStart", rpEnd = "rpEnd", } function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentFirst = true, wrappers = { 'Template:Rubi' }, }) return p._main(args) end function p._main(args) local ruby = mw.html.create('ruby') if args.large then ruby:addClass('rubi-large') end if args.center then ruby:addClass('rubi-center') end function mobileTag(ruby, text) if text then ruby:tag('rp')...")