Content deleted Content added
No edit summary |
No edit summary |
||
Line 69:
local letters = {'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h'}
local root = mw.html.create('')
local row = root
if num_lt then
row
end
for k = 1,8 do
row
end
if num_rt then
row
end
return tostring(root)
|