45,647
edits
No edit summary |
No edit summary |
||
Line 826: | Line 826: | ||
types["etymology-only"] = true | types["etymology-only"] = true | ||
end | end | ||
for t in gmatch( | local type = self._rawData.type or "regular" | ||
for t in gmatch(type, "[^,]+") do | |||
types[t] = true | types[t] = true | ||
end | end |