10,731
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 48: | Line 48: | ||
['y'] = {"e", "y"}, | ['y'] = {"e", "y"}, | ||
['a^eG'] = {"ár", " | ['a^eG'] = {"ár", "í", "á", "ád", "aúr", "ai"}, | ||
['a^oG'] = {"ár", " | ['a^oG'] = {"ár", "ív", "á", "ád", "aúr", "ai"}, | ||
['eG'] = {"ír", "í", "ea", "íd", "eúr", "í"}, | ['eG'] = {"ír", "í", "ea", "íd", "eúr", "í"}, | ||
['iG'] = {"ír", "í", "ea", "íd", "iúr", "í"}, | ['iG'] = {"ír", "í", "ea", "íd", "iúr", "í"}, | ||
Line 266: | Line 266: | ||
-- create stem and ending parameters -- | -- create stem and ending parameters -- | ||
mw.log("Parameters:") | mw.log("Parameters:") | ||
if stem_data[args[4]] or stem_data[args[5]] or stem_data[args[6]] then | if stem_data[args[3]] or stem_data[args[4]] or stem_data[args[5]] or stem_data[args[6]] then | ||
local v_index = 4 -- max nucleus position | local v_index = 4 -- max nucleus position |