Module:ParallelAliases: Difference between revisions

(ΦωΦ)
No edit summary
((ΦωΦ))
Line 18: Line 18:
}
}


-- Cat Series --
local catHats = {
{ 'British Shorthair',  '&7'},
{ 'Calico',            '&6'},
{ 'Red',                '&c'},
}
for _, kitty in ipairs( catHats ) do
local name = kitty[1] .. ' Cat Hat'
local color = kitty[2]
aliases[name] = { title = '&l' .. color .. name, name = name, text = '&7♦ Cat Series ♦/&r&oThe purr-fect hat!'}
end


return aliases
return aliases