Module:cas/data
Apparence
Ce tableau associatif liste les valeurs possibles pour le Module:cas.
-- Page de vérification : Wiktionnaire:Liste des cas/Liste automatique
local c = {}
-- Cas
c['abessif'] = { nom = 'abessif' }
c['ablatif'] = { nom = 'ablatif' }
c['absolutif'] = { nom = 'absolutif' }
c['accusatif'] = { nom = 'adessif' }
c['adverbial'] = { nom = 'adverbial' }
c['allatif'] = { nom = 'allatif' }
c['aversif'] = { nom = 'aversif' }
c['bénéfactif'] = { nom = 'bénéfactif' }
c['causatif'] = { nom = 'causatif' }
c['comitatif'] = { nom = 'comitatif' }
c['comparatif'] = { nom = 'comparatif' }
c['datif'] = { nom = 'datif' }
c['délatif'] = { nom = 'délatif' }
c['destinatif'] = { nom = 'destinatif' }
c['direct'] = { nom = 'direct' }
c['directif'] = { nom = 'directif' }
c['distributif'] = { nom = 'distributif' }
c['égressif'] = { nom = 'égressif' }
c['élatif'] = { nom = 'élatif' }
c['équatif'] = { nom = 'équatif' }
c['ergatif'] = { nom = 'ergatif' }
c['essif'] = { nom = 'essif' }
c['excessif'] = { nom = 'excessif' }
c['génitif'] = { nom = 'génitif' }
c['illatif'] = { nom = 'illatif' }
c['inessif'] = { nom = 'inessif' }
c['instructif'] = { nom = 'instructif' }
c['instrumental'] = { nom = 'instrumental' }
c['locatif'] = { nom = 'locatif' }
c['latif'] = { nom = 'latif' }
c['modalis'] = { nom = 'modalis' }
c['nominatif'] = { nom = 'nomitatif' }
c['obviatif'] = { nom = 'obviatif' }
c['partitif'] = { nom = 'partitif' }
c['perlatif'] = { nom = 'perlatif' }
c['possessif'] = { nom = 'possessif' }
c['prépositionnel'] = { nom = 'prépositionnel' }
c['prolatif'] = { nom = 'prolatif' }
c['régime'] = { nom = 'régime' }
c['séparatif'] = { nom = 'séparatif' }
c['sociatif'] = { nom = 'sociatif' }
c['sublatif'] = { nom = 'sublatif' }
c['superessif'] = { nom = 'superessif' }
c['relatif'] = { nom = 'relatif' }
c['terminatif'] = { nom = 'terminatif' }
c['vocatif'] = { nom = 'vocatif' }
c['indéclinable'] = { nom = 'indéclinable' }
-- Fin cas
-- Redirections de cas
c['ablat'] = c ['ablatif']
c['accus'] = c ['accusatif']
c['allat'] = c ['allatif']
c['instr'] = c ['instrumental']
c['nomin'] = c ['nominatif']
c['oblique'] = c ['régime']
-- Fin des redirections
return c