Documentation for this module may be created at Module:Sandbox/Wikisaurus/RowStyle/doc
local p = {};
function p.main(frame)
local args = frame:getParent().args
return frame:extensionTag('templatestyles', '', {
src = 'table.ts-rowstyle-mytable td { text-style:italic; }'
} );
end
return p;