Difference between revisions 40040 and 40041 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="2" | ' .. ger .. '\n'
    conj = conj .. '|-\n! colspan="2" style="background:#e2e4c0" | present participle\n'
    conj = conj .. '| colspan="1" | ' .. presp .. '\n'
    conj = conj .. '! colspan="2" style="background:#e2e4c0" | past participle\n'
    conj = conj .. '| colspan="2" | ' .. pastp .. '\n'

    conj = conj .. '|-\n! colspan="1" rowspan="2" style="background:#C0C0C0" | person\n'
    conj = conj .. '! colspan="3" style="background:#C0C0C0" | singular\n'
    conj = conj .. '! colspan="3" style="background:#C0C0C0" | plural\n'
    conj = conj .. '|-\n! style="background:#C0C0C0;width:12.5%" | first\n'
    conj = conj .. '! style="background:#C0C0C0;width:12.5%" | second\n'
    conj = conj .. '! style="background:#C0C0C0;width:12.5%" | third\n'
    conj = conj .. '! style="background:#C0C0C0;width:12.5%" | first\n'
    conj = conj .. '! style="background:#C0C0C0;width:12.5%" | second\n'
    conj = conj .. '! style="background:#C0C0C0;width:12.5%" | third\n'
    conj = conj .. '|-\n! style="background:#c0cfe4" colspan="1" | indicative\n'
    conj = conj .. '! style="background:#c0cfe4" | io\n'
    conj = conj .. '! style="background:#c0cfe4" | tu\n'
    conj = conj .. '! style="background:#c0cfe4" | lui/lei\n'
    conj = conj .. '! style="background:#c0cfe4" | noi\n'
    conj = conj .. '! style="background:#c0cfe4" | voi\n'
    conj = conj .. '! style="background:#c0cfe4" | essi/esse\n|-\n'
    
    
    
    conj = conj .. '|}</div></div>'
    return conj
end

return p