![]() | Help support Yugipedia by using our Chrome extension, which redirects links to the old Wikia/Fandom site to Yugipedia, ensuring you see the most up-to-date information. If you have any issues or find any bugs, be sure to let us know on Discord! |
Module:Data/static/release/data
-- <pre>
local normalize = {
['op'] = 'op', ['proxy'] = 'op',
['gc'] = 'gc', ['giant'] = 'gc',
['ct'] = 'ct', ['topper'] = 'ct',
['rp'] = 'rp', ['replica'] = 'rp',
}
local main = {
['op'] = { abbr = 'OP', full = 'Official Proxy' },
['gc'] = { abbr = 'GC', full = 'Giant Card' },
['ct'] = { abbr = 'CT', full = 'Case Topper' },
['rp'] = { abbr = 'RP', full = 'Replica' },
}
return {
normalize = normalize,
main = main,
}
-- </pre>