Module:mg-noun: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 152: Line 152:
|}</div></div>]=]
|}</div></div>]=]


local sgwik = [=[
{| class="bluetable" border="1px solid #000000" style="border-collapse:collapse; background:#fafafa; text-align:center; width:100%"
|-
! &nbsp;
! Singular
]=] .. make_cases(data) .. [=[
|}</div></div>]=]


return gsub(navframe .. wikicode, "{{{([a-z0-9_]+)}}}", repl) .. (not data.nocat and m_utils.format_categories(data.categories, lang) or "")
 
return gsub(navframe .. (no_plural and sgwik or wikicode), "{{{([a-z0-9_]+)}}}", repl)
  .. (not data.nocat and m_utils.format_categories(data.categories, lang) or "")
end
end




return export
return export