Content deleted Content added
test |
No edit summary |
||
Line 25:
local pieceColor = string.match(piece, '%u') and 'l' or 'd'
piece = string.lower(piece)
local alt = string.format("%s%
local img = string.format('[[File:Chess %s%st45.svg|%dx%dpx|alt=%s|%s]]', piece, pieceColor, size, size, alt, alt)
return string.format('<div style="position:absolute;z-index:3;top:%dpx;left:%dpx;">%s</div>\n', coord(row), coord(file), img)
|