Module:Data/Media/Cards
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Data/Media/Cards/doc
local media = { -- Shin Megami Tensei Trading Card Game ['smttcg'] = 'Shin Megami Tensei Trading Card Game', ['smt1e'] = 'Shin Megami Tensei Trading Card Game: 1st Edition', ['smt2e'] = 'Shin Megami Tensei Trading Card Game: 2nd Edition', ['smt3e'] = 'Shin Megami Tensei Trading Card Game: 3rd Edition', ['smtng'] = 'Shin Megami Tensei Trading Card Game: Neo Genesis', ['smtaw'] = 'Shin Megami Tensei Trading Card Game: Apocalypse War', ['smtcm'] = 'Shin Megami Tensei Trading Card Game: Chaos-Masquerade', ['smtss'] = 'Shin Megami Tensei Trading Card Game: Eins: Seventh Sanctuary', ['smtal'] = 'Shin Megami Tensei Trading Card Game: Zwei: Artifical Life', ['smtmg'] = 'Shin Megami Tensei Trading Card Game: Drei: Monument of Goddess', ['smtmr'] = 'Shin Megami Tensei Trading Card Game: Monument of Reincarnation', -- Devil Children ['dccg'] = 'Shin Megami Tensei Devil Children Card Game', ['dcg'] = 'Shin Megami Tensei Devil Children Card Game: Goumaden', ['dcm'] = 'Shin Megami Tensei Devil Children Card Game: Maohfūin', ['dcmk'] = 'Shin Megami Tensei Devil Children Card Game: Meshia Kakusei', ['dcmf'] = 'Shin Megami Tensei Devil Children Card Game: Maden Fukkatsu', ['dcbm'] = 'Shin Megami Tensei Devil Children Card Game: Byakusei Monshou', ['dckj'] = 'Shin Megami Tensei Devil Children Card Game: Kakushin Joshou', ['dcv1'] = 'Shin Megami Tensei D-Children Card Game: Ver. I', ['dcv2'] = 'Shin Megami Tensei D-Children Card Game: Ver. II', -- Nocturne ver. (Do not place this with the other SMT game! It is a total reboot!) ['smt3cg'] = 'Shin Megami Tensei Card Game: Nocturne Ver.', -- Other ['smtc'] = 'Shin Megami Tensei Chronicle', -- Was not a game ['smte'] = 'Shin Megami Tensei Encyclopedia', ['p3tc'] = 'Persona 3 Trading Card', -- Was not a game ['p3ftc'] = 'Persona 3 FES Trading Card', -- Was not a game ['pvs'] = 'Persona VS', } return { media = media, }