Module:Data/Media/Manga: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
local media = { | local media = { | ||
-- Shin Megami Tensei | |||
['smttr'] = 'Shin Megami Tensei: Tokyo Revelation', | ['smttr'] = 'Shin Megami Tensei: Tokyo Revelation', | ||
['smttm'] = 'Shin Megami Tensei II: Tokyo Millennium', | ['smttm'] = 'Shin Megami Tensei II: Tokyo Millennium', | ||
Line 11: | Line 12: | ||
['smt4p'] = 'Shin Megami Tensei IV: Prayers', | ['smt4p'] = 'Shin Megami Tensei IV: Prayers', | ||
['dsmt'] = 'Deathtament: Shin Megami Tensei: DSJ Another Report', | ['dsmt'] = 'Deathtament: Shin Megami Tensei: DSJ Another Report', | ||
-- Majin Tensei | |||
['mjttr'] = 'Majin Tensei: The True Remembrance', | ['mjttr'] = 'Majin Tensei: The True Remembrance', | ||
-- Devil Summoner | |||
['dsrkkm'] = 'Devil Summoner: Raidou Kuzunoha vs. Kodoku no Marebito', | ['dsrkkm'] = 'Devil Summoner: Raidou Kuzunoha vs. Kodoku no Marebito', | ||
-- Persona | |||
['mip'] = 'Megami Ibunroku Persona (Manga)', | ['mip'] = 'Megami Ibunroku Persona (Manga)', | ||
['ptb'] = 'Persona: Tsumi to Batsu', | ['ptb'] = 'Persona: Tsumi to Batsu', | ||
Line 29: | Line 33: | ||
['p5'] = 'Persona 5 (Manga)', | ['p5'] = 'Persona 5 (Manga)', | ||
['p5mm'] = 'Persona 5: Mementos Mission', | ['p5mm'] = 'Persona 5: Mementos Mission', | ||
-- Digital Devil Saga | |||
['ddsatsm'] = 'Digital Devil Saga: Avatar Tuner: Shinen no Matō', | ['ddsatsm'] = 'Digital Devil Saga: Avatar Tuner: Shinen no Matō', | ||
-- Devil Survivor | |||
['desu1'] = 'Devil Survivor (Manga)', | ['desu1'] = 'Devil Survivor (Manga)', | ||
['syfw'] = 'Devil Survivor 2: Show Your Free Will', | ['syfw'] = 'Devil Survivor 2: Show Your Free Will', | ||
['desu2a'] = 'Devil Survivor 2 The Animation (Manga)', | ['desu2a'] = 'Devil Survivor 2 The Animation (Manga)', | ||
-- Other | |||
['smtcg'] = 'Shin Megami Tensei CG Senki: Dante\'s Gate', | ['smtcg'] = 'Shin Megami Tensei CG Senki: Dante\'s Gate', | ||
} | } |
Revision as of 01:42, 13 June 2024
Documentation for this module may be created at Module:Data/Media/Manga/doc
local media = { -- Shin Megami Tensei ['smttr'] = 'Shin Megami Tensei: Tokyo Revelation', ['smttm'] = 'Shin Megami Tensei II: Tokyo Millennium', ['smtost'] = 'Shin Megami Tensei: Otosare Shi Tsubasa', ['smtif'] = 'Shin Megami Tensei if...: Gakuen no Akuma Tsukai', ['smtk'] = 'Shin Megami Tensei: Kahn', ['smte'] = 'Shin Megami Tensei: Eden', ['smt3'] = 'Shin Megami Tensei III: Nocturne (Manga)', ['smtg'] = 'Shin Megami Tensei Gaiten: Hato no Senki', ['smt4dg'] = 'Shin Megami Tensei IV: Demonic Gene', ['smt4p'] = 'Shin Megami Tensei IV: Prayers', ['dsmt'] = 'Deathtament: Shin Megami Tensei: DSJ Another Report', -- Majin Tensei ['mjttr'] = 'Majin Tensei: The True Remembrance', -- Devil Summoner ['dsrkkm'] = 'Devil Summoner: Raidou Kuzunoha vs. Kodoku no Marebito', -- Persona ['mip'] = 'Megami Ibunroku Persona (Manga)', ['ptb'] = 'Persona: Tsumi to Batsu', ['p3'] = 'Persona 3 (Manga)', ['p3rb'] = 'Persona 3 Reload: Beginnings', ['p4'] = 'Persona 4 (Manga)', ['p4m'] = 'Persona 4: The Magician', ['p4ycf'] = 'Persona 4: Yasoinaba Case File', ['pdn'] = 'Persona x Detective Naoto (Manga)', ['p4a'] = 'Persona 4 Arena (Manga)', ['p4au'] = 'Persona 4 Arena Ultimax (Manga)', ['pqr'] = 'Persona Q: Shadow of the Labyrinth: Roundabout', ['pqp3'] = 'Persona Q: Shadow of the Labyrinth Side:P3', ['pqp4'] = 'Persona Q: Shadow of the Labyrinth Side:P4', ['pq2r'] = 'Persona Q2: New Cinema Labyrinth: Roundabout SP', ['p5'] = 'Persona 5 (Manga)', ['p5mm'] = 'Persona 5: Mementos Mission', -- Digital Devil Saga ['ddsatsm'] = 'Digital Devil Saga: Avatar Tuner: Shinen no Matō', -- Devil Survivor ['desu1'] = 'Devil Survivor (Manga)', ['syfw'] = 'Devil Survivor 2: Show Your Free Will', ['desu2a'] = 'Devil Survivor 2 The Animation (Manga)', -- Other ['smtcg'] = 'Shin Megami Tensei CG Senki: Dante\'s Gate', } return { media = media, }