User contributions for 515797455988850689
Jump to navigation
Jump to search
25 November 2023
- 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
- 09:2509:25, 25 November 2023 diff hist −35 m Module:Table No edit summary current Tag: Manual revert
- 09:2409:24, 25 November 2023 diff hist +25,301 N Module:LibU Created page with "--------------------------------------------------------------------------------- -- LibU: The non-obstrusive version of LibraryUtil -- From MediaWiki source file -- and https://hypixel-skyblock.fandom.com/wiki/Module:LibraryUtil -- -- On import, this script does not expose all functions to the global table. -- List of functions: -- function: getCodeLocation(level) -- function: makeArgNumber(val) -- function: getParentName(level) [alias: getStackName] -- function: typeM..." current
- 09:2209:22, 25 November 2023 diff hist +13,873 N Module:MakeClass Created page with "--------------------------------------------------------------------------------- -- [Deprecated] Module:MakeClass -- -- This module is used to implement makeClass. Code was written by Thundercraft5. -- Deprecated: Please use Module:Class instead. -- ----------------[ CONTENTS ]----------------- -- The following list is all the functions this module houses. -- -- * function: isStaticClass(t: table) -- * function: isClass(t: table) -- * function: makeClass(constructo..."
- 09:2209:22, 25 November 2023 diff hist −7 m Module:Table No edit summary
- 09:2109:21, 25 November 2023 diff hist +42 m Module:Table No edit summary
- 09:1909:19, 25 November 2023 diff hist +63,283 N Module:Table Created page with "--------------------------------------------------------------------------------- -- Module:Table -- -- This module includes a number of functions for dealing with Lua tables. -- It is a meta-module, meant to be called from other Lua modules, and should -- not be called directly from {{#invoke:}}. -- ----------------[ CONTENTS ]----------------- -- The following list is all the functions this module houses. -- -- * function: merge(target: table, ...items: any)..."
- 09:1909:19, 25 November 2023 diff hist +79,670 N Template:UI/doc Created page with "{{Documentation subpage}} {{Lua|UI}} {{T|UI}} is a template used to create a generic UI. {{T|UIPage}} is a template used to transclude another UI page to your page with custom settings. {{Tc}} == UI Syntax == {{T|UI |title |... |arrow{{=}}arrow |close{{=}}close |id{{=}}id |return_id/goback_id{{=}}return_id |return_text/goback_text/goback{{=}}return_text |return_link/goback_link{{=}}return_link |hide{{=}}hide |fill{{=}}fill |defaultnolink/dnl{{=}}defaultnolink }} === P..." current
- 09:1809:18, 25 November 2023 diff hist +84 N Template:UI Created page with "<includeonly>{{#invoke:UI|ui}}</includeonly><noinclude>{{Documentation}}</noinclude>" current
- 09:1809:18, 25 November 2023 diff hist +22,583 N Module:UI Created page with "--<pre> -- Taken from: https://minecraft.gamepedia.com/Module:UI local getArgs = require('Module:Arguments').getArgs local mergeArgsSyntax = require('Module:Arguments').mergeArgsSyntax local loader = require('Module:Loader') local string, table, yesno, uiText, inventorySlot, crafting, Interface, random, mctxt = loader.lazy.require('String', 'Table', 'Yesno', 'UIText', 'Inventory slot', 'Crafting', 'UI/Core', 'Random', 'Mctxt') local slot = function(...) return invent..." current
- 09:1709:17, 25 November 2023 diff hist +16,312 N Module:Loader Created page with "local table, makeClass, libU = require('Module:Table'), require('Module:MakeClass'), require('Module:LibU') local require, pcall, type, _G, debug, mw = require, pcall, type, _G, debug, mw local checkType, checkArgs, assertTrue, assertFalse, makeCheckSelfFunction = libU.checkType, libU.checkArgs, libU.assertTrue, libU.assertFalse, libU.makeCheckSelfFunction local makeCheckSelfFunction, forEachArgs = libU.makeCheckSelfFunction, libU.forEachArgs local dpl, json local p =..." current
16 November 2023
- 13:3513:35, 16 November 2023 diff hist 0 File:AU November23 PM Election Map.png 515797455988850689 uploaded a new version of File:AU November23 PM Election Map.png current
- 10:3610:36, 16 November 2023 diff hist +33 m Template:Player No edit summary current
- 10:3510:35, 16 November 2023 diff hist +41 DS Devil No edit summary
- 10:3310:33, 16 November 2023 diff hist +2 m The Assembly of Antarctic Union No edit summary
- 09:2309:23, 16 November 2023 diff hist +76 Aurora:November 2023 Antarctic Union ministerial elections →Election for the Minister of Foreign Affairs
- 09:1909:19, 16 November 2023 diff hist +12 m Aurora:November 2023 Antarctic Union ministerial elections No edit summary
- 09:1809:18, 16 November 2023 diff hist −533 Aurora:November 2023 Antarctic Union ministerial elections →Results
- 09:1409:14, 16 November 2023 diff hist 0 File:AU November23 PM Election Map.png 515797455988850689 uploaded a new version of File:AU November23 PM Election Map.png
- 09:0909:09, 16 November 2023 diff hist +12 m Aurora:November 2023 Antarctic Union ministerial elections No edit summary
- 08:5308:53, 16 November 2023 diff hist +224 Aurora:November 2023 Antarctic Union ministerial elections No edit summary
- 08:5008:50, 16 November 2023 diff hist +82 N Template:Decrease Created page with "{{{size|11px}}}|alt={{{1|Decrease}}}|link=|{{{1|Decrease}}}" current
- 08:5008:50, 16 November 2023 diff hist 0 N File:Decrease2.png No edit summary current
- 08:4108:41, 16 November 2023 diff hist +82 N Category:SGSSI (Aurora) Created page with "This category is for all things related to SGSSI in Terra Aurora." current
- 08:4008:40, 16 November 2023 diff hist +91 m Template:SGSSI No edit summary
- 08:4008:40, 16 November 2023 diff hist +10 m Hymer George No edit summary current
- 08:4008:40, 16 November 2023 diff hist +10 m AKKIOSS No edit summary
- 08:3908:39, 16 November 2023 diff hist +10 m AdmiralArrow No edit summary
- 08:3908:39, 16 November 2023 diff hist +10 m Porbei No edit summary
- 08:3908:39, 16 November 2023 diff hist +10 m Aurora:New Southampton No edit summary
- 08:3908:39, 16 November 2023 diff hist +10 m Aurora:Montagu No edit summary