Aller au contenu

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

Aucun changement de taille ,  20 mai 2023
m
aucun résumé des modifications
(La mention du jeu exclusif peut maintenant être cachée dans les notes)
mAucun résumé des modifications
Ligne 573 : Ligne 573 :
end
end
if notes and string.sub(notes, 1, 12) == "Exclusif à "
if notes and string.sub(notes, 1, 12) == "Exclusif à "
then local game = string.gsub(string.sub(notes, 13, 15), "É", "E")
then local game = string.gsub(string.sub(notes, 13, 14), "É", "E")
table.insert(current_subarea_full_locations, frame:expandTemplate{title='Sup', args={game}})
table.insert(current_subarea_full_locations, frame:expandTemplate{title='Sup', args={game}})
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