Module:Sprite: Difference between revisions

Jump to navigation Jump to search
No change in size ,  28 May 2022
no edit summary
No edit summary
No edit summary
Line 12: Line 12:
local col = tonumber(frame.args['col']) - 1
local col = tonumber(frame.args['col']) - 1
local image = frame.args['image']
local image = frame.args['image']
local cellWidth = sheetWidth / noOfRows
local cellWidth = sheetWidth / noOfColumns
local cellHeight = sheetHeight / noOfColumns
local cellHeight = sheetHeight / noOfRows
local span = mw.html.create('span')
local span = mw.html.create('span')

Navigation menu