Module:Game Rating/Data

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search

Lua error in Module:Game_Rating at line 131: attempt to index local 'region' (a nil value).


return {
    organizations= {
        {
            shortName= 'ESRB',
            fullName= 'Entertainment Software Rating Board',
            region= 'North America',
        },
        {
            shortName= 'PEGI',
            fullName= 'Pan European Game Information',
            region= 'Europe',
        },
        {
            shortName= 'ELSPA',
            fullName= 'Entertainment and Leisure Software Publishers Association',
            region= 'United Kingdom',
        }, 
        {
            shortName= 'CERO',
            fullName= 'Computer Entertainment Rating Organization',
            region= 'Japan',
        }, 
        {
            shortName= 'GRB',
            fullName= 'Game Rating Board',
            region= 'South Korea',
        }, 
        {
            shortName= 'CB',
            fullName= 'Classification Board',
            region= 'Australia',
        }, 
        {
            shortName= 'USK',
            fullName= 'Unterhaltungssoftware Selbstkontrolle',
            region= 'Germany',
        }, 
        {
            shortName= 'DEJUS',
            fullName= 'Department of Justice, Rating, Titles and Qualification',
            region= 'Brazil',
        }, 
        {
            shortName= 'GSRMR',
            fullName= 'Game Software Rating Management Regulations',
            region= 'Taiwan',
        },    
    },
}