All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Laenkea. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:04, 6 August 2023 Maria talk contribs created page Module:auto cat (Created page with "local export = {} local function get_language(title) local find_by_name = require("Module:languages").find_by_name local language local words = mw.text.split(title, " ") for i = 1, #words do name = table.concat(words, " ", 1, i) language = find_by_name(name) if language then break end end return language end return export")