Aller au contenu

« Module:Localisations » : différence entre les versions

6 octets ajoutés ,  3 septembre 2022
m
aucun résumé des modifications
m (bugfix)
mAucun résumé des modifications
Ligne 557 : Ligne 557 :
table.insert(current_subarea_full_locations, "<td")
table.insert(current_subarea_full_locations, "<td")
if class then table.insert(current_subarea_full_locations, ' class="' .. class .. '"') end
if class then table.insert(current_subarea_full_locations, ' class="' .. class .. '"') end
if colspan then table.insert(current_subarea_full_locations, ' colspan="' .. colspan) end
if colspan then table.insert(current_subarea_full_locations, ' colspan="' .. colspan .. '"') end
table.insert(current_subarea_full_locations, '">' .. rate[1])
table.insert(current_subarea_full_locations, '>' .. rate[1])
local k = 2
local k = 2