Module:Data/Media/Movie: Difference between revisions

Jump to navigation Jump to search
(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, }")
 
No edit summary
Line 1: Line 1:
local media = {
local media = {
-- Persona
['p4fh'] = 'Persona 4 The Animation: The Factor of Hope',
['p4fh'] = 'Persona 4 The Animation: The Factor of Hope',
['p3msb'] = 'Persona 3 The Movie: Spring of Birth',
['p3msb'] = 'Persona 3 The Movie: Spring of Birth',

Revision as of 01:50, 13 June 2024

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

local media = {
-- Persona
	['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,
}