Module:Sprite: Difference between revisions

8 bytes removed ,  28 May 2022
no edit summary
No edit summary
No edit summary
Tag: Reverted
Line 14: Line 14:
local cellWidth = sheetWidth / noOfColumns
local cellWidth = sheetWidth / noOfColumns
local cellHeight = sheetHeight / noOfRows
local cellHeight = sheetHeight / noOfRows
local outline = frame:getArgument('outline')
local outline = frame.args['outline']
local imageClass
local imageClass
if outline ~= nil then
if outline ~= '' then
imageClass = "pixelart blackstroke"
imageClass = "pixelart blackstroke"
else
else