Module:Data/Media/TV

Jump to navigation Jump to search

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

local media = {
-- Devil Summoner
	['desum'] = 'Shin Megami Tensei: Devil Summoner (TV Series)',
-- Persona
	['pts'] = 'Persona: Trinity Soul',
	['p4a'] = 'Persona 4 The Animation',
	['p4ga'] = 'Persona 4 The Golden Animation',
	['p5db'] = 'Persona 5 The Animation: The Day Breakers',
	['p5a'] = 'Persona 5 The Animation',
-- Devil Children
	['dc'] = 'DeviChil',
	['dcld'] = 'D-Children: Light & Dark (TV Series)',
-- Devil Survivor
	['desu2a'] = 'Devil Survivor 2 The Animation',
}

return {
    media = media,
}