Jump to content

Related changes

Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days

Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits | Show page categorization | Show Wikidata
Show new changes starting from 08:54, 8 December 2024 — Current number of entries: 8,251,528
 
Page name:
List of abbreviations:
D
Wikidata edit
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes
Temporarily watched page

8 December 2024

  • Deletion log 01:01 Theknightwho talk contribs deleted page Module:parameters/remove holes (Obsolete and orphaned module: content was: " -- A helper function that removes empty numeric indexes in a table, -- so that the values are tightly packed like in a normal Lua table. -- equivalent to require("Module:table").compressSparseArray return function(t) local highest = 0 for num, _ in pairs(t) do if type(num) == "number" and num > 0 and num < math.huge and math.floor(num) == num then highest = math.max(highest, num) end end local need_to_compress = false for i = 1, highest...)
  • Deletion log 00:50 Theknightwho talk contribs undeleted page Module:parameters/remove holes (3 revisions)
  • Deletion log 00:40 Theknightwho talk contribs deleted page Module:parameters/remove holes (Obsolete and orphaned module: content was: " -- A helper function that removes empty numeric indexes in a table, -- so that the values are tightly packed like in a normal Lua table. -- equivalent to require("Module:table").compressSparseArray return function(t) local highest = 0 for num, _ in pairs(t) do if type(num) == "number" and num > 0 and num < math.huge and math.floor(num) == num then highest = math.max(highest, num) end end local need_to_compress = false for i = 1, highest...)
  • diffhist Module:parameters 00:33 +272 Theknightwho talk contribs (When compressing holes, iterate only over the keys that are actually in the table instead of checking from 1 to the max index, as that's vulnerable to parameters with very high numbers.)

7 December 2024

6 December 2024

5 December 2024

4 December 2024

  • diffhist Module:languages 17:09 +888 Theknightwho talk contribs (Share the same metatable between all raw data, and only create data stacks when there is more than one raw data table, which drastically reduces the number of __index calls.)
  • diffhist Module:languages 00:23 +166 Theknightwho talk contribs (Add pairs and ipairs functions to the raw data returned by getRawData, and change loadInExtraData so that the extra data is integrated into the raw data when loaded. This makes getRawExtraData redundant, so remove it.)

3 December 2024

2 December 2024