Module:Game Rating/Data: Difference between revisions

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search
mNo edit summary
(more data. phew)
Line 1: Line 1:
return {
return {
     organizations= {
     organizations= {
         {
         ESRB= {
            shortName= 'ESRB',
             fullName= 'Entertainment Software Rating Board',
             fullName= 'Entertainment Software Rating Board',
             region= 'North America',
             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= 'T',
                    full= 'Teen',
                },
                {
                    code= 'M',
                    full= 'Mature',
                },
                {
                    code= 'A',
                    full= 'Adults Only',
                },
            },
         },
         },
         {
         PEGI= {
            shortName= 'PEGI',
             fullName= 'Pan European Game Information',
             fullName= 'Pan European Game Information',
             region= 'Europe',
             region= 'Europe',
            ratings= {'3', '7', '12', '16', '18'},
         },
         },
         {
         ELSPA= {
            shortName= 'ELSPA',
             fullName= 'Entertainment and Leisure Software Publishers Association',
             fullName= 'Entertainment and Leisure Software Publishers Association',
             region= 'United Kingdom',
             region= 'United Kingdom',
            ratings= {'3+', '11+', '15+', '18+'},
         },  
         },  
         {
         CERO= {
            shortName= 'CERO',
             fullName= 'Computer Entertainment Rating Organization',
             fullName= 'Computer Entertainment Rating Organization',
             region= 'Japan',
             region= 'Japan',
            ratings= {'A', 'B', 'C', 'D', 'Z', 'All', '12', '15', '18'},
         },  
         },  
         {
         GRB= {
            shortName= 'GRB',
             fullName= 'Game Rating Board',
             fullName= 'Game Rating Board',
             region= 'South Korea',
             region= 'South Korea',
            ratings= {
                {
                    code='A',
                    full='All',
                },
                '12', '15', '18',
                {
                    code='T',
                    full='Test',
                },
            },
         },  
         },  
         {
         CB= {
            shortName= 'CB',
             fullName= 'Classification Board',
             fullName= 'Classification Board',
             region= 'Australia',
             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',
                },
            },
         },  
         },  
         {
         USK= {
            shortName= 'USK',
             fullName= 'Unterhaltungssoftware Selbstkontrolle',
             fullName= 'Unterhaltungssoftware Selbstkontrolle',
             region= 'Germany',
             region= 'Germany',
            ratings= {'0', '6', '12', '16', '18'},
         },  
         },  
         {
         DEJUS= {
            shortName= 'DEJUS',
             fullName= 'Department of Justice, Rating, Titles and Qualification',
             fullName= 'Department of Justice, Rating, Titles and Qualification',
             region= 'Brazil',
             region= 'Brazil',
            ratings= {'L', '10', '12', '14', '16', '18'},
         },  
         },  
         {
         GSRMR= {
            shortName= 'GSRMR',
             fullName= 'Game Software Rating Management Regulations',
             fullName= 'Game Software Rating Management Regulations',
             region= 'Taiwan',
             region= 'Taiwan',
            ratings= {'O+', '6+', '12+', '15+', '18+'},
         },     
         },     
     },
     },
}
}

Revision as of 03:41, 5 November 2017

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= 'T',
                    full= 'Teen',
                },
                {
                    code= 'M',
                    full= 'Mature',
                },
                {
                    code= 'A',
                    full= 'Adults Only',
                },
            },
        },
        PEGI= {
            fullName= 'Pan European Game Information',
            region= 'Europe',
            ratings= {'3', '7', '12', '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',
                },
            },
        }, 
        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',
                },
            },
        }, 
        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'},
        }, 
        GSRMR= {
            fullName= 'Game Software Rating Management Regulations',
            region= 'Taiwan',
            ratings= {'O+', '6+', '12+', '15+', '18+'},
        },    
    },
}