Related changes
Appearance
← buxa
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
9 December 2024
- diffhist Module:headword 09:27 +183 Benwing2 talk contribs (temporary code to throw error if 'pre' or 'pro' is encountered as POS alias)
- diffhist Module:labels/data 05:24 −77 This, that and the other talk contribs (remove "numeronym" per RFDO Category talk:Numeronyms by language)
- diffhist hole 02:59 +27 Shmoobalizer talk contribs (→Pronunciation) Tags: Mobile edit Mobile web edit
- diffhist Module:headword/data 00:05 +79 Benwing2 talk contribs (add 'pref' = prefix, 'suf' = suffix as POS aliases)
8 December 2024
- diffhist Module:headword 23:03 +91 Benwing2 talk contribs (add tracking for 'pro' = pronoun)
- diffhist Module:headword 22:58 +166 Benwing2 talk contribs (addt tracking for alias 'pre')
- diffhist Module:headword/data 22:52 +115 Benwing2 talk contribs (add 'compadj', 'supadj' as aliases, FIXME about 'pre')
- diffhist Module:headword/templates 22:50 −67 Benwing2 talk contribs (use canonicalize_pos() in Module:headword)
- diffhist Module:headword 22:47 +470 Benwing2 talk contribs (add canonicalize_pos() for canonicalizing part-of-speech aliases and pluralizing appropriately)
- Protection log 21:22 Surjection talk contribs changed protection settings for Template:rfe/dowork [Edit=Allow only template editors and administrators] (indefinite) [Move=Allow only template editors and administrators] (indefinite) (hist)
- 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: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
- 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: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: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: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: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 -t 12:51 +119 Adam78 talk contribs (→Usage notes: + see also)
- 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:families 18:07 −43 Theknightwho talk contribs (Remove comment.)
- diffhist Module:families 16:34 +18 Theknightwho talk contribs (Also add _fullCode field.)
- diffhist Module:etymology languages/data 15:10 −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/exceptional 15:00 −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/v 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/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/s 14:57 −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/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).)