User contributions for 515797455988850689

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

(newest | oldest) View (newer 500 | ) (20 | 50 | 100 | 250 | 500)

4 March 2024

14 February 2024

13 February 2024

11 February 2024

10 February 2024

1 February 2024

25 January 2024

20 January 2024

13 January 2024

12 December 2023

10 December 2023

6 December 2023

4 December 2023

3 December 2023

27 November 2023

26 November 2023

25 November 2023

  • 10:3710:37, 25 November 2023 diff hist +8 m Module:Mw.ext.LuaCacheNo edit summary current
  • 10:3610:36, 25 November 2023 diff hist +2,195 N Module:Mw.ext.LuaCacheCreated 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 --..."
  • 10:3610:36, 25 November 2023 diff hist +7 m Module:VariablesLuaUtilNo edit summary current
  • 10:3610:36, 25 November 2023 diff hist +92 m Module:VariablesLuaUtilNo edit summary
  • 10:3510:35, 25 November 2023 diff hist −41 m Module:VariablesLuaUtilNo edit summary
  • 10:3510:35, 25 November 2023 diff hist +7 m Module:VariablesLuaUtilNo edit summary
  • 10:3510:35, 25 November 2023 diff hist +21,061 N Module:BinserCreated 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
  • 10:3410:34, 25 November 2023 diff hist +2,635 N Module:VariablesLuaUtilCreated 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..."
  • 10:3310:33, 25 November 2023 diff hist +2,296 N Module:VarsCacheMapCreated 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
  • 10:3310:33, 25 November 2023 diff hist +1,629 N Module:CacheCreated 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
  • 10:3310:33, 25 November 2023 diff hist +16,488 N Module:Potion/DataCreated 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
  • 10:3210:32, 25 November 2023 diff hist +1,999 N Module:Gemstone/DataCreated 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
  • 10:3210:32, 25 November 2023 diff hist +646 N Module:UIText/DataCreated 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
  • 10:3210:32, 25 November 2023 diff hist +2,662 N Module:LibraryUtilCreated 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
  • 10:3110:31, 25 November 2023 diff hist +9,073 N Module:UITextCreated 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
  • 10:3110:31, 25 November 2023 diff hist +5,353 N Module:Random/DependenciesCreated 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
  • 10:3110:31, 25 November 2023 diff hist +13,161 N Module:RandomCreated 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
  • 10:3010:30, 25 November 2023 diff hist +117,016 N Module:Bazaar/DataCreated 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
  • 10:3010:30, 25 November 2023 diff hist +1,410 N Module:Currency/DataCreated 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
  • 10:2910:29, 25 November 2023 diff hist +1,958 N Module:Color/DataCreated 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
  • 10:2910:29, 25 November 2023 diff hist +2,089 N Module:Color/AliasesCreated 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
  • 10:2910:29, 25 November 2023 diff hist +13,522 N Module:ColorCreated 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
  • 10:2810:28, 25 November 2023 diff hist +13,668 N Module:CurrencyCreated 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
  • 10:2810:28, 25 November 2023 diff hist +14,474 N Module:Inventory slotCreated 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
  • 10:2710:27, 25 November 2023 diff hist +1,093 N Module:YesnoCreated 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
  • 10:2710:27, 25 November 2023 diff hist +47,482 N Module:ClassCreated 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
  • 10:2610:26, 25 November 2023 diff hist 0 m Module:UI/Core515797455988850689 moved page Module:UI/core to Module:UI/Core without leaving a redirect current
  • 10:2610:26, 25 November 2023 diff hist +8,236 N Module:UI/CoreCreated 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..."
  • 10:2610:26, 25 November 2023 diff hist 0 m Module:MakeClassNo edit summary current
  • 10:2510:25, 25 November 2023 diff hist −35 m Module:TableNo edit summary current Tag: Manual revert
  • 10:2410:24, 25 November 2023 diff hist +25,301 N Module:LibUCreated 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
  • 10:2210:22, 25 November 2023 diff hist +13,873 N Module:MakeClassCreated 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..."
  • 10:2210:22, 25 November 2023 diff hist −7 m Module:TableNo edit summary
  • 10:2110:21, 25 November 2023 diff hist +42 m Module:TableNo edit summary
  • 10:1910:19, 25 November 2023 diff hist +63,283 N Module:TableCreated 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)..."
  • 10:1910:19, 25 November 2023 diff hist +79,670 N Template:UI/docCreated 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
  • 10:1810:18, 25 November 2023 diff hist +84 N Template:UICreated page with "<includeonly>{{#invoke:UI|ui}}</includeonly><noinclude>{{Documentation}}</noinclude>" current
  • 10:1810:18, 25 November 2023 diff hist +22,583 N Module:UICreated 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
  • 10:1710:17, 25 November 2023 diff hist +16,312 N Module:LoaderCreated 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

15 November 2023

14 November 2023

13 November 2023

11 November 2023

7 November 2023

6 November 2023

5 November 2023

4 November 2023

3 November 2023

30 October 2023

29 October 2023

28 October 2023

(newest | oldest) View (newer 500 | ) (20 | 50 | 100 | 250 | 500)