Aller au contenu

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

m
Test concluant
m (bugfix)
Balise : Révoqué
m (Test concluant)
Balise : Annulation
Ligne 89 : Ligne 89 :
{"SL", "USUL", "LGPE"},
{"SL", "USUL", "LGPE"},
{"EB", "DEPS", "LPA"},
{"EB", "DEPS", "LPA"},
{"EV", "LPZA"}
{"EV"}
}
}
Ligne 130 : Ligne 130 :
game_displays[game] = game_to_game_long[game]
game_displays[game] = game_to_game_long[game]
local game_link = game_to_game_long[game]
local game_link = game_to_game_long[game]
if game ~= "LPA" and game ~= "LPZA"
if game ~= "LPA"
then game_link = "Pokémon " .. game_to_game_long[game]
then game_link = "Pokémon " .. game_to_game_long[game]
end
end
Ligne 511 : Ligne 511 :
then  
then  
local unavailable_sentence = "<i>Indisponible</i>"
local unavailable_sentence = "<i>Indisponible</i>"
if current_game == "LPZA" then unavailable_sentence = "<i>À venir</i>" end
-- if current_game == "EV" then unavailable_sentence = "<i>À compléter</i>" end
local unavailable_table = require("Module:Localisations/Données/" .. game_links[current_game] .. "/Indisponibles")
local unavailable_table = require("Module:Localisations/Données/" .. game_links[current_game] .. "/Indisponibles")