Aller au contenu

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

m
workaround exclusif dans les notes
mAucun résumé des modifications
m (workaround exclusif dans les notes)
Ligne 573 : Ligne 573 :
k = k + 1
k = k + 1
end
end
if notes and string.sub(notes, 1, 12) == "Exclusif à "
if notes and string.sub(notes, 1, 9) == "Exclusif "
then found_notes = true
then found_notes = true
local game = string.gsub(string.sub(notes, 13, 14), "É", "E")
local game = string.sub(notes, 10, string.find(notes, ".", 11)+1)
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