Difference between revisions 40021 and 40022 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) local pframe = frame:getParent() local args = pframe.args local inf = args["inf"] or error("Infinitive missing!") local aux = args["aux"] or "avere" local ger = args["ger"] local presp = args["presp"] local pastp = args["pastp"] local conj = {} conj = conj .. '<div class="NavFrame">' conj = conj .. '<div class="NavHead" align=left> Conjugation of ' .. inf .. '</div>' conj = conj .. '<div class="NavContent">' conj = conj .. '{| style="background:#F0F0F0;border-collapse:separate;border-spacing:2px" class="inflection-table"' conj = conj .. '|-' 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 All content in the above text box is licensed under the Creative Commons Attribution-ShareAlike license Version 4 and was originally sourced from https://test2.wikipedia.org/w/index.php?diff=prev&oldid=40022.
![]() ![]() 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.
|