Module:Deranize: Difference between revisions

7 bytes removed ,  09:22, 18 October 2023
m
grammar
m (remove comment re {{deranize}})
m (grammar)
Line 1: Line 1:
-- neither mw.ustring.toNFD nor mw.ustring.match doesn't work properly, so resorting to this for the time being (lol)
-- neither mw.ustring.toNFD nor mw.ustring.match works properly, so resorting to this for the time being (lol)
local detone = {
local detone = {
   ["a"] = {"a", 1},
   ["a"] = {"a", 1},