Module:rad-stem/templates: Difference between revisions

ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
No edit summary
Line 203: Line 203:
local irregular_title = ""
local irregular_title = ""
if irregular then irregular_title = " (''irregular''" .. irregular_icon .. ")" end
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 .. "&nbsp;",1,2)
th("Comparative forms of ''" .. lemma .. "'' (" .. type_title .. irregular_title .. ")&nbsp;",1,2)
_tr()
_tr()
th("degree")
th("degree")