Module:rad-stem/templates: Difference between revisions

ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
No edit summary
 
Line 204: Line 204:
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''"
local type_title = (args[1] == nil and "periphrastic") or "inflected"
if args[1] == nil then type_title = "''periphrastic''" end
local function get_forms(ending, pre)
local function get_forms(ending, pre)