Module:Data/Media/Movie

Revision as of 01:45, 13 June 2024 by Rman41 (talk | contribs) (Created page with "local media = { ['p4fh'] = 'Persona 4 The Animation: The Factor of Hope', ['p3msb'] = 'Persona 3 The Movie: Spring of Birth', ['p3mmkd'] = 'Persona 3 The Movie: Midsummer Knight\'s Dream', ['p3mfd'] = 'Persona 3 The Movie: Falling Down', ['p3mwr'] = 'Persona 3 The Movie: Winter of Rebirth', } return { media = media, }")
(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/Movie/doc

local media = {
	['p4fh'] = 'Persona 4 The Animation: The Factor of Hope',
	['p3msb'] = 'Persona 3 The Movie: Spring of Birth',
	['p3mmkd'] = 'Persona 3 The Movie: Midsummer Knight\'s Dream',
	['p3mfd'] = 'Persona 3 The Movie: Falling Down',
	['p3mwr'] = 'Persona 3 The Movie: Winter of Rebirth',
}

return {
    media = media,
}