Module:Gm4Sprite/Aliases: Difference between revisions

m
missed the spaces, and aqua title for relocated blocks
(add relocated blocks)
m (missed the spaces, and aqua title for relocated blocks)
Line 131: Line 131:


for _, block in ipairs( relocatedBlocks ) do
for _, block in ipairs( relocatedBlocks ) do
local name = 'Relocated' .. block[1]
local name = 'Relocated ' .. block[1]
local title = 'Relocated' .. block[1]
local title = '&bRelocated ' .. block[1]
if block[2] ~= nil then
if block[2] ~= nil then
title = 'Relocated' .. block[2]
title = '&bRelocated ' .. block[2]
end
end
aliases[name] = { title = title, name = name, text = '&eRelocator' }
aliases[name] = { title = title, name = name, text = '&eRelocator' }
Bureaucrats, emailconfirmed, Interface administrators, staff, Administrators, translation-admin, translator
2,563

edits