Changes

Jump to navigation Jump to search
131 bytes added ,  06:48, 13 December 2015
m
1 revision imported
local cell
if isnotempty(args['row' .. tostring(j) .. 'header']) then
cell = row:tag('th'):attr('scope','col') elseif isnotempty(args['col' .. tostring(i) .. 'header']) then cell = row:tag('th'):attr('scope','row')
else
cell = row:tag('td')

Navigation menu