Module:pollasena-roots: Difference between revisions
No edit summary |
No edit summary |
||
| Line 194: | Line 194: | ||
local root_index = 1 | local root_index = 1 | ||
for _, item in ipairs(items) do | for _, item in ipairs(items) do | ||
if item.alt and not match(item.alt, "^*") and ancestor_lang:hasType("reconstructed") then | if item.alt and not match(item.alt, "^%*") and ancestor_lang:hasType("reconstructed") then | ||
item.alt = "*" .. item.alt | item.alt = "*" .. item.alt | ||
end | end | ||