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).
- 19:58, 5 August 2023 Maria talk contribs created page Module:affix (Created page with "local export = {} local get_by_code = require("Module:languages").get_by_code local make_link = require("Module:links").make_link function export.show(frame) local args = (frame:getParent() and frame:getParent().args) or frame.args local lang = args[1] local out = {} local i = 2 while args[i] do local i_lang = args["l" .. (i-1)] or lang table.insert(out, make_link{ ["link_type"] = "mention", ["code"] = i_lang, ["word"] = args[i], ["display"] = args[...")