Module:Episode/SG1Season1
Apparence
| Il sera peut-être nécessaire de créer une page documentation pour ce module Scribunto programmé dans la page créer Les éditeurs peuvent faire des tests sur les pages bac à sable (créer | miroir) et études de cas (créer) du module. Veuillez ajouter les catégories dans la sous-page /documentation. Sous-pages de ce module. |
local p = {}
p.acronym = "SG1"
-- Liste des épisodes
p.episodes = {
{
-- S01E01 - Children of the Gods, Part 1 - Enfants des dieux, 1re partie
id = "SG1-S01E01",
namespace = "Épisode",
page_title = "Enfants des dieux",
title_fr = "''Enfants des dieux'' 1{{re}} partie",
title_qc = "''Enfants des dieux'' 1{{re}} partie",
title_vo = '"Children of the Gods", Part 1',
property = "Enfants des dieux",
season = 1,
episode = 1,
alias = {
"SG1-S01E01",
"SG1-1x01",
"SG1-1.01",
"SG1-101",
"Children of the Gods",
"Children of the Gods, Part 1",
"Children of the Gods Part 1",
"Enfants des dieux",
"Enfants des dieux, 1re partie",
"Enfants des dieux 1re partie",
}
},
{
-- S01E02 - Children of the Gods, Part 2 - Enfants des dieux, 2e partie
id = "SG1-S01E02",
namespace = "Épisode",
page_title = "Enfants des dieux, 2e partie",
title_fr = "''Enfants des dieux'' 2{{e}} partie",
title_qc = "''Enfants des dieux'' 2{{e}} partie",
title_vo = '"Children of the Gods", Part 2',
property = "Enfants des dieux, 2e partie",
season = 1,
episode = 2,
alias = {
"SG1-S01E02",
"SG1-1x02",
"SG1-1.02",
"SG1-102",
"Children of the Gods, Part 2",
"Children of the Gods Part 2",
"Enfants des dieux, 2e partie",
"Enfants des dieux 2e partie",
}
},
{
-- S01E03 - The Enemy Within - L'Ennemi intérieur
id = "SG1-S01E03",
namespace = "Épisode",
page_title = "L'Ennemi intérieur",
title_fr = "''L'Ennemi intérieur''",
title_qc = "''L'Ennemi intérieur''",
title_vo = '"The Enemy Within"',
property = "L'Ennemi intérieur",
season = 1,
episode = 3,
alias = {
"SG1-S01E03",
"SG1-1x03",
"SG1-1.03",
"SG1-103",
"The Enemy Within",
"L'Ennemi intérieur",
}
},
{
-- S01E04 - Emancipation - Émancipation
id = "SG1-S01E04",
namespace = "Épisode",
page_title = "Émancipation",
title_fr = "''Émancipation''",
title_qc = "''Émancipation''",
title_vo = '"Emancipation"',
property = "Émancipation",
season = 1,
episode = 4,
alias = {
"SG1-S01E04",
"SG1-1x04",
"SG1-1.04",
"SG1-104",
"Emancipation",
"Émancipation",
}
},
{
-- S01E05 - The Broca Divide - La Théorie de Broca
id = "SG1-S01E05",
namespace = "Épisode",
page_title = "La Théorie de Broca",
title_fr = "''La Théorie de Broca''",
title_qc = "''La Théorie de Broca''",
title_vo = '"The Broca Divide"',
property = "La Théorie de Broca",
season = 1,
episode = 5,
alias = {
"SG1-S01E05",
"SG1-1x05",
"SG1-1.05",
"SG1-105",
"The Broca Divide",
"La Théorie de Broca",
}
},
}
return p