Related changes
Appearance
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.
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
- diffhist Module:alternative forms 02:47 −3 Theknightwho talk contribs (Change to allow_holes, since it needs to be possible to have script requests etc.)
- diffhist Module:alternative forms 02:42 +268 Theknightwho talk contribs (Change the list so that empty parameters are allowed, but actual holes are not, and check for the empty string when looking for the gap between terms and labels.)
- 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...)
- diffhist Module:parameter utilities 00:57 +11 Theknightwho talk contribs (Bugfix.)
- 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:math 00:36 +18 Surjection talk contribs
- diffhist Module:math 00:35 0 Surjection talk contribs
- diffhist m Module:math 00:33 +61 Surjection talk contribs
- 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.)
- diffhist m Module:math 00:30 0 Surjection talk contribs
- diffhist Module:math 00:30 +1,476 Surjection talk contribs
7 December 2024
- diffhist Module:parameter utilities 23:56 +52 Theknightwho talk contribs (Add note about abusive inputs.)
- diffhist Module:parameters 23:07 +451 Theknightwho talk contribs (More sophisticated checking of number inputs.)
- diffhist Module:math 22:15 +314 Theknightwho talk contribs (Add is_finite_real_number().)
- diffhist Module:pages 21:35 0 Theknightwho talk contribs (Apply that to templates as well.)
- diffhist Module:parameters 20:36 +257 Theknightwho talk contribs (Do the same for the strict flag for the title type.)
- diffhist Module:interproject 20:19 −21 Theknightwho talk contribs (Remove old method flag.)
- diffhist Module:parameters 20:18 +853 Theknightwho talk contribs (Stricter handling of the "method" flag for languages, families and scripts, and use the "fallback" flag for WM languages instead.)
- diffhist Module:interproject 19:56 +17 Theknightwho talk contribs (Use fallback flag rather than method flag for WM lang parameters.)
- diffhist Module:parameters 19:07 +16 Theknightwho talk contribs (Correct docs for boolean.)
- diffhist Module:yesno 19:05 +116 Theknightwho talk contribs (Optimise.)
- diffhist Module:parameters 18:32 −70 Theknightwho talk contribs (Remove uncapitalised type, which was retained for the transition.)
- diffhist Module:interproject 18:28 0 Theknightwho talk contribs ("Wikimedia language" as a parameter type is now capitalised, for consistency with the type given by WM language objects.)
- diffhist Module:parameters 18:27 +49 Theknightwho talk contribs (Capitalise "Wikimedia language" as a parameter type, for consistency with the type given by WM language objects.)
- diffhist Module:parameters 17:51 −455 Theknightwho talk contribs (Use iterateList in Module:table.)
- diffhist Module:table 17:36 +195 Theknightwho talk contribs (Add iterateList.)
- diffhist m Module:fun 16:47 −18 Theknightwho talk contribs (Consistent variable names.)
- diffhist Module:parameters 15:21 +3,096 Theknightwho talk contribs (Load external functions on demand, and track cases with the type "number" that aren't positive integers.)
- diffhist m Module:maintenance category 07:37 −383 Benwing2 talk contribs (not correct; Reverted edits by Benwing2. If you think this rollback is in error, please leave a message on my talk page.) Tag: Rollback
- diffhist Module:pages 07:34 +73 Benwing2 talk contribs (documentation pages that are testcase pages should be categorized as 'module testcase page' not 'module documentation page')
- diffhist Module:maintenance category 07:28 +383 Benwing2 talk contribs (add '/testcases' to text triggering hidden error category and generalize code to check for this) Tag: Reverted
6 December 2024
- diffhist Module:languages 22:50 +74 Theknightwho talk contribs (Comments.)
- diffhist Module:languages 22:44 +844 Theknightwho talk contribs (Account for data in the extra language data modules in the getData() method. Also localise some variables.)
- diffhist Module:languages 19:02 −565 Theknightwho talk contribs (Merge addDefaultTypes into finalizeData.)
- diffhist Module:languages 18:57 −12 Theknightwho talk contribs (Bugfix issue with exceptional codes.)
- diffhist Module:languages 18:22 −46 Theknightwho talk contribs (Optimisation for getDataModuleName.)
- diffhist Module:languages 18:21 +535 Theknightwho talk contribs (Call makeObject in Module:families (where appropriate) from getByCode instead of makeObject in this module, which avoids the need to check the type field in the data.)
- diffhist Module:languages/data/3/u 14:58 −1 Theknightwho talk contribs (finalizeData now takes the type in the singular (to lay the groundwork for merging addDefaultTypes into finalizeData).)
- diffhist Module:languages/data/3/n 14:55 −1 Theknightwho talk contribs (finalizeData now takes the type in the singular (to lay the groundwork for merging addDefaultTypes into finalizeData).)
- diffhist Module:languages/data/3/m 14:55 −1 Theknightwho talk contribs (finalizeData now takes the type in the singular (to lay the groundwork for merging addDefaultTypes into finalizeData).)
- diffhist Module:languages/data/3/l 14:55 −1 Theknightwho talk contribs (finalizeData now takes the type in the singular (to lay the groundwork for merging addDefaultTypes into finalizeData).)
- diffhist Module:languages/data/3/i 14:54 −1 Theknightwho talk contribs (finalizeData now takes the type in the singular (to lay the groundwork for merging addDefaultTypes into finalizeData).)
- diffhist Module:languages/data/3/c 14:52 −1 Theknightwho talk contribs (finalizeData now takes the type in the singular (to lay the groundwork for merging addDefaultTypes into finalizeData).)
- diffhist Module:languages/data/3/a 14:51 −1 Theknightwho talk contribs (finalizeData now takes the type in the singular (to lay the groundwork for merging addDefaultTypes into finalizeData).)
- diffhist Module:languages/data/2 14:50 −1 Theknightwho talk contribs (finalizeData now takes the type in the singular (to lay the groundwork for merging addDefaultTypes into finalizeData).)
- diffhist Module:scripts/data 14:47 −1 Theknightwho talk contribs (finalizeData now takes the type in the singular (to lay the groundwork for merging addDefaultTypes into finalizeData).)
- diffhist Module:languages 14:45 +52 Theknightwho talk contribs (finalizeData now takes the type in the singular (to lay the groundwork for merging addDefaultTypes into finalizeData).)
- diffhist Module:languages 13:00 −25 Theknightwho talk contribs (Remove unnecessary field from finalizeData.)
- diffhist Module:languages 11:56 +333 Theknightwho talk contribs (Add comment.)