Aller au contenu

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

Ajout de la mention "Unique" pour les cristaux de raids le précisant
m (Test concluant)
Balise : Annulation
(Ajout de la mention "Unique" pour les cristaux de raids le précisant)
Ligne 552 : Ligne 552 :
local seen_games_here = nil
local seen_games_here = nil
local found_notes = false
local found_notes = false
if notes and string.find(notes, "Capturable une seule fois")
then rate = "Unique"
end
rate = mw.ustring.gsub(rate, "-", "—")
rate = mw.ustring.gsub(rate, "-", "—")
Ligne 581 : Ligne 585 :
if seen_games_here and seen_games_here ~= game then seen_games_here = "all" else seen_games_here = game end
if seen_games_here and seen_games_here ~= game then seen_games_here = "all" else seen_games_here = game end
end
end
if rate_precision then table.insert(current_subarea_full_locations, '<br><small><i>' .. rate_precision .. '</i></small>') end
if rate_precision then table.insert(current_subarea_full_locations, '<br><small><i>' .. rate_precision .. '</i></small>') end
table.insert(current_subarea_full_locations, "</td>")
table.insert(current_subarea_full_locations, "</td>")