Modulo:Sports table/WDL OT: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m correggo etichette |
m fix |
||
Riga 127:
local ratio_word = do_ratio and 'quoziente' or 'media'
local ratio_letter = do_ratio and 'R' or 'M'
tt = p_sub.colhead(tt,36,'<abbr title="'..ratio_word..' '..fa_word_sing..'">'..
elseif do_percentage then
tt = p_sub.colhead(tt,32,'<abbr title="Percentuale '..fa_word_sing..'">%'..fa_letter..'</abbr>') -- Percentage col
else
tt = p_sub.colhead(tt,32,'<abbr title="Differenza '..fa_word_sing..'">D'..fa_letter..'</abbr>') -- Difference col
end
end
|