10,731
edits
TheNightAvl (talk | contribs) mNo edit summary |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 96: | Line 96: | ||
-- begin adding data to tables -- | -- begin adding data to tables -- | ||
elseif mode == "IPA" then | elseif mode == "IPA" then | ||
if args[i] == "no auto" then | if args[i] == "no auto" or args[i] == "noauto" then | ||
IPA_no_auto = true | IPA_no_auto = true | ||
elseif args[i] ~= nil then | elseif args[i] ~= nil then | ||
Line 108: | Line 108: | ||
end | end | ||
elseif mode == "syllables" then | elseif mode == "syllables" then | ||
if args[i] == "no auto" then | if args[i] == "no auto" or args[i] == "noauto" then | ||
syllables_no_auto = true | syllables_no_auto = true | ||
elseif args[i] == "" or args[i] == nil then | elseif args[i] == "" or args[i] == nil then |