Difference between revisions 40020 and 40021 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!")
(contracted; show full)
    conj = conj .. '! colspan="1" style="background:#e2e4c0" | infinitive'
    conj = conj .. '| colspan="1" | ' .. inf
    conj = conj .. '|-'
    conj = conj .. '! colspan="2" style="background:#e2e4c0" | auxiliary verb'
    conj = conj .. '| colspan="1" | ' .. aux
    conj = conj .. '! colspan="2" style="background:#e2e4c0" | gerund'

        -- This is all wrong - How to construct a pretty table??
    return conj
end

return p