Module:qlu-nouns: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 161: Line 161:
-- Main output function
-- Main output function
function export.show(frame)
function export.show(frame)
local args = frame:getParent().args
local args = frame.args
local root = args[1] or error("No root provided.")
local root = args[1] or error("No root provided.")
local decltype = args["type"] or error("No declension type provided.")
local decltype = args["type"] or error("No declension type provided.")
1,849

edits

Navigation menu