Module:rad-stem/templates: Difference between revisions

Jump to navigation Jump to search
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
No edit summary
Line 426: Line 426:
return article .. list[1].word
return article .. list[1].word
else
else
if disable_ipa then return rad_link_IPA(list, nil, true, article) else return article .. rad_link_IPA(list, nil, false, article) end
if disable_ipa then return rad_link_IPA(list, nil, true, article) else return rad_link_IPA(list, nil, false, article) end
end
end
else
else
Line 432: Line 432:
return article .. base
return article .. base
else
else
if disable_ipa then return article .. rad_link_IPA(base, nil, true, article) else return article .. rad_link_IPA(base, nil, false, article) end
if disable_ipa then return rad_link_IPA(base, nil, true, article) else return rad_link_IPA(base, nil, false, article) end
end
end
end
end

Navigation menu