11,792
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 203: | Line 203: | ||
local irregular_title = "" | local irregular_title = "" | ||
if irregular then irregular_title = " | if irregular then irregular_title = ", ''irregular''" .. irregular_icon end | ||
local type_title = "''inflected''" | |||
if args[1] == nil then type_title = "''periphrastic''" end | |||
local function get_forms(ending, pre) | local function get_forms(ending, pre) | ||
Line 220: | Line 222: | ||
add("<table class=\"blacklinks mw-collapsible mw-collapsed wikitable inflection table\" style=\"text-align: center\">") | add("<table class=\"blacklinks mw-collapsible mw-collapsed wikitable inflection table\" style=\"text-align: center\">") | ||
tr() | tr() | ||
th("Comparative forms of ''" .. lemma .. "''" .. irregular_title .. " ",1,2) | th("Comparative forms of ''" .. lemma .. "'' (" .. type_title .. irregular_title .. ") ",1,2) | ||
_tr() | _tr() | ||
th("degree") | th("degree") |