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
  • 11:27, 29 August 2025 Sangodono talk contribs created page Module:Exists (Created page with "-- Module copied from the Genshin Impact wiki -- Revision as of 5-1-2023 local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentFirst = true, wrapper = {'Template:Exists'} }) return p._main(args) end function p._main(args) local page = args[1] or '' local trueResult = args[2] or args['then'] or '' local falseResult = args[3] or args['else'] or '' if (p.checkExists(page)) then return trueRe...")