Module:qlu-nouns: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
 
Line 190: Line 190:
table.insert(out, '|-')
table.insert(out, '|-')
table.insert(out, '! rowspan=4 | Singular')
table.insert(out, '! rowspan=4 | Singular')
table.insert(out, '! ' .. small("nom.") .. ' || ' .. showForm("nominative", "sg"))
table.insert(out, '! ' .. small("nom."))
table.insert(out, '| ' .. showForm("nominative", "sg"))
 
table.insert(out, '|-')
table.insert(out, '|-')
table.insert(out, '! ' .. small("acc.") .. ' || ' .. showForm("accusative", "sg"))
table.insert(out, '! ' .. small("acc."))
table.insert(out, '| ' .. showForm("accusative", "sg"))
 
table.insert(out, '|-')
table.insert(out, '|-')
table.insert(out, '! ' .. small("dat.") .. ' || ' .. showForm("dative", "sg"))
table.insert(out, '! ' .. small("dat."))
table.insert(out, '| ' .. showForm("dative", "sg"))
 
table.insert(out, '|-')
table.insert(out, '|-')
table.insert(out, '! ' .. small("gen.") .. ' || ' .. showForm("genitive", "sg"))
table.insert(out, '! ' .. small("gen."))
table.insert(out, '| ' .. showForm("genitive", "sg"))


-- Plural rows
-- Plural rows
table.insert(out, '|-')
table.insert(out, '|-')
table.insert(out, '! rowspan=4 | Plural')
table.insert(out, '! rowspan=4 | Plural')
table.insert(out, '! ' .. small("nom.") .. ' || ' .. showForm("nominative", "pl"))
table.insert(out, '! ' .. small("nom."))
table.insert(out, '| ' .. showForm("nominative", "pl"))
 
table.insert(out, '|-')
table.insert(out, '|-')
table.insert(out, '! ' .. small("acc.") .. ' || ' .. showForm("accusative", "pl"))
table.insert(out, '! ' .. small("acc."))
table.insert(out, '| ' .. showForm("accusative", "pl"))
 
table.insert(out, '|-')
table.insert(out, '|-')
table.insert(out, '! ' .. small("dat.") .. ' || ' .. showForm("dative", "pl"))
table.insert(out, '! ' .. small("dat."))
table.insert(out, '| ' .. showForm("dative", "pl"))
 
table.insert(out, '|-')
table.insert(out, '|-')
table.insert(out, '! ' .. small("gen.") .. ' || ' .. showForm("genitive", "pl"))
table.insert(out, '! ' .. small("gen."))
table.insert(out, '| ' .. showForm("genitive", "pl"))


table.insert(out, '|}')
table.insert(out, '|}')
1,849

edits

Navigation menu