Modulo:StileAttacco: differenze tra le versioni
Production version - remove debug |
Intestazioni esplicite |
||
| Riga 48: | Riga 48: | ||
local headerRow = html:tag('tr') | local headerRow = html:tag('tr') | ||
headerRow:tag('th'):css('width', ' | headerRow:tag('th'):css('width', '25%'):wikitext('Possesso') | ||
headerRow:tag('th'):css('width', '20%'):wikitext('vs Atout') | headerRow:tag('th'):css('width', '20%'):wikitext('Attacco vs Atout') | ||
headerRow:tag('th'):css('width', '20%'):wikitext('vs SA') | headerRow:tag('th'):css('width', '20%'):wikitext('Attacco vs SA') | ||
headerRow:tag('th'):css('width', ' | headerRow:tag('th'):css('width', '35%'):wikitext('Su attacco del compagno') | ||
for _, row in ipairs(rows) do | for _, row in ipairs(rows) do | ||