Module:Chessboard: Difference between revisions

Content deleted Content added
Actually, it looks like the problem is that the height should be the same as the piece size?
No edit summary
Line 144:
local footer = (args[67] or pargs[67]) or ''
local align = (args[1] or pargs[1]) or 'tright'
local clear = (args.clear or pargs.clear) or ( (align:lower() == "tright") and 'right' or 'none')
local fen = args.fen or pargs.fen