Module:siwa-noun: Difference between revisions

No edit summary
No edit summary
Line 114: Line 114:
if parent_args.m then data.forms["m"][1] = parent_args["m"] end
if parent_args.m then data.forms["m"][1] = parent_args["m"] end
-- Diphthong and long vowel coalescence
-- Diphthong and long vowel coalescence
if (not parent_args.coal) and (not m_data[word]) then
if (not parent_args.nocoal) and (not m_data[word]) then
for _, case in ipairs(cases) do
for _, case in ipairs(cases) do
local n = 1
local n = 1