×
Fallout Wiki

Module:Episodes/Data

Documentation for this module may be created at Module:Episodes/Data/doc

return {

-- ======================
-- Season 1
-- ======================
	Episodes = {
		S1E1 = {
			link = "S1E1 - The End",
			category = "Category:Fallout Television Series S1E1",
		},
		S1E2 = {
			link = "S1E2 - The Target",
			category = "Category:Fallout Television Series S1E2",
		},
		S1E3 = {
			link = "S1E3 - The Head",
			category = "Category:Fallout Television Series S1E3",
		},
		S1E4 = {
			link = "S1E4 - The Ghouls",
			category = "Category:Fallout Television Series S1E4",
		},
		S1E5 = {
			link = "S1E5 - The Past",
			category = "Category:Fallout Television Series S1E5",
		},
		S1E6 = {
			link = "S1E6 - The Trap",
			category = "Category:Fallout Television Series S1E6",
		},
		S1E7 = {
			link = "S1E7 - The Radio",
			category = "Category:Fallout Television Series S1E7",
		},
		S1E8 = {
			link = "S1E8 - The Beginning",
			category = "Category:Fallout Television Series S1E8",
		},
		
		-- ======================
		-- Season 1 bonus header
		-- ======================
		
		S1B = {
			header = "Vault Seller’s Survival Guide",
			category = "Category:Fallout Television Series Season 1 Bonus Episode",
		},
		
		S1B1 = {
			link = "The Winning Team!",
			category = "Category:Fallout Television Series Season 1 Bonus Episode",
		},
		S1B2 = {
			link = "Follow Your No's!",
			category = "Category:Fallout Television Series Season 1 Bonus Episode",
		},
		S1B3 = {
			link = "Welcome Home!",
			category = "Category:Fallout Television Series Season 1 Bonus Episode",
		},
		S1B4 = {
			link = "Meet Me in Coswald!",
			category = "Category:Fallout Television Series Season 1 Bonus Episode",
		},
		S1B5 = {
			link = "Step on the Gas!",
			category = "Category:Fallout Television Series Season 1 Bonus Episode",
		},
		S1B6 = {
			link = "Steer the Ship!",
			category = "Category:Fallout Television Series Season 1 Bonus Episode",
		},
		S1B7 = {
			link = "Bud's Buds!",
			category = "Category:Fallout Television Series Season 1 Bonus Episode",
		},
		
		-- ======================
		-- Season 2
		-- ======================
		
		S2E1 = {
			link = "S2E1 - The Innovator",
			category = "Category:Fallout Television Series S2E1",
		},
		S2E2 = {
			link = "S2E2 - The Golden Rule",
			category = "Category:Fallout Television Series S2E2",
		},
		S2E3 = {
			link = "S2E3 - The Profligate",
			category = "Category:Fallout Television Series S2E3",
		},
		S2E4 = {
			link = "S2E4 - The Demon in the Snow",
			category = "Category:Fallout Television Series S2E4",
		},
		S2E5 = {
			link = "S2E5 - The Wrangler",
			category = "Category:Fallout Television Series S2E5",
		},
		S2E6 = {
			link = "S2E6 - The Other Player",
			category = "Category:Fallout Television Series S2E6",
		},
		S2E7 = {
			link = "S2E7 - The Handoff",
			category = "Category:Fallout Television Series S2E7",
		},
		S2E8 = {
			link = "S2E8 - The Strip",
			category = "Category:Fallout Television Series S2E8",
		},
		
		-- ======================
		-- Season 3
		-- ======================
		
		S3E1 = {
			link = "S3E1",
			category = "Category:Fallout Television Series S3E1",
		},
		S3E2 = {
			link = "S3E2",
			category = "Category:Fallout Television Series S3E2",
		},
		S3E3 = {
			link = "S3E3",
			category = "Category:Fallout Television Series S3E3",
		},
		S3E4 = {
			link = "S3E4",
			category = "Category:Fallout Television Series S3E4",
		},
		S3E5 = {
			link = "S3E5",
			category = "Category:Fallout Television Series S3E5",
		},
		S3E6 = {
			link = "S3E6",
			category = "Category:Fallout Television Series S3E6",
		},
		S3E7 = {
			link = "S3E7",
			category = "Category:Fallout Television Series S3E7",
		},
		S3E8 = {
			link = "S3E8",
			category = "Category:Fallout Television Series S3E8",
		},
		
		-- ======================
		-- Season 4
		-- ======================
		
		S4E1 = {
			link = "S4E1",
			category = "Category:Fallout Television Series S4E1",
		},
		S4E2 = {
			link = "S4E2",
			category = "Category:Fallout Television Series S4E2",
		},
		S4E3 = {
			link = "S4E3",
			category = "Category:Fallout Television Series S4E3",
		},
		S4E4 = {
			link = "S4E4",
			category = "Category:Fallout Television Series S4E4",
		},
		S4E5 = {
			link = "S4E5",
			category = "Category:Fallout Television Series S4E5",
		},
		S4E6 = {
			link = "S4E6",
			category = "Category:Fallout Television Series S4E6",
		},
		S4E7 = {
			link = "S4E7",
			category = "Category:Fallout Television Series S4E7",
		},
		S4E8 = {
			link = "S4E8",
			category = "Category:Fallout Television Series S4E8",
		},
	},
	Categories = {
		character = "Characters",
		location = "Locations",
	},

}