Jump to content

Module:Aligned table: Difference between revisions

typo
(typo)
(typo)
Line 114: Line 114:
if isnotempty(args['row' .. tostring(j) .. 'header']) then
if isnotempty(args['row' .. tostring(j) .. 'header']) then
cell = row:tag('th'):attr('scope','col')
cell = row:tag('th'):attr('scope','col')
elseif isnotempty(args['col' .. tostring(j) .. 'header']) then
elseif isnotempty(args['col' .. tostring(i) .. 'header']) then
cell = row:tag('th'):attr('scope','row')
cell = row:tag('th'):attr('scope','row')
else
else
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.