Module:siwa-noun: Difference between revisions

No edit summary
No edit summary
Line 115: Line 115:
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.nocoal) and (not m_data[word]) then
if (parent_args.nocoal ~= 1) and (not m_data[word]) then
for _, case in ipairs(coal_cases) do
for _, case in ipairs(coal_cases) do
local n = 1
local n = 1