Module:Data/Media/TV

Revision as of 02:13, 13 June 2024 by Rman41 (talk | contribs) (Created page with "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 Animat...")
(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/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,
}