All public logs

Jump to navigation Jump to search

Combined display of all available logs of Linguifex. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:55, 18 June 2023 Sware talk contribs created page Module:languages/errorGetBy (Created page with "local export = {} function export.code(code, paramForError, allowEtymLang, allowFamily) local codetext = nil if allowEtymLang and allowFamily then codetext = "language, etymology language or family code" elseif allowEtymLang then codetext = "language or etymology language code" elseif allowFamily then codetext = "language or family code" else codetext = "language code" end require("Module:languages/error")(code, paramForError, codetext) end function expo...")