10,731
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) 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 |