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
  • 14:34, 7 August 2023 Maria talk contribs created page Module:shortcut box (Created page with "local export = {} local m_message_box = require("Module:Message box") local m_template = require("Module:template") function export.format_shortcuts(shortcuts) local text = {} for _, shortcut in ipairs(shortcuts) do if string.sub(shortcut, 9) == "Template:" then table.insert(text, m_template.make_template({string.sub(shortcut, 10)}, false)) else table.insert(shortcut) end end return table.concat(text, "\n") end function export.render_box(shortcuts) lo...")
  • 12:18, 6 August 2023 Maria talk contribs deleted page Module:shortcut box (content was: "local export = {} function export.show(frame) local output = {} -- Hacky way to allow function to be called from other modules. local args = (frame.getParent and frame:getParent().args) or frame local demo = false local FULLPAGENAME = mw.title.getCurrentTitle().fullText local BASEPAGENAME, SUBPAGENAME = FULLPAGENAME:match("^(.-)/([^/]-)$") -- BASEPAGENAME = BASEPAGENAME or...", and the only contributor was "Maria" (talk))
  • 12:15, 6 August 2023 Maria talk contribs created page Module:shortcut box (Created page with "local export = {} function export.show(frame) local output = {} -- Hacky way to allow function to be called from other modules. local args = (frame.getParent and frame:getParent().args) or frame local demo = false local FULLPAGENAME = mw.title.getCurrentTitle().fullText local BASEPAGENAME, SUBPAGENAME = FULLPAGENAME:match("^(.-)/([^/]-)$") -- BASEPAGENAME = BASEPAGENAME or FULLPAGENAME if frame.getParent and FULLPAGENAME == frame:getParent():getTitle() then...")