Module:Data/Media/Soundtrack/raw

Revision as of 14:52, 22 October 2024 by Mistiryshak (talk | contribs) (Created page with "local media = { ['p3msobts'] = 'Persona 3 The Movie -#1 Spring of Birth- Theme Song CD Set', ['p3msobost'] = 'Persona 3 The Movie #1 Spring of Birth Soundtrack CD', ['p3mmkdts'] = "Persona 3 The Movie -#2 Midsummer Knight's Dream- Theme Song CD Set", ['p3mmkdost'] = "Persona 3 The Movie #2 Midsummer Knight's Dream Soundtrack CD", ['p3mfdts'] = 'Persona 3 The Movie -#3 Falling Down- Theme Song CD Set', ['p3mfdst'] = "Persona 3 The Movie #3 Falling Down Soundtrack CD...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Data/Media/Soundtrack/raw/doc

local media = {
	['p3msobts'] = 'Persona 3 The Movie -#1 Spring of Birth- Theme Song CD Set',
	['p3msobost'] = 'Persona 3 The Movie #1 Spring of Birth Soundtrack CD',
	['p3mmkdts'] = "Persona 3 The Movie -#2 Midsummer Knight's Dream- Theme Song CD Set",
	['p3mmkdost'] = "Persona 3 The Movie #2 Midsummer Knight's Dream Soundtrack CD",
	['p3mfdts'] = 'Persona 3 The Movie -#3 Falling Down- Theme Song CD Set',
	['p3mfdst'] = "Persona 3 The Movie #3 Falling Down Soundtrack CD",
	['p3mworts'] = 'Persona 3 The Movie -#4 Winter of Rebirth- Theme Song CD Set',
	['p3mworst'] = "Persona 3 The Movie #4 Winter of Rebirth Soundtrack CD",
}

return {
    media = media,
}