Ratchet & Clank Wiki
Register
Advertisement
This page contains Lua code for templates such as {{cite}}, and link templates. Codenames are also commonly used in templates as names, parameter names, parameter inputs, and parameter values..

-- <nowiki>
-- Data used to fetch game/movie shortname, link, icon and site from their codename
-- Used in other modules, such as Module:Appearances and Module:Cite
return {
    ['rc02'] = {
        ['title'] = 'Ratchet & Clank',
        ['link'] = 'Ratchet & Clank (2002 game)',
        ['shortname'] = 'Ratchet & Clank',
        ['appendix'] = '(2002 game)',
        ['release'] = '2002/11/4',
        ['year'] = '2002',
        ['month'] = '11',
        ['day'] = '4',
        ['media'] = 'game',
        ['developer'] = '[[wikipedia:Insomniac Games|Insomniac Games]]',
        ['publisher'] = '[[wikipedia:Sony Interactive Entertainment|Sony Computer Entertainment]]',
        ['platform'] = 'PlayStation 2',
        ['icon'] = {
            ['image'] = 'Ratchet & Clank (2002) logo.png',
            ['size'] = '50px',
        },
        ['manual'] = {
            ['NTSC-U/C'] = '[[:File:R&C (2002) manual (NTSC-UC).pdf|game manual (NTSC-U/C)]]',
            ['PAL'] = '[[:File:R&C (2002) manual (PAL).pdf|game manual (PAL)]]',
        },
        ['guide'] = {
            ['title'] = "Ratchet & Clank Prima's Official Strategy Guide",
            ['author'] = 'Greg Off',
            --['author'] = {'Greg', 'Off'}
            ['release'] = '2002/11/1',
	        ['year'] = '2002',
	        ['month'] = '11',
	        ['day'] = '1',
	        ['year'] = '2002',
	        ['month'] = '11',
	        ['day'] = '4',
            ['publisher'] = 'Prima Games',
            ['isbn'] = '0761539646',
        },
        ['extras'] = 'Goodies',
        ['extraspage'] = 'Ratchet & Clank (2002 game) Goodies menu',
        ['versions'] = {
        	['e3 demo'] = {
        		['name'] = 'E3 Demo',
        		['region'] = 'NTSC-U',
        		['release'] = '2002/4/7',
		        ['year'] = '2002',
		        ['month'] = '4',
		        ['day'] = '7',
        		['number'] = 'SCUS-97209',
        	},
        	['demo disc'] = {
        		['name'] = 'Demo Disc',
        		['region'] = 'PAL',
        		['release'] = '2002/6/12',
		        ['year'] = '2002',
		        ['month'] = '6',
		        ['day'] = '12',
        		['number'] = 'SCED-51075',
        	},
        	['eb games demo'] = {
        		['name'] = 'EB Games Demo',
        		['region'] = 'NTSC-U',
        		['release'] = '2002/6/12',
		        ['year'] = '2002',
		        ['month'] = '6',
		        ['day'] = '12',
        		['number'] = 'SCUS-97240',
        	},
        	['alpha'] = {
        		['name'] = 'alpha',
        		['region'] = 'NTSC-U',
        		['release'] = '2002/6/25',
		        ['year'] = '2002',
		        ['month'] = '6',
		        ['day'] = '25',
        		['number'] = 'SCPS-00000',
        	},
        	['beta'] = {
        		['name'] = 'beta',
        		['region'] = 'NTSC-U',
        		['release'] = '2002/8/2',
		        ['year'] = '2002',
		        ['month'] = '8',
		        ['day'] = '2',
        		['number'] = 'SCPS-00000',
        	},
        	['late prototype'] = {
        		['name'] = 'late prototype',
        		['region'] = 'NTSC-U',
        		['release'] = '2002/9/9',
		        ['year'] = '2002',
		        ['month'] = '9',
		        ['day'] = '9',
        		['number'] = 'SCUS-97199',
        	},
        	['NTSC-U/C'] = {
        		['name'] = '(NTSC-U/C retail)',
        		['region'] = 'NTSC-U',
        		['release'] = '2002/10/1',
		        ['year'] = '2002',
		        ['month'] = '10',
		        ['day'] = '1',
        		['number'] = 'SCUS-97199',
        	},
        	['PAL'] = {
        		['name'] = '(PAL retail)',
        		['region'] = 'PAL',
        		['release'] = '2002/10/6',
		        ['year'] = '2002',
		        ['month'] = '10',
		        ['day'] = '6',
        		['number'] = 'SCES-50916',
        	},
        	['NTSC-J'] = {
        		['name'] = '(NTSC-J retail)',
        		['region'] = 'NTSC-J',
        		['release'] = '2002/11/12',
		        ['year'] = '2002',
		        ['month'] = '11',
		        ['day'] = '12',
        		['number'] = 'SCPS-15037',
        	},
        	['NTSC-J 2'] = {
        		['name'] = '(NTSC-J retail)',
        		['region'] = 'NTSC-J',
        		['release'] = '2002/11/12',
		        ['year'] = '2002',
		        ['month'] = '11',
		        ['day'] = '12',
        		['number'] = 'PBPX-95516',
        	},
        }
    },
    ['gc'] = {
        ['title'] = 'Ratchet & Clank: Going Commando',
        ['link'] = 'Ratchet & Clank: Going Commando',
        ['shortname'] = 'Going Commando',
        ['release'] = '2003/11/11',
        ['year'] = '2003',
        ['month'] = '11',
        ['day'] = '11',
        ['developer'] = '[[wikipedia:Insomniac Games|Insomniac Games]]',
        ['publisher'] = '[[wikipedia:Sony Interactive Entertainment|Sony Computer Entertainment]]',
        ['platform'] = 'PlayStation 2',
        ['icon'] = {
            ['image'] = 'Going Commando logo.png',
            ['size'] = '50px',
        },
        ['manual'] = {
            ['NTSC-U/C'] = '[[:File:Going Commando manual (NTSC-UC).pdf|game manual (NTSC-U/C)]]',
        },
        ['guide'] = {
            ['title'] = "Ratchet & Clank Going Commando Official Strategy Guide",
            ['author'] = 'Greg Off, Linda Wanczyk',
            --['author'] = {{'Greg', 'Off'}, {'Linda', 'Wanczyk'}}
            ['release'] = '2003/12/1',
	        ['year'] = '2003',
	        ['month'] = '12',
	        ['day'] = '1',
            ['publisher'] = 'BradyGames',
            ['isbn'] = '0744003288',
        },
        ['extras'] = 'Special',
        ['extraspage'] = 'Going Commando Special menu',
        ['museumpage'] = 'Insomniac Museum (Going Commando)',
        ['museum'] = 'Insomniac Museum',
        ['versions'] = {
        	['demo'] = {
        		['name'] = 'demo',
        		['region'] = 'NTSC-U',
        		['release'] = '2003/6/5',
		        ['year'] = '2003',
		        ['month'] = '6',
		        ['day'] = '5',
        		['number'] = 'SCUS-97322',
        	},
        	['preview'] = {
        		['name'] = 'preview',
        		['region'] = 'PAL',
        		['release'] = '2003/8/8',
		        ['year'] = '2003',
		        ['month'] = '8',
		        ['day'] = '8',
        		['number'] = 'SCES-51607',
        	},
        	['magazine demo'] = {
        		['name'] = 'magazine demo',
        		['region'] = 'PAL',
        		['release'] = '2003/8/11',
		        ['year'] = '2003',
		        ['month'] = '8',
		        ['day'] = '11',
        		['number'] = 'PBPX-95520',
        	},
        	['spanish demo'] = {
        		['name'] = 'Spanish demo',
        		['region'] = 'PAL',
        		['release'] = '2003/8/12',
		        ['year'] = '2003',
		        ['month'] = '8',
		        ['day'] = '12',
        		['number'] = 'SCED-51878',
        	},
        	['Jak II demo'] = {
        		['name'] = "demo (with ''Jak II'')",
        		['region'] = 'NTSC-U',
        		['release'] = '2003/8/14',
		        ['year'] = '2003',
		        ['month'] = '8',
		        ['day'] = '14',
        		['number'] = 'SCUS-97274',
        	},
        	['alpha'] = {
        		['name'] = 'alpha preview',
        		['region'] = 'NTSC-U',
        		['release'] = '2003/8/18',
		        ['year'] = '2003',
		        ['month'] = '8',
		        ['day'] = '18',
        		['number'] = 'SCUS-97268',
        	},
        	['gamespot demo'] = {
        		['name'] = 'GameSpot demo',
        		['region'] = 'NTSC-U',
        		['release'] = '2003/?/?',
		        ['year'] = '2003',
        		['number'] = 'SCUS-97381',
        	},
        	['retail employee demo'] = {
        		['name'] = 'retail employee demo',
        		['region'] = 'NTSC-U',
        		['release'] = '2003/8/20',
		        ['year'] = '2003',
		        ['month'] = '8',
		        ['day'] = '20',
        		['number'] = 'SCUS-97323',
        	},
        	['beta'] = {
        		['name'] = 'beta',
        		['region'] = 'NTSC-U',
        		['release'] = '2003/9/4',
		        ['year'] = '2003',
		        ['month'] = '9',
		        ['day'] = '4',
        		['number'] = 'SCUS-97268',
        	},
        	['prototype'] = {
        		['name'] = 'prototype',
        		['region'] = 'NTSC-U',
        		['release'] = '2003/9/4',
		        ['year'] = '2003',
		        ['month'] = '9',
		        ['day'] = '4',
        		['number'] = 'SCES-51607',
        	},
        	['japanese demo'] = {
        		['name'] = 'Japanese magazine demo',
        		['region'] = 'NTSC-J',
        		['release'] = '2003/9/10',
		        ['year'] = '2003',
		        ['month'] = '9',
		        ['day'] = '10',
        		['number'] = 'PCPX-96639',
        	},
        	['Jak II demo updated'] = {
        		['name'] = "demo (with ''Jak II'')",
        		['region'] = 'NTSC-U',
        		['release'] = '2003/9/13',
		        ['year'] = '2003',
		        ['month'] = '9',
		        ['day'] = '13',
        		['number'] = 'SCUS-97374',
        	},
        	['NTSC-U/C'] = {
        		['name'] = '(NTSC-U/C retail)',
        		['region'] = 'NTSC-U',
        		['release'] = '2003/9/30',
		        ['year'] = '2003',
		        ['month'] = '9',
		        ['day'] = '30',
        		['number'] = 'SCUS-97268',
        	},
        	['PAL'] = {
        		['name'] = '(PAL retail)',
        		['region'] = 'PAL',
        		['release'] = '2003/10/15',
		        ['year'] = '2003',
		        ['month'] = '10',
		        ['day'] = '15',
        		['number'] = 'SCES-51607',
        	},
        	['NTSC-J'] = {
        		['name'] = '(NTSC-J retail)',
        		['region'] = 'NTSC-J',
        		['release'] = '2003/11/4',
		        ['year'] = '2003',
		        ['month'] = '11',
		        ['day'] = '4',
        		['number'] = 'SCPS-15056',
        	},
        }
    },
    ['uya'] = {
        ['title'] = 'Ratchet & Clank: Up Your Arsenal',
        ['link'] = 'Ratchet & Clank: Up Your Arsenal',
        ['shortname'] = 'Up Your Arsenal',
        ['release'] = '2004/11/2',
        ['year'] = '2004',
        ['month'] = '11',
        ['day'] = '2',
        ['developer'] = '[[wikipedia:Insomniac Games|Insomniac Games]]',
        ['platform'] = 'PlayStation 2',
        ['icon'] = {
            ['image'] = 'Up Your Arsenal logo.png',
            ['size'] = '50px',
        },
        ['manual'] = {
            ['NTSC-U/C'] = '[[:File:Up Your Arsenal manual (NTSC-UC).pdf|game manual (NTSC-U/C)]]',
        },
        ['guide'] = {
            ['title'] = "Ratchet & Clank Up Your Arsenal Official Strategy Guide",
            ['author'] = 'Greg Off',
            --['author'] = {'Greg', 'Off'}
            ['release'] = '2004/11/4',
	        ['year'] = '2004',
	        ['month'] = '11',
	        ['day'] = '4',
            ['publisher'] = 'BradyGames',
            ['isbn'] = '0744005000',
        },
        ['extras'] = 'Special',
        ['extraspage'] = 'Up Your Arsenal Special menu',
        ['museumpage'] = 'Insomniac Museum (Up Your Arsenal)',
        ['museum'] = 'Insomniac Museum',
        ['versions'] = {
        	['focus build 344'] = {
        		['name'] = 'Focus Build 344',
        		['region'] = 'NTSC-U',
        		['release'] = '2004/5/26',
		        ['year'] = '2004',
		        ['month'] = '4',
		        ['day'] = '26',
        		['number'] = 'SCUS-97353',
        	},
        	['online beta NTSC-U'] = {
        		['name'] = 'online beta',
        		['region'] = 'NTSC-U',
        		['release'] = '2004/6/20',
		        ['year'] = '2004',
		        ['month'] = '6',
		        ['day'] = '20',
        		['number'] = 'SCUS-97413',
        	},
        	['demo'] = {
        		['name'] = 'demo (first)',
        		['region'] = 'NTSC-U',
        		['release'] = '2004/6/23',
		        ['year'] = '2004',
		        ['month'] = '6',
		        ['day'] = '23',
        		['number'] = 'SCUS-97411',
        	},
        	['online beta PAL'] = {
        		['name'] = 'online beta',
        		['region'] = 'PAL',
        		['release'] = 'TCES-52456',
        		['number'] = 'SCUS-97411',
        	},
        	['magazine demo'] = {
        		['name'] = 'magazine demo',
        		['region'] = 'PAL',
        		['release'] = '2004/7/2',
		        ['year'] = '2004',
		        ['month'] = '7',
		        ['day'] = '2',
        		['number'] = 'SCED-53161',
        	},
        	['beta'] = {
        		['name'] = 'beta',
        		['region'] = 'NTSC-U',
        		['release'] = '2004/8/11',
		        ['year'] = '2004',
		        ['month'] = '8',
		        ['day'] = '11',
        		['number'] = 'SCUS-97353',
        	},
        	['NTSC-U/C'] = {
        		['name'] = '(NTSC-U/C retail)',
        		['region'] = 'NTSC-U',
        		['release'] = '2004/9/22',
		        ['year'] = '2004',
		        ['month'] = '9',
		        ['day'] = '22',
        		['number'] = 'SCUS-97353',
        	},
        	['PAL'] = {
        		['name'] = '(PAL retail)',
        		['region'] = 'PAL',
        		['release'] = '2004/9/30',
		        ['year'] = '2004',
		        ['month'] = '9',
		        ['day'] = '30',
        		['number'] = 'SCES-52456',
        	},
        	['NTSC-J'] = {
        		['name'] = '(NTSC-J retail)',
        		['region'] = 'NTSC-J',
        		['release'] = '2004/11/1',
		        ['year'] = '2004',
		        ['month'] = '11',
		        ['day'] = '1',
        		['number'] = 'SCPS-15084',
        	},
        }
    },
    ['dl'] = {
        ['title'] = 'Ratchet: Deadlocked',
        ['link'] = 'Ratchet: Deadlocked',
        ['shortname'] = 'Deadlocked',
        ['release'] = '2005/10/25',
        ['year'] = '2005',
        ['month'] = '10',
        ['day'] = '25',
        ['developer'] = '[[wikipedia:Insomniac Games|Insomniac Games]]',
        ['publisher'] = '[[wikipedia:Sony Interactive Entertainment|Sony Computer Entertainment]]',
        ['platform'] = 'PlayStation 2',
        ['icon'] = {
            ['image'] = 'Deadlocked logo.png',
            ['size'] = '50px',
        },
        ['manual'] = {
            ['NTSC-U/C'] = '[[:File:Deadlocked manual (NTSC).pdf|game manual (NTSC)]]',
            ['PAL'] = '[[:File:Gladiator manual (PAL).pdf|game manual (PAL)]]',
        },
        ['guide'] = {
            ['title'] = "Ratchet Deadlocked Prima Official Game Guide",
            ['author'] = 'Greg Off',
            --['author'] = {'Greg', 'Off'}
            ['release'] = '2005/11/8',
	        ['year'] = '2005',
	        ['month'] = '11',
	        ['day'] = '8',
            ['publisher'] = 'Prima Games',
            ['isbn'] = '0761552049',
        },
        ['extras'] = 'Extras',
        ['extraspage'] = 'Deadlocked Extras menu',
        ['versions'] = {
        	['online beta'] = {
        		['name'] = 'online beta',
        		['region'] = 'NTSC-U',
        		['release'] = '2004/6/30',
		        ['year'] = '2005',
		        ['month'] = '6',
		        ['day'] = '30',
        		['number'] = 'SCUS-97487',
        	},
        	['demo'] = {
        		['name'] = 'demo',
        		['region'] = 'NTSC-U',
        		['release'] = '2005/7/26',
		        ['year'] = '2005',
		        ['month'] = '7',
		        ['day'] = '26',
        		['number'] = 'SCUS-97485',
        	},
        	['press kit demo'] = {
        		['name'] = 'press kit demo',
        		['region'] = 'PAL',
        		['release'] = '2005/8/31',
		        ['year'] = '2005',
		        ['month'] = '8',
		        ['day'] = '31',
        		['number'] = 'SCED-53660',
        	},
        	['NTSC-U/C'] = {
        		['name'] = '(NTSC-U/C retail)',
        		['region'] = 'NTSC-U',
        		['release'] = '2005/9/22',
		        ['year'] = '2005',
		        ['month'] = '9',
		        ['day'] = '22',
        		['number'] = 'SCUS-97465',
        	},
        	['PAL'] = {
        		['name'] = '(PAL retail)',
        		['region'] = 'PAL',
        		['release'] = '2005/10/7',
		        ['year'] = '2005',
		        ['month'] = '10',
		        ['day'] = '7',
        		['number'] = 'SCES-53285',
        	},
        	['NTSC-J'] = {
        		['name'] = '(NTSC-J retail)',
        		['region'] = 'NTSC-J',
        		['release'] = '2005/10/17',
		        ['year'] = '2005',
		        ['month'] = '10',
		        ['day'] = '17',
        		['number'] = 'SCPS-15099',
        	},
        },
    },
    ['gm'] = {
        ['title'] = 'Ratchet & Clank: Going Mobile',
        ['link'] = 'Ratchet & Clank: Going Mobile',
        ['shortname'] = 'Going Mobile',
        ['release'] = '2005/11/2',
        ['year'] = '2005',
        ['month'] = '11',
        ['day'] = '2',
        ['developer'] = '[[wikipedia:Handheld Games|Handheld Games]]',
        ['publisher'] = '[[wikipedia:Sony Interactive Entertainment|Sony Computer Entertainment]]',
        ['platform'] = 'Mobile phone',
        ['icon'] = {
            ['image'] = 'Going Mobile logo.png',
            ['size'] = '50px',
        },
    },
    ['sm'] = {
        ['title'] = 'Ratchet & Clank: Size Matters',
        ['link'] = 'Ratchet & Clank: Size Matters',
        ['shortname'] = 'Size Matters',
        ['release'] = '2007/2/13',
        ['year'] = '2007',
        ['month'] = '2',
        ['day'] = '13',
        ['developer'] = '[[wikipedia:High Impact Games|High Impact Games]]',
        ['publisher'] = '[[wikipedia:Sony Interactive Entertainment|Sony Computer Entertainment]]',
        ['platform'] = 'PlayStation Portable',
        ['icon'] = {
            ['image'] = 'Size Matters logo.png',
            ['size'] = '50px',
        },
        ['guide'] = {
            ['title'] = "Ratchet & Clank Size Matters Official Guide Part Three",
            ['author'] = 'John Aspinwall',
            --['author'] = {'John', 'Aspinwall'}
            ['release'] = '2007/2/13',
	        ['year'] = '2007',
	        ['month'] = '2',
	        ['day'] = '13',
            ['publisher'] = '[[wikipedia:Sony Interactive Entertainment|Sony Computer Entertainment]]',
        },
        ['museumpage'] = 'High Impact Games Treehouse (Size Matters)',
        ['museum'] = 'High Impact Games Treehouse'
    },
    ['sac'] = {
        ['title'] = 'Secret Agent Clank',
        ['link'] = 'Secret Agent Clank (game)',
        ['shortname'] = 'Secret Agent Clank',
        ['release'] = '2008/6/17',
        ['year'] = '2008',
        ['month'] = '6',
        ['day'] = '17',
        ['developer'] = '[[wikipedia:High Impact Games|High Impact Games]]',
        ['publisher'] = '[[wikipedia:Sony Interactive Entertainment|Sony Computer Entertainment]]',
        ['platform'] = 'PlayStation Portable',
        ['icon'] = {
            ['image'] = 'Secret Agent Clank logo.png',
            ['size'] = '50px',
        },
    },
    ['tod'] = {
        ['title'] = 'Ratchet & Clank Future: Tools of Destruction',
        ['link'] = 'Ratchet & Clank Future: Tools of Destruction',
        ['shortname'] = 'Tools of Destruction',
        ['release'] = '2007/10/23',
        ['year'] = '2007',
        ['month'] = '10',
        ['day'] = '23',
        ['developer'] = '[[wikipedia:Insomniac Games|Insomniac Games]]',
        ['publisher'] = '[[wikipedia:Sony Interactive Entertainment|Sony Computer Entertainment]]',
        ['platform'] = 'PlayStation 3',
        ['icon'] = {
            ['image'] = 'Tools of Destruction logo.png',
            ['size'] = '50px',
        },
        ['manual'] = {
            ['NTSC-U/C'] = '[[:File:Tools of Destruction manual (NTSC).pdf|game manual (NTSC-U/C)]]',
        },
        ['guide'] = {
            ['title'] = "Ratchet & Clank Future Tools of Destruction Official Strategy Guide",
            ['author'] = 'BradyGames',
            --['author'] = {'H. Leigh', 'Davis'}
            ['release'] = '2007/10/16',
	        ['year'] = '2007',
	        ['month'] = '10',
	        ['day'] = '16',
            ['publisher'] = 'BradyGames',
            ['isbn'] = '0744009774',
        },
    },
    ['qfb'] = {
        ['title'] = 'Ratchet & Clank Future: Quest for Booty',
        ['link'] = 'Ratchet & Clank Future: Quest for Booty',
        ['shortname'] = 'Quest for Booty',
        ['release'] = '2008/8/21',
        ['year'] = '2008',
        ['month'] = '8',
        ['day'] = '21',
        ['developer'] = '[[wikipedia:Insomniac Games|Insomniac Games]]',
        ['publisher'] = '[[wikipedia:Sony Interactive Entertainment|Sony Computer Entertainment]]',
        ['platform'] = 'PlayStation 3',
        ['icon'] = {
            ['image'] = 'Quest for Booty logo.png',
            ['size'] = '50px',
        },
    },
    ['acit'] = {
        ['title'] = 'Ratchet & Clank Future: A Crack in Time',
        ['link'] = 'Ratchet & Clank Future: A Crack in Time',
        ['shortname'] = 'A Crack in Time',
        ['release'] = '2009/10/27',
        ['year'] = '2009',
        ['month'] = '10',
        ['day'] = '27',
        ['developer'] = '[[wikipedia:Insomniac Games|Insomniac Games]]',
        ['publisher'] = '[[wikipedia:Sony Interactive Entertainment|Sony Computer Entertainment]]',
        ['platform'] = 'PlayStation 3',
        ['icon'] = {
            ['image'] = 'A Crack in Time logo.png',
            ['size'] = '50px',
        },
        ['manual'] = {
            ['NTSC-U/C'] = '[[:File:A Crack in Time manual (NTSC).pdf|game manual (NTSC-U/C)]]',
        },
        ['guide'] = {
            ['title'] = "Ratchet & Clank Future A Crack in Time Official Strategy Guide",
            ['author'] = 'H. Leigh Davis',
            --['author'] = {'H. Leigh', 'Davis'}
            ['release'] = '2009/10/20',
	        ['year'] = '2009',
	        ['month'] = '10',
	        ['day'] = '20',
            ['publisher'] = 'BradyGames',
            ['isbn'] = '0744011248',
        },
        ['museumpage'] = 'Insomniac Museum (A Crack in Time)',
        ['museum'] = 'Insomniac Museum'
    },
    ['a4o'] = {
        ['title'] = 'Ratchet & Clank: All 4 One',
        ['link'] = 'Ratchet & Clank: All 4 One',
        ['shortname'] = 'All 4 One',
        ['release'] = '2011/10/18',
        ['year'] = '2011',
        ['month'] = '10',
        ['day'] = '18',
        ['developer'] = '[[wikipedia:Insomniac Games|Insomniac Games]]',
        ['publisher'] = '[[wikipedia:Sony Interactive Entertainment|Sony Computer Entertainment]]',
        ['platform'] = 'PlayStation 3',
        ['icon'] = {
            ['image'] = 'All 4 One logo.png',
            ['size'] = '50px',
        },
        ['manual'] = {
            ['NTSC-U/C'] = '[[:File:All 4 One manual (NTSC).pdf|game manual (NTSC-U/C)]]',
        },
        ['guide'] = {
            ['title'] = "Ratchet & Clank All 4 One Official Strategy Guide",
            ['author'] = 'Greg Off',
            --['author'] = {'Greg', 'Off'}
            ['release'] = '2011/10/21',
	        ['year'] = '2011',
	        ['month'] = '10',
	        ['day'] = '21',
            ['publisher'] = 'BradyGames',
            ['isbn'] = '0744013437',
        },
    },
    ['ffa'] = {
        ['title'] = 'Ratchet & Clank: Full Frontal Assault',
        ['link'] = 'Ratchet & Clank: Full Frontal Assault',
        ['shortname'] = 'Full Frontal Assault',
        ['release'] = '2012/11/27',
        ['year'] = '2012',
        ['month'] = '11',
        ['day'] = '27',
        ['developer'] = '[[wikipedia:Insomniac Games|Insomniac Games]]',
        ['publisher'] = '[[wikipedia:Sony Interactive Entertainment|Sony Computer Entertainment]]',
        ['platform'] = 'PlayStation 3',
        ['icon'] = {
            ['image'] = 'Full Frontal Assault logo.png',
            ['size'] = '50px',
        },
    },
    ['btn'] = {
        ['title'] = 'Ratchet & Clank: Before the Nexus',
        ['link'] = 'Ratchet & Clank: Before the Nexus',
        ['shortname'] = 'Before the Nexus',
        ['release'] = '2013/12/18',
        ['year'] = '2013',
        ['month'] = '12',
        ['day'] = '18',
        ['icon'] = {
            ['image'] = 'Before the Nexus logo.png',
            ['size'] = '50px',
        },
    },
    ['itn'] = {
        ['title'] = 'Ratchet & Clank: Into the Nexus',
        ['link'] = 'Ratchet & Clank: Into the Nexus',
        ['shortname'] = 'Into the Nexus',
        ['release'] = '2013/11/6',
        ['year'] = '2013',
        ['month'] = '11',
        ['day'] = '6',
        ['developer'] = '[[wikipedia:Insomniac Games|Insomniac Games]]',
        ['publisher'] = '[[wikipedia:Sony Interactive Entertainment|Sony Computer Entertainment]]',
        ['platform'] = 'PlayStation 3',
        ['icon'] = {
            ['image'] = 'Into the Nexus logo.png',
            ['size'] = '50px',
        },
    },
    ['rc16'] = {
        ['title'] = 'Ratchet & Clank',
        ['link'] = 'Ratchet & Clank (2016 game)',
        ['shortname'] = 'Ratchet & Clank',
        ['appendix'] = '(2016 game)',
        ['release'] = '2016/4/12',
        ['year'] = '2016',
        ['month'] = '4',
        ['day'] = '12',
        ['media'] = 'game',
        ['developer'] = '[[wikipedia:Insomniac Games|Insomniac Games]]',
        ['publisher'] = '[[wikipedia:Sony Interactive Entertainment|Sony Interactive Entertainment]]',
        ['platform'] = 'PlayStation 4',
        ['icon'] = {
            ['image'] = 'Ratchet & Clank (2016) logo.png',
            ['size'] = '50px',
        },
        ['museumpage'] = 'Insomniac Museum (2016 game)',
        ['museum'] = 'Insomniac Museum',
        ['extras'] = 'Extras',
        ['extraspage'] = 'Ratchet & Clank (2016 game) Extras menu',
    },
    ['ra'] = {
        ['title'] = 'Ratchet & Clank: Rift Apart',
        ['link'] = 'Ratchet & Clank: Rift Apart',
        ['shortname'] = 'Rift Apart',
        ['release'] = '2021/1/1',
        ['year'] = '2021',
        ['month'] = '6',
        ['day'] = '11',
        ['developer'] = '[[wikipedia:Insomniac Games|Insomniac Games]]',
        ['publisher'] = '[[wikipedia:Sony Interactive Entertainment|Sony Interactive Entertainment]]',
        ['platform'] = 'PlayStation 5',
    },
    ['mov16'] = {
        ['title'] = 'Ratchet & Clank',
        ['link'] = 'Ratchet & Clank (movie)',
        ['shortname'] = 'Ratchet & Clank',
        ['appendix'] = '(movie)',
        ['release'] = '2016/4/29',
        ['year'] = '2016',
        ['month'] = '4',
        ['day'] = '29',
        ['media'] = 'film',
        ['director'] = '[[wikipedia:Kevin Munroe|Kevin Munroe]]',
        --['director'] = {'Kevin', 'Munroe'}
        ['studio'] = '[[wikipedia:Rainmaker Entertainment|Rainmaker Entertainment]]',
        ['icon'] = {
            ['image'] = 'Ratchet & Clank (2016) logo.png',
            ['size'] = '50px',
        },
    },
    ['com'] = {
        ['title'] = 'Ratchet & Clank comic',
        ['link'] = 'Ratchet & Clank (comic)',
        ['shortname'] = 'Ratchet & Clank',
        ['appendix'] = 'comic series',
        ['release'] = '2010/9/9',
        ['year'] = '2010',
        ['month'] = '9',
        ['day'] = '9',
        ['media'] = 'comic series',
        ['icon'] = {
            ['image'] = 'Ratchet & Clank comic logo.png',
            ['size'] = '50px',
        },
    },
    ['artofrac'] = {
        ['title'] = 'The Art of Ratchet & Clank',
        ['link'] = 'The Art of Ratchet & Clank',
        ['shortname'] = 'The Art of Ratchet & Clank',
        ['release'] = '2018/3/6',
        ['year'] = '2018',
        ['month'] = '3',
        ['day'] = '6',
		['author'] = 'Sony Interactive Entertainment',
		['publisher'] = 'Dark Horse Comics',
		['isbn'] = '978-1506705729'
    },
}
Advertisement