Module:mg-noun: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 134: Line 134:
end
end


local no_plural = true --data.nopl or data.forms.nom_pl == nil
local no_plural = data.nopl or data.forms.nom_pl == nil


local navframe = [=[
local navframe = [=[
Line 147: Line 147:
|-
|-
! style="min-width: 8em" |  
! style="min-width: 8em" |  
! Singular || Plural
! Singular]=] .. (no_plural and "\n" or [=[
]=] .. make_cases(data) .. [=[
! style="min-width: 8em; background-color: #acf4cf" | Plural
]=]) .. make_cases(data) .. [=[
|}</div></div>]=]
|}</div></div>]=]