Module:languages/errorGetBy: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

18 June 2023

  • curprev 12:5512:55, 18 June 2023Sware talk contribs 882 bytes +882 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..."