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
  • 11:34, 12 August 2025 Sware talk contribs created page Module:Hebr-common (Created page with "local export = {} local m_str_utils = require("Module:string utilities") local makeDisplayText -- defined below local toNFC = mw.ustring.toNFC local toNFD = mw.ustring.toNFD local u = m_str_utils.char local ugsub = mw.ustring.gsub local usub = m_str_utils.sub local DIACRITICS = "[" .. u(0x0307) .. u(0x0308) .. u(0x034F) .. -- combining grapheme joiner u(0x200C) .. -- zero width non-joiner u(0x200D) .. -- zero width joiner u(0x0591) .. "-" .. u(0x05BD) .. u(0x05B...")