Module:headword/templates: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 35: Line 35:
[3] = list_allow_holes,
[3] = list_allow_holes,
 
["f\1accel-form"] = list_allow_holes,
["f\1accel-translit"] = list_allow_holes,
["f\1accel-lemma"] = list_allow_holes,
["f\1accel-lemma-translit"] = list_allow_holes,
["f\1accel-gender"] = list_allow_holes,
["f\1accel-nostore"] = boolean_list_allow_holes,
["f\1request"] = list_allow_holes,
["f\1request"] = list_allow_holes,
["f\1alt"] = list_allow_holes,
["f\1alt"] = list_allow_holes,
Line 112: Line 106:
local infl_part = {
local infl_part = {
label    = args[3][i * 2 - 1],
label    = args[3][i * 2 - 1],
accel    = args["faccel-form"][i] and {
form      = args["faccel-form"][i],
translit  = args["faccel-translit"][i],
lemma    = args["faccel-lemma"][i],
lemma_translit = args["faccel-lemma-translit"][i],
gender    = args["faccel-gender"][i],
nostore  = args["faccel-nostore"][i],
} or nil,
request  = args["frequest"][i],
request  = args["frequest"][i],
enable_auto_translit = args["fautotr"][i],
enable_auto_translit = args["fautotr"][i],