« Module:Sports table/sub » : différence entre les versions

Contenu supprimé Contenu ajouté
Ideawipik (discuter | contributions)
Style pour notes dans tableau
Ideawipik (discuter | contributions)
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