561
edits
Auburnsummer (talk | contribs) No edit summary |
Auburnsummer (talk | contribs) No edit summary |
||
Line 10: | Line 10: | ||
local cellHeight = sheetHeight / noOfColumns | local cellHeight = sheetHeight / noOfColumns | ||
local | local span = mw.html.create('span') | ||
:css({ | :css({ | ||
position = 'relative', | position = 'relative', | ||
Line 20: | Line 19: | ||
['vertical-align'] = 'middle' | ['vertical-align'] = 'middle' | ||
}) | }) | ||
return tostring( | :tag('span') | ||
:css({ | |||
position = 'absolute' | |||
}) | |||
:done() | |||
return tostring(span) | |||
end | end | ||
return p | return p |