Aller au contenu

« Module:Episode/SG1Season1 » : différence entre les versions

De Stargate Wiki Sémantique
Contenu supprimé Contenu ajouté
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 19 : Ligne 19 :
alias = {
alias = {
"SG1-S01E01",
"SG1-S01E01",
"SG1-1x01",
"SG1-1.01",
"SG1-101",
"Children of the Gods",
"Children of the Gods",
"Children of the Gods, Part 1",
"Children of the Gods, Part 1",
"Children of the Gods Part 1",
"Enfants des dieux",
"Enfants des dieux",
"Enfants des dieux, 1re partie",
"Enfants des dieux, 1re partie",
"Enfants des dieux 1re partie",
}
}
},
},
Ligne 29 : Ligne 34 :
id = "SG1-S01E02",
id = "SG1-S01E02",
namespace = "Épisode",
namespace = "Épisode",
page_title = "Enfants des dieux#Acte 5",
page_title = "Enfants des dieux, 2e partie",
title_fr = "''Enfants des dieux'' 2{{e}} partie",
title_fr = "''Enfants des dieux'' 2{{e}} partie",
title_qc = "''Enfants des dieux'' 2{{e}} partie",
title_qc = "''Enfants des dieux'' 2{{e}} partie",
title_vo = '"Children of the Gods", Part 2',
title_vo = '"Children of the Gods", Part 2',
property = "Enfants des dieux",
property = "Enfants des dieux, 2e partie",
season = 1,
season = 1,
episode = 2,
episode = 2,
alias = {
alias = {
"SG1-S01E02",
"SG1-S01E02",
"SG1-1x02",
"SG1-1.02",
"SG1-102",
"Children of the Gods, Part 2",
"Children of the Gods, Part 2",
"Children of the Gods Part 2",
"Enfants des dieux, 2e partie",
"Enfants des dieux, 2e partie",
"Enfants des dieux 2e partie",
}
}
},
},
Ligne 55 : Ligne 65 :
alias = {
alias = {
"SG1-S01E03",
"SG1-S01E03",
"SG1-1x03",
"SG1-1.03",
"SG1-103",
"The Enemy Within",
"The Enemy Within",
"L'Ennemi intérieur",
"L'Ennemi intérieur",
}
},
{
-- S01E04 - Emancipation - Émancipation
id = "SG1-S01E03",
namespace = "Épisode",
page_title = "Émancipation",
title_fr = "''Émancipation''",
title_qc = "''Émancipation''",
title_vo = '"Emancipation"',
property = "Émancipation",
season = 1,
episode = 3,
alias = {
"SG1-S01E04",
"SG1-1x04",
"SG1-1.04",
"SG1-104",
"Emancipation",
"Émancipation",
}
}
},
},

Version du 28 mai 2026 à 11:01

Documentation icon Documentation module[créer]
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-S01E03",
		namespace	= "Épisode",
		page_title	= "Émancipation",
		title_fr	= "''Émancipation''",
		title_qc	= "''Émancipation''",
		title_vo	= '"Emancipation"',
		property	= "Émancipation",
		season		= 1,
		episode		= 3,
		alias		= {
			"SG1-S01E04",
			"SG1-1x04",
			"SG1-1.04",
			"SG1-104",
			"Emancipation",
			"Émancipation",
		}
	},
}

return p