Aller au contenu

Module:Episode/SG1Season1

De Stargate Wiki Sémantique
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