« Module:Sports table/sub » : différence entre les versions
Contenu supprimé Contenu ajouté
Style pour notes dans tableau |
Ajout style |
||
Ligne 2 :
local ppp = {}
function ppp.colhead(ttt,width,style,text)
-- For individual column headers
local head_string
if width=='auto' then
head_string = '! scope="col" style="'..style..'" |'..text..'\n'
else
head_string = '! scope="col" style="'..style..'" width='..width..'|'..text..'\n'
end
|