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

Logs
  • 22:00, 5 August 2023 Maria talk contribs created page Module:head (Created page with "local export = {} local get_by_code = require("Module:languages").get_by_code function export.show(frame) local args = (frame:getParent() and frame:getParent().args) or frame.args local language = get_by_code(args[1]) local term = mw.title.getCurrentTitle().text return "'''" .. term .. "'''" end return export")