48,355
edits
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 = | local gender = args[3] or detect_gender(word) | ||