10,735
edits
TheNightAvl (talk | contribs) mNo edit summary |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 80: | Line 80: | ||
genpl = args['genpl'] or stem_gen.genpl, | genpl = args['genpl'] or stem_gen.genpl, | ||
genpl_short = args['genpl_short'] or stem_gen.genpl_short, | genpl_short = args['genpl_short'] or stem_gen.genpl_short, | ||
['type'] = stem_gen['type | ['type'] = stem_gen['type'], | ||
} | } | ||
local adj = args['adj'] | local adj = args['adj'] | ||
Line 114: | Line 114: | ||
local type_name = decl_type[stems['type']] | local type_name = decl_type[stems['type']] | ||
local table_type = args['type'] or "sgpl" | local table_type = args['type'] or args['t'] or "sgpl" | ||
local function add(code) | local function add(code) |