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).

Logs
  • 12:38, 5 August 2023 Maria talk contribs created page Module:links (Created page with "local export = {} local function make_list(frame, list_type) if link_type ~= "mention" or link_type ~= "list" then error("Link type must be specified") end local language_code = frame.args[1] local word = frame.args[2] local display = frame.args[3] or frame.args["display"] or frame.args["d"] local text = frame.args[4] or frame.args["text"] or frame.args["t"] local pos = frame.args["pos"] local language = require("Module:languages").get_by_code(language_code)...")