Aller au contenu

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

m
aucun résumé des modifications
m (workaround exclusif dans les notes)
mAucun résumé des modifications
Ligne 575 : Ligne 575 :
if notes and string.sub(notes, 1, 9) == "Exclusif "
if notes and string.sub(notes, 1, 9) == "Exclusif "
then found_notes = true
then found_notes = true
local game = string.sub(notes, 10, string.find(notes, ".", 11)+1)
local game = string.sub(notes, 10, string.find(notes, ".", 11))
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