Module:Game Rating/Data: Difference between revisions

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search
No edit summary
(Expanded the list a little more)
Line 56: Line 56:
         GRB= {
         GRB= {
             fullName= 'Game Rating Board',
             fullName= 'Game Rating Board',
            region= 'South Korea',
            ratings= {
                {
                    code='A',
                    full='All',
                },
                '12', '15', '18',
                {
                    code='T',
                    full='Test',
                },
            },
        },
        GRAC= {
            fullName= 'Game Rating and Administration Committee',
             region= 'South Korea',
             region= 'South Korea',
             ratings= {
             ratings= {
Line 105: Line 120:
             region= 'Brazil',
             region= 'Brazil',
             ratings= {'L', '10', '12', '14', '16', '18'},
             ratings= {'L', '10', '12', '14', '16', '18'},
        },
        RARS= {
            fullName= 'Russian Age Rating System',
            region= 'Russia',
            ratings= {'0+', '6+', '12+', '16+', '18+'},
         },  
         },  
         GSRMR= {
         GSRMR= {
Line 119: Line 139:
             fullName= 'General Commission for Audiovisual Media',
             fullName= 'General Commission for Audiovisual Media',
             region= 'Saudi Arabia',
             region= 'Saudi Arabia',
             ratings= {'3', '7', '12', '16', '18'},
             ratings= {
            '3', '7', '12', '16', '18',
            {
                    code='tbc',
                    full='To be classified',
                },
            },
         },
         },
         NMC= {
         NMC= {

Revision as of 17:19, 21 November 2020

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


return {
    organizations= {
        ESRB= {
            fullName= 'Entertainment Software Rating Board',
            region= 'North America',
            ratings= {
                {
                    code= 'K-A',
                    full= 'Kids-to-Adult',
                },
                { 
                    code= 'RP',
                    full= 'Rating Pending',
                },
                {
                    code= 'EC',
                    full= 'Early Childhood',
                },
                {
                    code= 'E',
                    full= 'Everyone',
                },
                {
                    code= 'E10+',
                    full= 'Everyone 10+',
                },
                {
                    code= 'T',
                    full= 'Teen',
                },
                {
                    code= 'M',
                    full= 'Mature',
                },
                {
                    code= 'AO',
                    full= 'Adults Only',
                },
            },
        },
        PEGI= {
            fullName= 'Pan European Game Information',
            region= 'Europe',
            ratings= {'3', '7', '12', '16', '18', '3+', '4+', '6+', '7+', '11+', '12+', '15+', '16+', '18+'},
        },
        ELSPA= {
            fullName= 'Entertainment and Leisure Software Publishers Association',
            region= 'United Kingdom',
            ratings= {'3+', '11+', '15+', '18+'},
        }, 
        CERO= {
            fullName= 'Computer Entertainment Rating Organization',
            region= 'Japan',
            ratings= {'A', 'B', 'C', 'D', 'Z', 'All', '12', '15', '18'},
        }, 
        GRB= {
            fullName= 'Game Rating Board',
            region= 'South Korea',
            ratings= {
                {
                    code='A',
                    full='All',
                },
                '12', '15', '18',
                {
                    code='T',
                    full='Test',
                },
            },
        }, 
        GRAC= {
            fullName= 'Game Rating and Administration Committee',
            region= 'South Korea',
            ratings= {
                {
                    code='A',
                    full='All',
                },
                '12', '15', '18',
                {
                    code='T',
                    full='Test',
                },
            },
        }, 
        CB= {
            fullName= 'Classification Board',
            region= 'Australia',
            ratings= {
                {
                    code= 'E',
                    full= 'Exempt from classification',
                },
                {
                    code= 'G',
                    full= 'General',
                },
                {
                    code= 'PG',
                    full= 'Parental guidance recommended',
                },
                {
                    code= 'M',
                    full= 'Recommended for mature audiences',
                },
                {
                    code= 'MA15+',
                    full= 'Restricted',
                },
                'G8+',
            },
        }, 
        USK= {
            fullName= 'Unterhaltungssoftware Selbstkontrolle',
            region= 'Germany',
            ratings= {'0', '6', '12', '16', '18'},
        }, 
        DEJUS= {
            fullName= 'Department of Justice, Rating, Titles and Qualification',
            region= 'Brazil',
            ratings= {'L', '10', '12', '14', '16', '18'},
        }, 
        RARS= {
            fullName= 'Russian Age Rating System',
            region= 'Russia',
            ratings= {'0+', '6+', '12+', '16+', '18+'},
        }, 
        GSRMR= {
            fullName= 'Game Software Rating Management Regulations',
            region= 'Taiwan',
            ratings= {'O+', '6+', '12+', '15+', '18+'},
        },
        FPB= {
            fullName= 'Film and Publication Board',
            region= 'South Africa',
            ratings= {'PG', '7-9 PG', '10-12 PG', '13', '16', '18'},
        },
        GCAM= {
            fullName= 'General Commission for Audiovisual Media',
            region= 'Saudi Arabia',
            ratings= {
            	'3', '7', '12', '16', '18',
            	{
                    code='tbc',
                    full='To be classified',
                },
            },
        },
        NMC= {
            fullName= 'National Media Council',
            region= 'United Arab Emirates',
            ratings= {'3', '7', '12', '16', '18', '21'},
        },
    },
}