跳至內容

模組:Hrkt-sortkey/data

Ùi Wiktionary

可在模組:Hrkt-sortkey/data/doc建立此模組的說明文件

local data = {}

data.spaces = {
	["・"] = " ", ["゠"] = " "
}

data.voicing = {
	["゙"] = 1, ["゚"] = 2
}

return data