Changes
Jump to navigation
Jump to search
Module:Aligned table
(view source)
Revision as of 06:48, 13 December 2015
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')
Sage
Bureaucrats
,
Administrators
1,828
edits
Navigation menu
Personal tools
Log in
Namespaces
Module
Discussion
Variants
Views
Read
View source
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
Special pages