Content deleted Content added
Plastikspork (talk | contribs) Test Tag: Reverted |
Plastikspork (talk | contribs) Test Tag: Reverted |
||
Line 71:
end
local function innerboard(args, size, rev, board_image, piece_image)
local root = mw.html.create('div')
root:addClass('chess-board')
Line 172:
:css('padding', '0')
:css('vertical-align', 'inherit')
:wikitext(innerboard(args, size, rev, board_image, piece_image))
if ( numbers_rt ) then
|