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
  • 16:16, 9 February 2024 Maria talk contribs created page Module:IPA (Created page with "local export = {} local params = { [1] = {}, [2] = {list = true}, nolarge = {type = "boolean"}, linked = {type = "boolean"}, } function format_inline_ipa(language, ipa) end function export.show(frame) local args = require("Module:parameters").process(frame:getParent().args, params) local language = require("Module:languages").get_by_code(args["l"]) if language == nil then error("No such language: " .. args["l"]) end local language_pron = "Appendix:" .. langu...")