Module:rad-stem/templates: Difference between revisions

Jump to navigation Jump to search
m
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
mNo edit summary
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'] or stem_gen['t'],
['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)

Navigation menu