Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Main public logs

More actions

Combined display of all available logs of Mine in Abyss. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 21:41, 11 May 2026 NIK220V talk contribs created page Module:Mob (Created page with "local p = {} -- Load the data from the database module using mw.loadData for caching efficiency local db = mw.loadData('Module:Mob/Aliases') function p.main(frame) -- Get arguments from either the module call or the parent template local args = frame:getParent().args local mobName = args[1] or frame.args[1] if not mobName or mobName == "" then return "<strong class='error'>Error: Please specify a mob name.</strong>" end local mob = db[...")