All public logs
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).
- 22:06, 4 March 2024 Maria talk contribs deleted page Module:affix (content was: "local export = {} local m_languages = require("Module:languages") local m_links = require("Module:links") local is_delimiter = { ["-"] = true, ["·"] = true, } function export.show(frame) local function is_infix(word) return is_delimiter[mw.ustring.sub(word, 1, 1)] and is_delimiter[mw.ustring.sub(word, -1)] end local function is_prefix(word) return is_delimiter[mw.ustring.sub(word, -1)] end local function is_suffix(word) return is_delimiter[mw.ustring.sub(word,...")