User contributions for 515797455988850689
Jump to navigation
Jump to search
27 November 2023
- 20:3520:35, 27 November 2023 diff hist −16 m AdmiralArrow No edit summary
- 20:3420:34, 27 November 2023 diff hist −38 m Template:SGSSI No edit summary current
- 19:5719:57, 27 November 2023 diff hist −27 m Template:Antarctic Union No edit summary
- 19:5619:56, 27 November 2023 diff hist −60 Aurora:SGSSI No edit summary
26 November 2023
- 07:4007:40, 26 November 2023 diff hist +78 m Aurora:SGSSI No edit summary
- 07:4007:40, 26 November 2023 diff hist +13 m Aurora:Troll No edit summary current
- 07:3907:39, 26 November 2023 diff hist +130 m Aurora:East Antarctica No edit summary current
- 07:3907:39, 26 November 2023 diff hist +13 m Aurora:Antarctica (Nation) No edit summary current
- 07:3907:39, 26 November 2023 diff hist +13 m Aurora:ColdLand No edit summary
- 07:3807:38, 26 November 2023 diff hist +91 m Aurora:South Pole (Nation) No edit summary
- 07:3807:38, 26 November 2023 diff hist +13 m Aurora:Antarctica (Town) No edit summary current
- 07:3807:38, 26 November 2023 diff hist −91 m Aurora:October 2023 Antarctic Union ministerial elections Undo revision 234693 by 515797455988850689 (talk) current Tag: Undo
- 07:3707:37, 26 November 2023 diff hist +39 m Aurora:September 2023 Antarctic Union prime ministerial election No edit summary
- 07:3707:37, 26 November 2023 diff hist +26 m Aurora:24th of August 2023 Antarctic Union prime ministerial election No edit summary current
- 07:3707:37, 26 November 2023 diff hist +26 m Aurora:Davis-Avalon-Verglas Ice Highway No edit summary
- 07:3607:36, 26 November 2023 diff hist +123 Template:Antarctic Union No edit summary
- 07:3307:33, 26 November 2023 diff hist +91 m Aurora:October 2023 Antarctic Union ministerial elections No edit summary
- 07:3207:32, 26 November 2023 diff hist +39 m Aurora:Prime Minister of Polar Republic No edit summary
- 07:3207:32, 26 November 2023 diff hist +91 m Aurora:October 2023 Antarctic Union ministerial elections No edit summary
- 07:3207:32, 26 November 2023 diff hist +39 m Aurora:Ministers of Antarctic Union No edit summary current
- 07:3007:30, 26 November 2023 diff hist 0 m Aurora:Antarctic Union 515797455988850689 moved page Aurora:Antarctic Union to Aurora:Antarctic Union (Meganation)
25 November 2023
- 09:3709:37, 25 November 2023 diff hist +8 m Module:Mw.ext.LuaCache No edit summary current
- 09:3609:36, 25 November 2023 diff hist +2,195 N Module:Mw.ext.LuaCache Created page with "local LuaCache = {} local php -- Use binser to serialize Lua values for the cache -- Note that attempting to serialize a function will raise because loadstring -- and dump are disabled. local binser = require 'binser' -- This function is called by Scribunto to load the module function LuaCache.setupInterface() -- Clear setupInterface so this isn't loaded twice LuaCache.setupInterface = nil -- Store the mw_interface global php = mw_interface mw_interface = nil --..."
- 09:3609:36, 25 November 2023 diff hist +7 m Module:VariablesLuaUtil No edit summary current
- 09:3609:36, 25 November 2023 diff hist +92 m Module:VariablesLuaUtil No edit summary
- 09:3509:35, 25 November 2023 diff hist −41 m Module:VariablesLuaUtil No edit summary
- 09:3509:35, 25 November 2023 diff hist +7 m Module:VariablesLuaUtil No edit summary
- 09:3509:35, 25 November 2023 diff hist +21,061 N Module:Binser Created page with "-- binser.lua --[[ Copyright (c) 2016 Calvin Rose Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following co..." current
- 09:3409:34, 25 November 2023 diff hist +2,635 N Module:VariablesLuaUtil Created page with "-- Code from: https://lol.fandom.com/wiki/Module:VarsUtil -- Helper module for accessing https://www.mediawiki.org/wiki/Extension:VariablesLua local yesno = require ('Module:Yesno') local binser = require('binser') -- included with install of mw.ext.LuaCache local VariablesLua = mw.ext.VariablesLua local p = {} function p.getVar(var) local val = VariablesLua.var(var) if val == '' then return nil end return val end function p.getBool(var) local val = p.getVar(va..."
- 09:3309:33, 25 November 2023 diff hist +2,296 N Module:VarsCacheMap Created page with "local util_vars = require('Module:VariablesLuaUtil') local makeClass = require('Module:Class') require('Module:LibraryUtil') local cache = require('mw.ext.LuaCache') local p = {} local lang = mw.getLanguage('en') local Cache = makeClass "Cache" function Cache.prototype:constructor(attrs) checkType(1, attrs, 'table', true) attrs = attrs or {} self.prefix = attrs.prefix self.dataModule = attrs.dataModule return self end function Cache.prototype:makeKey(local..." current
- 09:3309:33, 25 November 2023 diff hist +1,629 N Module:Cache Created page with "local varsCacheMap = require('Module:VarsCacheMap') local util_cache = require('Module:CacheUtil') local p = {} -- Inventory slot local INVSLOT_PREFIX = 'invslot_02_'--don't index number unless cache has gone to complete hell; don't change this variable unless you know what you're doing please p.invslotCache = varsCacheMap.create({ prefix=INVSLOT_PREFIX, dataModule='Inventory slot/Datasheet' }) local SLOT_ALIASES_PREFIX = 'slotaliases_04_' p.slotAliasesCache = varsCac..." current
- 09:3309:33, 25 November 2023 diff hist +16,488 N Module:Potion/Data Created page with "--[[ Quick Copy: ['Name'] = { maxLevel = #, color = 'Color', ttColor = '#', desc = 'Desc', basedesc = 'Desc', -- find its description in the collection menu (if exist), or create it on your own vars = { {99, 99, 99, 99, 99, 99, 99, 99, 99}, }, ingredients = { [1]='Thing', [3]='Enchanted Thing', [5]='Enchanted Something Thing', ['9text']='wikitext', basePotion='name of potion if not Awkward Potion', basePotionUsedForLevel=true }, rarity = {'C', 'C',..." current
- 09:3209:32, 25 November 2023 diff hist +1,999 N Module:Gemstone/Data Created page with "local slots = { -- Normal Slots ['ruby'] = { icon="❤", color="#F55", colorClass="red", ttColor="&c", slotName="Ruby" }, ['amethyst'] = { icon="❈", color="#A0A", colorClass="dark_purple", ttColor="&5", slotName="Amethyst" }, ['jade'] = { icon="☘", color="#5F5", colorClass="green", ttColor="&a", slotName="Jade" }, ['sapphire'] = { icon="✎", color="#5FF", colorClass="aqua", ttColor="&b", slotName="Sapphire" }, ['amber'] = { icon="⸕", color="#FA0", colorClass..." current
- 09:3209:32, 25 November 2023 diff hist +646 N Module:UIText/Data Created page with "-- Please make use of get functions from Module:UIText to get this page's data. -- For rarity/stat colors/characters, please use get functions from Module:RarityTier and Module:Statname local conversions = { black = '0', dark_blue = '1', dark_green = '2', dark_aqua = '3', dark_red = '4', dark_purple = '5', gold = '6', gray = '7', dark_gray = '8', blue = '9', green = 'a', aqua = 'b', red = 'c', light_purple = 'd', yellow = 'e', white = 'f', -- Non-color..." current
- 09:3209:32, 25 November 2023 diff hist +2,662 N Module:LibraryUtil Created page with "--------------------------------------------------------------------------------- -- From MediaWiki source file -- and https://hypixel-skyblock.fandom.com/wiki/Module:LibraryUtil -- -- On import, this script exposes all functions to the global table (_G) -- so that the following functions are accessible everywhere solely through the function name: -- function: getCodeLocation(level) -- function: makeArgNumber(val) -- function: getParentName(level) [alias: getStackName]..." current
- 09:3109:31, 25 November 2023 diff hist +9,073 N Module:UIText Created page with "--Get Required Modules local getArgs = require('Module:Arguments').getArgs local loader = require('Module:Loader') local string, table, lu, yesno, stats, statAliases, rarityTier, zones = loader.lazy.require('String', 'Table', 'LibraryUtil', 'Yesno', 'Statname', 'Statname/Aliases', 'RarityTier', 'Zone') local potionData, potionAliases, enchantData, enchantAliases, rarityData, rarityAliases, colorAliases, uitextdata, gemstonedata, zoneData = loader.lazy.loadData('Potio..." current
- 09:3109:31, 25 November 2023 diff hist +5,353 N Module:Random/Dependencies Created page with "-------------------------------------------------------------------- -- This module sub-page contains dependencies for `Module:Random` ------------Attributions ------------ -- Some Functions were taked from `Module:List` and `Module:TableTools` at `en.wikipedia.org` -------------------------------------------------------------------- local libUtil = require('libraryUtil') local checkType = libUtil.checkType local floor = math.floor local infinity = math.huge local..." current
- 09:3109:31, 25 November 2023 diff hist +13,161 N Module:Random Created page with "-------------------------------------------------------------------- -- This module contains a number of functions that make use of random numbers. ------------Attributions ------------ -- This module was taken from `Module:TableTools` at `en.wikipedia.org`. -- and modified for use on this wiki -------------------------------------------------------------------- local cfg = {} -------------------------------------------------------------------------------------- -..." current
- 09:3009:30, 25 November 2023 diff hist +117,016 N Module:Bazaar/Data Created page with "-- <pre> return { ['last_updated']=1700901000, ['products_count']=1278, ['products']={ ['ABSOLUTE_ENDER_PEARL']={ buy=11304.8, sell=10559.6, prev={ { buy=11304.7, sell=10597.1 } } }, ['ACACIA_BIRDHOUSE']={ buy=996897.4, sell=756060.4, prev={ { buy=996897.9, sell=743384.5 } } }, ['AGARIMOO_TONGUE']={ buy=10568.9, sell=9442.8, prev={ { buy=10568.5, sell=9442.7 } } }, ['AMALGAMATED_CRIMSONITE']={ buy=0, sell=0, prev={ { buy=0, sell=0 } } }, ['AMALGAMATED_CRIMSO..." current
- 09:3009:30, 25 November 2023 diff hist +1,410 N Module:Currency/Data Created page with "return { coins = { name = 'coin', destPage = 'Coins', color = 'Gold', tooltipcolor = '&6', images = { { 'Coins', lim=9 }, { 'Coins (Gold)', lim=99 }, { 'Coins (Diamond)', lim=999 }, { 'Coins (Emerald)', lim=1999 }, { 'Coins (Redstone)', lim=4999 }, { 'Coins (Lapis)' }, } }, bits = { name = 'Bit', destPage = 'Bits', color = 'Aqua', tooltipcolor = '&b', placeholder = 'Enchanted Diamond', }, gems = { name = 'SkyBlock Gem', de..." current
- 09:2909:29, 25 November 2023 diff hist +1,958 N Module:Color/Data Created page with "-- Tooltips colors are not defined here. Please check Module:UIText/Data. local colorClasses = { --Minecraft Vanilla ['black'] = 'color-black', ['dark_blue'] = 'color-dark_blue', ['dark_green'] = 'color-dark_green', ['dark_aqua'] = 'color-dark_aqua', ['dark_red'] = 'color-dark_red', ['dark_purple'] = 'color-dark_purple', ['gold'] = 'color-gold', ['gray'] = 'color-gray', ['dark_gray'] = 'color-dark_gray', ['blue'] = 'color-blue', ['green'] = 'color-green'..." current
- 09:2909:29, 25 November 2023 diff hist +2,089 N Module:Color/Aliases Created page with "return { ['bl']='black', ['blk']='black', ['blck']='black', ['black']='black', ['db']='dark_blue', ['drkblu']='dark_blue', ['drk_blu']='dark_blue', ['darkblue']='dark_blue', ['dark_blue']='dark_blue', ['dg']='dark_green', ['drkgrn']='dark_green', ['drk_grn']='dark_green', ['darkgreen']='dark_green', ['dark_green']='dark_green', ['da']='dark_aqua', ['drkaqu']='dark_aqua', ['drk_aqu']='dark_aqua', ['darkaqua']='dark_aqua', ['dark_aqua']='dark_aqua'..." current
- 09:2909:29, 25 November 2023 diff hist +13,522 N Module:Color Created page with "--NOTE: For Tooltip Colors, please use Module:UIText local p = {} local getArgs = require('Module:Arguments').getArgs local string = require('Module:String') local table = require('Module:Table') local yesno = require('Module:Yesno') local libU = require('Module:LibU') local aliases = mw.loadData('Module:Color/Aliases') local colorData = mw.loadData('Module:Color/Data') ----------------------------------------------------------------------------- -- Category:Single C..." current
- 09:2809:28, 25 November 2023 diff hist +13,668 N Module:Currency Created page with "-- <pre> local p = {} local loader = require('Module:Loader') local getArgs = require('Module:Arguments').getArgs local string, table, yesno, colorMdl = loader.require('String', 'Table', 'Yesno', 'Color') local currencyData, bazaarData = loader.loadData('Currency/Data', 'Bazaar/Data') local formatNum, shorten, toNumber = string._formatNum, string._formatShortNum, string._toNumber local lang = mw.language.getContentLanguage() -----------------------------------------..." current
- 09:2809:28, 25 November 2023 diff hist +14,474 N Module:Inventory slot Created page with "------------------------------------------------------------ -- Initially taken from: https://minecraft.gamepedia.com/Module:Inventory_slot ------------------------------------------------------------ local p = {} local getArgs = require('Module:Arguments').getArgs local loader = require('Module:Loader') local string, table, yesno, currency, random, uitext, cache = loader.require('String', 'Table', 'Yesno', 'Currency', 'Random', 'UIText', 'Cache') local slotAliases =..." current
- 09:2709:27, 25 November 2023 diff hist +1,093 N Module:Yesno Created page with "--<pre> -- Function allowing for consistent treatment of boolean-like wikitext input. -- -- Based on <https://en.wikipedia.org/wiki/Module:Yesno> -- see page history there for contributors local list_t = { true, 'true', 't', 'tru', 'yes', 'y', 'on', 'valid', '1', 1 } local list_f = { false, 'false', 'f', 'no', 'n', 'not', 'off', '0', 0 } local function contains(array, value) for i=1,#array do if array[i] == value t..." current
- 09:2709:27, 25 November 2023 diff hist +47,482 N Module:Class Created page with "local p = {} local helpers = {} local util = {} local classMtFuncs = {} local staticMtFuncs = {} local protoMtFuncs = {} local classCount = 0 _G._DEBUG = _G.DEBUG or false local _DEBUG = _G._DEBUG local getmetatable, setmetatable, string, table, select, error, ipairs, pairs, tostring, type, rawget, rawset, next, unpack = getmetatable, setmetatable, string, table, select, error, ipairs, pairs, tostring, type, rawget, rawset, next, unpack local tinsert = table.insert loca..." current
- 09:2609:26, 25 November 2023 diff hist 0 m Module:UI/Core 515797455988850689 moved page Module:UI/core to Module:UI/Core without leaving a redirect current
- 09:2609:26, 25 November 2023 diff hist +8,236 N Module:UI/Core Created page with "local loader = require('Module:Loader') local makeClass, yesno, inventorySlot, random = loader.require('Class', 'Yesno', 'Inventory slot', 'Random') local colorData = loader.loadData('Color/Data') local slot = inventorySlot.slot local fillmode = function(s) if s == 'border' then -- all valid fill modes here return s else return yesno(s, true) end end local backslashSubstitute = function(s) -- substitute every '\<char>' but those that have special meaning for t..."
- 09:2609:26, 25 November 2023 diff hist 0 m Module:MakeClass No edit summary current