Module:head: Difference between revisions

ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
No edit summary
Line 69: Line 69:
while inflection[i] do
while inflection[i] do
if inflection.nolink then
if inflection.nolink then
table.insert(i_forms, "<b>" .. inflection[i] .. "</b>")
if data.language.proto then
table.insert(i_forms, "<b>*" .. inflection[i] .. "</b>")
else
table.insert(i_forms, "<b>" .. inflection[i] .. "</b>")
end
else
else
if mw.ustring.find(inflection[i], "%*") then
if mw.ustring.find(inflection[i], "%*") then