Main 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).
- 17:02, 11 May 2026 Sware talk contribs created page Module:cacr-stripdiacritics (Created page with "local export = {} local c = require("Module:languages/data").chars function export.incorporating(frame) local parent_args = frame:getParent().args local term = parent_args[1] return mw.ustring.toNFC(mw.ustring.gsub(mw.ustring.toNFD(term), "[" .. c.acute .. c.grave .. "]", "")) end return export")