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, }") |
Mistiryshak (talk | contribs) mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
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', | ||
['p3m'] = 'Persona 3 The Movie', | |||
['p3msb'] = 'Persona 3 The Movie: Spring of Birth', | ['p3msb'] = 'Persona 3 The Movie: Spring of Birth', | ||
['p3mmkd'] = 'Persona 3 The Movie: Midsummer Knight\'s Dream', | ['p3mmkd'] = 'Persona 3 The Movie: Midsummer Knight\'s Dream', |
Latest revision as of 17:43, 6 November 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', ['p3m'] = 'Persona 3 The Movie', ['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, }