Content deleted Content added
No edit summary |
No edit summary |
||
Line 67:
function letters_row( rev, num_lt, num_rt )
local
local
local
if num_lt then
.css('vertical-align', 'inherit')
▲ .. td
for k = 1,8 do
.css('padding', '0')
.css('vartical-align', 'inherit')
.css('height', '18px')
.css('width', size .. 'px')
.wikitext(ref and letters[9-k] or letters[k])
end
if num_rt then
row.tag('td')
.css('vertical-align', 'inherit')
.css('padding', '0')
end
return tostring(root)
end
local letters_tp = letters:match( 'both' ) or letters:match( 'top' )
|