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
  • 09:06, 9 August 2023 Maria talk contribs created page Module:translations (Created page with "local export = {} local m_languages = require("Module:languages") function export.show(frame) local function sort_function(a, b) return a.name < b.name end local translations = {} local title local args = frame:getParent(args) for k, v in pairs(args) do if k == 1 then title = v elseif type(k) == "string" then local language = m_languages.get_by_code(k) table.insert(translations, {name = language.name, display = language.name .. ": " .. v}) end e...")