Module:qhv-headword: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 85: Line 85:
local parent_args = frame:getParent().args
local parent_args = frame:getParent().args
local head = parent_args["head"] or nil
local head = require("Module:linkeach").link_for_modules(PAGENAME) --parent_args["head"] or nil
local poscat = frame.args[1] or error("Part of speech has not been specified. Please pass parameter 1 to the module invocation.")
local poscat = frame.args[1] or error("Part of speech has not been specified. Please pass parameter 1 to the module invocation.")
Line 92: Line 92:
local data = {
local data = {
lang = lang,
lang = lang,
heads = require("Module:linkeach").link_for_modules(PAGENAME),
heads = head,
inflections = {},
inflections = {},
genders = {},
genders = {},