2734
правки
Изменения
Нет описания правки
local id = frameParts.name
if frameParts.mod and not aliases[id] then
id = frameParts.mod .. ':' .. id
end
end
if alias and not frameParts.mod then
table.insert( frames, p.expandAlias( frameParts, alias ) )
table.insert( frames, frame )
end