1,849
edits
Lëtzelúcia (talk | contribs) No edit summary |
Lëtzelúcia (talk | contribs) No edit summary |
||
| Line 161: | Line 161: | ||
-- Main output function | -- Main output function | ||
function export.show(frame) | function export.show(frame) | ||
local args = frame | 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.") | ||