Difference between revisions 39996 and 39999 on test2wiki-- This is a test of scribbling. Using Italian templates from en.wiktionary.
-- Owner SemperBlotto
local p = {}
function p.itadj(frame)
local pframe = frame.:getParent()
local args = pframe.args
local stem = args[1] or error("1st parameter (stem of adjective) missing!")
local arg2 = args[2]
local arg3 = args[3]
local arg4 = args[4]
local arg5 = args[5]
local headword = "'''" .. stem
(contracted; show full) local cat
if sort ~= nil then cat = "[[category:Italian nouns|" .. sort .. "]]"
else cat = "[[category:Italian nouns]]"
end
return headword .. cat
end
return p
This site is not affiliated with or endorsed in any way by the Wikimedia Foundation or any of its affiliates. In fact, we fucking despise them.
|