Module talk:labels/utilities
මාතෘකාවක් එක්කරන්නAppearance
oldid | date/time | username | edit summary |
---|---|---|---|
78430614 | 2024-03-10T22:52:08Z | Benwing2 | add edit links to displayed labels for categories |
78430060 | 2024-03-10T21:17:43Z | Benwing2 | Benwing2 moved page [[Module:labels/ancillary]] to [[Module:labels/utilities]]: Standardize name |
76550996 | 2023-11-03T03:31:38Z | Benwing2 | more comment fixes |
76550988 | 2023-11-03T03:28:42Z | Benwing2 | comment fixes |
76550984 | 2023-11-03T03:26:52Z | Benwing2 | fix comments |
76550978 | 2023-11-03T03:25:59Z | Benwing2 | fix comments |
76550720 | 2023-11-03T02:01:36Z | Benwing2 | avoid global var |
76316524 | 2023-10-12T02:08:24Z | Benwing2 | support sense categories; remove get_labels_categorizing() |
76312148 | 2023-10-11T06:46:07Z | Benwing2 | further generalize to include regional and plain categories; add a help message indicating how to add the label also for umbrella categories |
76311103 | 2023-10-11T00:54:39Z | Benwing2 | generalize for POS categories, add get_labels_categorizing() |
76301676 | 2023-10-09T22:37:44Z | Benwing2 | [[User:Chuck Entz]] when errors detected, throw them only for the top-level categories beginning in 'All ...', otherwise just skip the bad label, to avoid a flood of errors |
76301600 | 2023-10-09T22:21:27Z | Benwing2 | add error about badly aliased label |
76297825 | 2023-10-09T08:12:02Z | Benwing2 | Created page with "local export = {} local labels_module = "Module:labels" function export.find_labels_for_topic(topic, lang) local function ucfirst(txt) return mw.getContentLanguage():ucfirst(txt) end topic = ucfirst(topic) local topic_labels_found = {} local prev_modules_labels_found = {} local this_module_labels_found local submodules_to_check = require(labels_module).get_submodules(lang) for _, submodule_to_check in ipairs(submodules_to_check) do if this_module_labels_f..." |
Start a discussion about Module:labels/utilities
Talk pages are where people discuss how to make content on Wiktionary the best that it can be. You can use this page to start a discussion with others about how to improve Module:labels/utilities.