![]() | 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! |
![]() | 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! |
-- <pre>
local thisData = mw.loadData( 'Module:Data/static/language/data' )
local DATA = require( 'Module:Data' )
return function( v )
return thisData.main[
thisData.normalize[
( DATA.getRegion( v ) or {} ).index
]
]
end
-- </pre>