Modul:ku-tewîn-nav/mê û nêr
Documentation for this module may be created at Modul:ku-tewîn-nav/mê û nêr/belge
local t = {}
tew = require('Modul:ku-tewîn-nav').tew
local function k(nav, kurte)
return ' (<span style="cursor:help;" title="' .. nav .. '"><span style="border-bottom: 1px dotted #555555; ">' .. kurte .. '</span></span>)'
end
function t.mn(navder, guherto)
return
'{| class="wikitable" colspan="4" border="1" style="float:right; margin:0.5em 0 0.5em 0.5em; background-color:white; clear: right;"'
..'\n|-'
..'\n! colspan="4" align="center" | Zayendên mê û nêr ên binavkirî'
..'\n|-'
..'\n! style="background-color:#FFFFE0; text-align:left;" | Rewş'
..'\n! colspan="1" style="background-color:#FFFFE0;" | Mê' .. k('yekjimar', 'yj.')
..'\n! colspan="1" style="background-color:#FFFFE0;" | Nêr' .. k('yekjimar', 'yj.')
..'\n! colspan="1" style="background-color:#FFFFE0;" | Mê û nêr' .. k('pirjimar', 'pj.')
..'\n|-'
..'\n| style="background-color:#f8f9fa; text-align:left;" | Navkî'
..'\n|' .. tew(navder, 'mê', guherto)["def_nom_s"]
..'\n|' .. tew(navder, 'nêr', guherto)["def_nom_s"]
..'\n|' .. tew(navder, 'nêr', guherto)["def_nom_p"]
..'\n|-'
..'\n| style="background-color:#f8f9fa; text-align:left;" | Îzafe'
..'\n|' .. tew(navder, 'mê', guherto)["def_constr_s"]
..'\n|' .. tew(navder, 'nêr', guherto)["def_constr_s"]
..'\n|' .. tew(navder, 'nêr', guherto)["def_constr_p"]
..'\n|-'
..'\n| style="background-color:#f8f9fa; text-align:left;" | Çemandî'
..'\n|' .. tew(navder, 'mê', guherto)["def_obl_s"]
..'\n|' .. tew(navder, 'nêr', guherto)["def_obl_s"]
..'\n|' .. tew(navder, 'nêr', guherto)["def_obl_p"]
..'\n|-'
..'\n| style="background-color:#f8f9fa; text-align:left;" | Nîşandera çemandî'
..'\n|' .. tew(navder, 'mê', guherto)["def_demons_obl_s"]
..'\n|' .. tew(navder, 'nêr', guherto)["def_demons_obl_s"]
..'\n|' .. tew(navder, 'nêr', guherto)["def_demons_obl_p"]
..'\n|-'
..'\n| style="background-color:#f8f9fa; text-align:left;" | Bangkirin'
..'\n|' .. tew(navder, 'mê', guherto)["voc_s"]
..'\n|' .. tew(navder, 'nêr', guherto)["voc_s"]
..'\n|' .. tew(navder, 'nêr', guherto)["voc_p"]
..'\n|-'
..'\n! colspan="5" align="center" | Zayendên mê û nêr ên nebinavkirî'
..'\n|-'
..'\n!style="background-color:#FFFFE0; text-align:left;" | Rewş'
..'\n! colspan="1" style="background-color:#FFFFE0;" | Mê' .. k('yekjimar', 'yj.')
..'\n! colspan="1" style="background-color:#FFFFE0;" | Nêr' .. k('yekjimar', 'yj.')
..'\n! colspan="1" style="background-color:#FFFFE0;" | Mê û nêr' .. k('pirjimar', 'pj.')
..'\n|-'
..'\n| style="background-color:#f8f9fa; text-align:left;" | Navkî'
..'\n|' .. tew(navder, 'mê', guherto)["indef_nom_s"]
..'\n|' .. tew(navder, 'nêr', guherto)["indef_nom_s"]
..'\n|' .. tew(navder, 'nêr', guherto)["indef_nom_p"]
..'\n|-'
..'\n| style="background-color:#f8f9fa; text-align:left;" | Îzafe'
..'\n|' .. tew(navder, 'mê', guherto)["indef_constr_s"]
..'\n|' .. tew(navder, 'nêr', guherto)["indef_constr_s"]
..'\n|' .. tew(navder, 'nêr', guherto)["indef_constr_p"]
..'\n|-'
..'\n| style="background-color:#f8f9fa; text-align:left;" | Çemandî'
..'\n|' .. tew(navder, 'mê', guherto)["indef_obl_s"]
..'\n|' .. tew(navder, 'nêr', guherto)["indef_obl_s"]
..'\n|' .. tew(navder, 'nêr', guherto)["indef_obl_p"]
..'\n|}'
end
return t