Module:qhv-headword: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 40: Line 40:
local postype = args["type"]; if postype == "" then postype = nil end
local postype = args["type"]; if postype == "" then postype = nil end
local word = args[2] or PAGENAME
local word = args[2] or PAGENAME
local gender = mw.text.split(args[3], " ") or detect_gender(word)
local gender = args[3] or detect_gender(word)

Navigation menu