Module:auto cat/languages: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

7 August 2023

  • curprev 10:4310:43, 7 August 2023Maria talk contribs 1,302 bytes +1,302 Created page with "local export = {} local function get_language_and_label(title) local find_by_name = require("Module:languages").find_by_name local language, label local words = mw.text.split(title, " ") for i = 1, #words do name = table.concat(words, " ", 1, i) label = table.concat(words, " ", i + 1) language = find_by_name(name) if language then break end end return language, label end local function process_cat_templates(cat_templates, language) if cat_templates ==..."