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).
- 11:35, 29 August 2025 Sangodono talk contribs created page Module:Yesno (Created page with "-- <nowiki> --- Yesno module for processing of boolean-like wikitext input. -- -- It works similarly to the Yesno Wikipedia -- template. This module is a consistent Lua interface for wikitext -- input from templates. -- -- Wikitext markup used by MediaWiki templates only permit -- string parameters like `"0"`, `"yes"`, `"no"` etc. As Lua -- has a boolean primitive type, Yesno converts this -- wikitext into boolean output for Lua t...")
- 11:34, 29 August 2025 Sparda0 talk contribs created page User:Spardaaaaaaaaaaaa (Created page with "Boo") Tag: 2017 source edit
- 11:34, 29 August 2025 Sangodono talk contribs created page Template:Source (Created page with "<includeonly> {{#if:{{{noheader|}}}||;Source}} {{#if:{{{link2|}}}|<ul><!-- --><li>[{{{link1|{{{link|{{{1|}}}}}}}}} {{#if:{{{label1|{{{label|{{{2|}}}}}}}}}|{{{label1|{{{label|{{{2|}}}}}}}}}|Source 1}}]</li><!-- --><li>[{{{link2}}} {{#if:{{{label2|}}}|{{{label2|}}}|Source 2}}]</li><!-- -->{{#if:{{{link3|}}}|<li>[{{{link3}}} {{#if:{{{label3|}}}|{{{label3|}}}|Source 3}}]</li>}}<!-- --></ul>|[{{{link1|{{{link|{{{1|}}}}}}}}} {{#if:{{{label1|{{{label|{{{2|}}}}}}}}}|{{{label1|{{...") Tag: 2017 source edit
- 11:33, 29 August 2025 Sangodono talk contribs created page Template:Column (Created page with "<includeonly><div class="columntemplate" {{#if:{{{colwidth|}}}|style="-moz-column-width:{{{colwidth}}};-webkit-column-width:{{{colwidth}}};column-width:{{{colwidth}}};"|{{#if:{{{1|}}}|style="-moz-column-count:{{{1}}};-webkit-column-count:{{{1}}};column-count:{{{1}}}}};"}}>{{{2}}}</div></includeonly><noinclude>{{Documentation|type=Design}}</noinclude>") Tag: 2017 source edit
- 11:31, 29 August 2025 Sangodono talk contribs created page Template:Replace (Created page with "<includeonly>{{#invoke:Replace|main}}</includeonly><noinclude>{{Documentation}}</noinclude>") Tag: 2017 source edit
- 11:30, 29 August 2025 Sangodono talk contribs created page Module:Replace (Created page with "-- Module copied from the Genshin Impact wiki -- Revision as of 1-11-2024 local p = {} local ie = require('Module:Feature').isEmpty function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentFirst = true, wrapper = { 'Template:Replace' } }) return p._main(args) end function p._main(args) local inputString = args[1] or nil local search = args[2] or args.s1 or nil local replace = args[3] or args.r1 or '' -- argument validation if...")
- 11:30, 29 August 2025 Sangodono talk contribs performed unknown action "templateclassification/tc-changed" on Template:Exists
- 11:28, 29 August 2025 Sangodono talk contribs created page Template:Exists (Created page with "<includeonly>{{#invoke:Exists|main}}</includeonly><noinclude>{{Documentation}}</noinclude>") Tag: 2017 source edit
- 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...")
- 11:25, 29 August 2025 Sangodono talk contribs created page Template:Array (Created page with "<includeonly>{{#invoke:Array|main}}</includeonly><noinclude>{{Documentation}}</noinclude>") Tag: 2017 source edit
- 11:23, 29 August 2025 Sangodono talk contribs created page Module:Array (Created page with "local p = {} local lib = require('Module:Feature') function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { wrapper = { 'Template:Array' } }) --mw.logObject(args,'args') --debug return p._main(args, frame) end function p._main(args, frame) local arrayString = args[1] or nil local separator = args[2] or args.delim or nil local form = args[3] or args['format'] or nil local join = args[4] or args.join or '' local dedupe = args['dedupe']...")
- 11:22, 29 August 2025 Sangodono talk contribs created page Module:Feature (Created page with "-- Module copied from the Genshin Impact wiki -- Revision as of 11-10-2024 --- Miscellaneous useful functions. local lib = {} local util = require('libraryUtil') local checkType = util.checkType local checkTypeMulti = util.checkTypeMulti local NIL_OK = true --- Choose one of two values to return. -- @param {boolean} cond Determines which value to return. -- @param T The value to return if `cond` is true (or truthy). -- @param F The value to return if `cond` is false...")
- 11:21, 29 August 2025 Sangodono talk contribs created page Module:Arguments (Created page with "-- based on https://dev.fandom.com/wiki/Module:Arguments?oldid=160378 --- Arguments invocation argument extractor for Scribunto modules. -- It is intended for use by other Lua modules, and should not be -- called from an invocation (`#invoke`) directly. -- -- This module supports the following features: -- * Trimming and blank argument removal. -- * Argument inheritance between child and parent frames. -- * Argument extraction for external modules and console...")
- 11:20, 29 August 2025 Sangodono talk contribs created page Module:I18n (Created page with "--- I18n library for message storage in Lua datastores. -- The module is designed to enable message separation from modules & -- templates. It has support for handling language fallbacks. This -- module is a Lua port of I18n-js and i18n modules that can be loaded -- by it are editable through I18nEdit. -- -- @module i18n -- @version 1.4.0 -- @require Module:Entrypoint -- @require Module:Fallbacklist -- @author [[Use...")
- 11:19, 29 August 2025 Sangodono talk contribs created page Module:Fallbacklist (Created page with "-- Language fallback rules for other Lua modules. -- @see https://commons.wikimedia.org/wiki/Module:Fallbacklist -- @release 2017-01-01T20:33:00.000Z -- @submodule return { -- crh (Crimean Tatar) cluster: crh-cyrl , crh-latn -> crh (Crimean Tatar) ['crh'] = {'crh-latn'}, ['crh-cyrl'] = {'crh', 'ru'}, ['crh-latn'] = {'crh'}, -- de (German) cluster: ['als'] = {'gsw', 'de'}, -- Alemannisch...")
- 11:19, 29 August 2025 Sangodono talk contribs created page Module:Entrypoint (Created page with "--- Entrypoint templating wrapper for Scribunto packages. -- The module generates an entrypoint function that can execute Scribunto -- package calls in the template context. This allows a package to support -- both direct and template invocations. -- -- @script entrypoint -- @release stable -- @author 8nml -- @param {table} package Scribunto package. -- @error[85] {string} 'you must specify...")
- 10:46, 29 August 2025 Sparda0 talk contribs moved page Kiana Kaslana to Kiana
- 09:34, 29 August 2025 919dd talk contribs protected File:Site-community-image [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Upload=Allow only administrators] (indefinite) (Theme designer protected image) (hist)
- 09:34, 29 August 2025 919dd talk contribs protected File:Site-favicon.ico [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Upload=Allow only administrators] (indefinite) (Theme designer protected image) (hist)
- 09:34, 29 August 2025 919dd talk contribs created page File:Site-community-image
- 09:34, 29 August 2025 919dd talk contribs created page File:Site-favicon.ico
- 09:34, 29 August 2025 919dd talk contribs uploaded File:Site-community-image
- 09:34, 29 August 2025 919dd talk contribs uploaded File:Site-favicon.ico
- 09:32, 29 August 2025 919dd talk contribs created page User:919dd (Created page with "{{w:User:919dd}}")
- 09:28, 29 August 2025 919dd talk contribs created page MediaWiki:Fandomdesktop.css (Created page with "Import Caching: @import url("/load.php?mode=articles&articles=MediaWiki:Colors.css&only=styles"); @import "/load.php?mode=articles&articles=u:dev:MediaWiki:BalancedDiscord.css&only=styles"; @import "/load.php?mode=articles&articles=u:dev:MediaWiki:BalancedSearch.css&only=styles"; @import "/load.php?mode=articles&articles=u:dev:MediaWiki:InterlanguageFlags.css&only=styles"; @import "/load.php?mode=articles&articles=u:dev:MediaWiki:BalancedComments.css&only=styles"; /...")
- 09:27, 29 August 2025 919dd talk contribs created page MediaWiki:Colors.css (Created page with "Light Theme Colors: :root .theme-fandomdesktop-light, :root .theme-fandommobile-light { * CustomTabs Colors *: --theme-accent-color--rgba: 71, 202, 178; #47cab2: --custom-tabs-active-color: var(--theme-page-text-color); * Theme Colors *: --theme-color-1: #47cab2; Accent Theme Color: --theme-color-2: #268473; Accent Theme Color - Secondary: --theme-color-3: #2b272b; Dark Background: --theme-color-4: #cecece; /*...")
- 09:18, 29 August 2025 919dd talk contribs uploaded a new version of File:Site-background-light
- 09:18, 29 August 2025 919dd talk contribs uploaded a new version of File:Site-background-dark
- 09:11, 29 August 2025 919dd talk contribs uploaded a new version of File:Site-background-dark
- 09:06, 29 August 2025 919dd talk contribs protected File:Site-logo.png [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Upload=Allow only administrators] (indefinite) (Theme designer protected image) (hist)
- 09:06, 29 August 2025 919dd talk contribs created page File:Site-logo.png
- 09:06, 29 August 2025 919dd talk contribs uploaded File:Site-logo.png
- 08:56, 29 August 2025 Chilli Crab talk contribs created page Bunmareen (Created page with "Bunmareen is an upcoming Anima in Honkai: Nexus Anima. ==Description== Beneath the waves, Bunmareen glows with the luminescence of a jellyfish, yet usually dwells on shore.") Tag: 2017 source edit
- 08:51, 29 August 2025 Chilli Crab talk contribs created page MediaWiki:Custom-RcGcDw (Created page with "1410903878513463328") Tag: 2017 source edit
- 08:50, 29 August 2025 Chilli Crab talk contribs changed group membership for 919dd: granted administrator (zhongba is cool)
- 08:40, 29 August 2025 Chilli Crab talk contribs changed group membership for Ravenjade2: granted administrator (Corvo is cool)
- 08:32, 29 August 2025 Chilli Crab talk contribs created page Taileep (Created page with "Taileep is an upcoming Anima in Honkai: Nexus Anima. ==Description== Taileep's whimsical mischief makes it irresistibly charming. Even those it tricks find themselves torn between frustration and fondness, for it can always find a way to pry open the locks guarding the most precious of things.") Tag: 2017 source edit
- 08:24, 29 August 2025 Chilli Crab talk contribs created page Puddlipup (Created page with "Puddlipup is an upcoming Anima in Honkai: Nexus Anima. ==Description== This soft, bouncy pudding-pup Anima often gets flattened under the pressures of life. Clever humans use this fact to give themselves a bit of a boost, bouncing high into the sky.") Tag: 2017 source edit
- 08:16, 29 August 2025 ReverieCode talk contribs changed group membership for AkitaNeru: revoked bureaucrat and administrator
- 08:10, 29 August 2025 ReverieCode talk contribs changed group membership for Chilli Crab: granted administrator and bureaucrat (Adopting wiki)
- 17:33, 3 May 2025 MrXiu talk contribs created page Honkai: Nexus Anima (Created page with "'''Honkai: Nexus Anima''' is a turn-based RPG developed and published by MiHoYo. ==References== {{reflist}}") Tag: 2017 source edit
- 17:31, 3 May 2025 MrXiu talk contribs created page Kiana Kaslana (Created page with "{{Stub}} {{Upcoming}} {{CharacterTabs}} {{Character Infobox | image1 = <gallery> Character Kiana Kaslana Splash Art.png|Splash Art Character Kiana Kaslana Game.png|In Game </gallery> <!--Playable Character Information--> | type = | element = | path = | rarity = <!--Character Information--> | real_name = | sex = | affiliation = | nameCN = | nameJP = | nameKR = <!--Titles--> | title = | title2 = <!--Voice Actors--> | vaEN = | vaCN = | vaJP = | vaKR = }}...") Tag: 2017 source edit
- 17:30, 3 May 2025 MrXiu talk contribs created page Blade (Created page with "{{Stub}} {{Upcoming}} {{CharacterTabs}} {{Character Infobox | image1 = <gallery> Character Blade Splash Art.png|Splash Art Character Blade Game.png|In Game </gallery> <!--Playable Character Information--> | type = | element = | path = | rarity = <!--Character Information--> | real_name = | sex = | affiliation = | nameCN = | nameJP = | nameKR = <!--Titles--> | title = | title2 = <!--Voice Actors--> | vaEN = | vaCN = | vaJP = | vaKR = }} Blade is a play...") Tag: 2017 source edit
- 20:52, 26 April 2025 FANDOMbot talk contribs protected File:Site-background-dark [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Upload=Allow only administrators] (indefinite) (Theme designer protected image) (hist)
- 20:52, 26 April 2025 FANDOMbot talk contribs protected File:Site-background-light [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Upload=Allow only administrators] (indefinite) (Theme designer protected image) (hist)
- 20:52, 26 April 2025 AkitaNeru talk contribs created page File:Site-background-dark
- 20:52, 26 April 2025 AkitaNeru talk contribs created page File:Site-background-light
- 20:52, 26 April 2025 AkitaNeru talk contribs uploaded File:Site-background-dark
- 20:52, 26 April 2025 AkitaNeru talk contribs uploaded File:Site-background-light
- 20:52, 26 April 2025 FANDOMbot talk contribs created page Template:StructuredQuote (Updated default StructuredQuote template. See https://community.fandom.com/wiki/Help:Structured_Quotes for more details.)