User contributions for Ricewind
From Melvor Idle
21 July 2024
- 18:0118:01, 21 July 2024 diff hist +1,302 Module:FunList/Iterators Add SelectEnumerator
- 16:0716:07, 21 July 2024 diff hist −178 Module:FunList/Iterators No edit summary
- 16:0216:02, 21 July 2024 diff hist +48 Module:FunList/Iterators No edit summary
- 15:5515:55, 21 July 2024 diff hist +50 Module:FunList/Iterators No edit summary
- 15:5315:53, 21 July 2024 diff hist −38 Module:FunList/Iterators No edit summary
- 15:4915:49, 21 July 2024 diff hist −7 Module:FunList/Iterators No edit summary
- 15:4715:47, 21 July 2024 diff hist −413 Module:FunList/Iterators No edit summary
- 15:4315:43, 21 July 2024 diff hist +704 Module:FunList/Iterators No edit summary
- 15:2615:26, 21 July 2024 diff hist +551 Module:FunList/Iterators No edit summary
- 15:1515:15, 21 July 2024 diff hist 0 m Module:FunList/Iterators Ricewind moved page Module:FunList/StateMachine to Module:FunList/Enumerators without leaving a redirect
- 15:0115:01, 21 July 2024 diff hist +5 Module:FunList/Iterators No edit summary
- 14:5514:55, 21 July 2024 diff hist +848 N Module:FunList/Iterators Created page with "enumerable = {} local enumerable = {} local enumerable_mt = { __index = enumerable, __pairs = function(t) return t:overridePairs()end } function enumerable.new(tbl) local self = setmetatable({}, enumerable_mt) self.data = tbl self.current = nil self.index = nil return self end function enumerable:moveNext() -- Grab the next index for the internal table. local ix = self.index ix = next(self.data, ix) self.index = ix -- If the index exist, we have succ..."
- 12:4112:41, 21 July 2024 diff hist +30 Module:Items/ComparisonTables No edit summary
- 12:3812:38, 21 July 2024 diff hist +106 Module:Items/ComparisonTables Add N/A for attack speed column where the item isn't a weapon
- 12:3412:34, 21 July 2024 diff hist −2 Full Version No edit summary
20 July 2024
- 16:4516:45, 20 July 2024 diff hist −407 Module:LevelUpTable/Data Remove deprecated code current
- 16:3516:35, 20 July 2024 diff hist −369 Module:LevelUpTable/Data Use FunList module
- 15:5115:51, 20 July 2024 diff hist −1 Module:FunList Define metatable outside of ctor current
- 15:2415:24, 20 July 2024 diff hist +279 Module:FunList Add function overrides (as far as possible in Lua anyway) to first and firstordefault
- 14:3114:31, 20 July 2024 diff hist −108 Module:FunList toDictionary returns a table instead of a FL
- 14:1714:17, 20 July 2024 diff hist +140 Module:FunList Add custom iterator
19 July 2024
- 15:1215:12, 19 July 2024 diff hist +25 N Half Redirected to Signet Half via Special:SearchDigest current Tag: New redirect
- 15:1115:11, 19 July 2024 diff hist +36 N Nature blessing Redirected to Nature's Blessing Ring via Special:SearchDigest current Tag: New redirect
- 13:2413:24, 19 July 2024 diff hist −217 User:Ricewind/common.js Blanked the page current Tags: Blanking Manual revert
- 13:0913:09, 19 July 2024 diff hist −421 User:Ricewind/common.js No edit summary
- 13:0913:09, 19 July 2024 diff hist +73 User:Ricewind/common.js No edit summary
- 13:0713:07, 19 July 2024 diff hist +565 User:Ricewind/common.js No edit summary
- 12:4912:49, 19 July 2024 diff hist +2 Template:Otheruses No edit summary
- 12:4912:49, 19 July 2024 diff hist −34 Template:Otheruses No edit summary
- 12:4612:46, 19 July 2024 diff hist −30 Superheat V No edit summary current
- 12:4612:46, 19 July 2024 diff hist −29 Superheat IV No edit summary current
- 12:4612:46, 19 July 2024 diff hist −28 Superheat III No edit summary current
- 12:4612:46, 19 July 2024 diff hist −29 Superheat II No edit summary current
- 12:4512:45, 19 July 2024 diff hist −30 Superheat I No edit summary current
- 12:4412:44, 19 July 2024 diff hist −2 Template:Main No edit summary current
- 12:4212:42, 19 July 2024 diff hist +427 N Template:Main/doc Created page with "<templatedata> { "params": { "Reference": { "required": true, "description": "Name of a page or section within a page", "type": "string" }, "Name": { "description": "Name to display if not the same as Reference", "type": "string" } }, "paramOrder": [ "Reference", "Name" ], "description": "References the main page for a shorter page or section of a page.", "format": "inline" } </templatedata>" current
- 12:4212:42, 19 July 2024 diff hist −451 Template:Main No edit summary
- 12:4112:41, 19 July 2024 diff hist +3 Module:Hatnote No edit summary
- 12:3912:39, 19 July 2024 diff hist +12 Module:Hatnote No edit summary
- 12:3812:38, 19 July 2024 diff hist +539 N Module:Hatnote Created page with "local p = {} -- Produces standard hatnote text -- function p.hatnote(frame) local args = frame:getParent().args local s = args[1] if not s then return '<strong class="error">No text specified for hatnote</strong>' end return p._hatnote(s) end function p._hatnote(s) local hatnote = mw.html.create('div') hatnote:wikitext(s) :addClass('navigation-not-searchable') :css('margin', '0.5em 2em 1em 2em') :css(..."
- 00:0600:06, 19 July 2024 diff hist −117 Iridium Onyx Necklace Undo revision 77933 by Ricewind (talk) current Tag: Undo
- 00:0400:04, 19 July 2024 diff hist +117 Iridium Onyx Necklace No edit summary
17 July 2024
- 17:4417:44, 17 July 2024 diff hist −4 Module:Items/ComparisonTables No edit summary
- 17:3117:31, 17 July 2024 diff hist −245 Melee →Melee Equipment Stats
- 17:3017:30, 17 July 2024 diff hist +32 Melee →Weapons
- 17:2717:27, 17 July 2024 diff hist +7 Module:Items/ComparisonTables No edit summary
- 17:2517:25, 17 July 2024 diff hist −3 Module:Items/ComparisonTables No edit summary
- 17:2217:22, 17 July 2024 diff hist +10 Two-handed Weapons No edit summary
- 17:2117:21, 17 July 2024 diff hist −6 Module:Items/ComparisonTables No edit summary
- 17:2017:20, 17 July 2024 diff hist +251 Module:Items/ComparisonTables No edit summary