dev

This module was made as a sandbox for the user HumansCanWinElves. This documentation is kept to prevent redlinks.


return {
	["games"] = {
		-- Generation I
		["RG"] = "[[Pocket Monsters Red and Green|''Pocket Monsters Red'' and ''Pocket Monsters Green'']]",
		["R (ja)"]  = "[[Pocket Monsters Red and Green|''Pocket Monsters Red'']]",
		
		-- Generation II
		["GS"] = "[[Pokémon Gold and Silver Version|''Pokémon Gold Version'' and ''Pokémon Silver Version'']]",
	},

	["anime"] = {
		-- Pocket Monsters
		["PM"] = {
			["__default"] = "''[[Pokémon the Series|Pocket Monsters]]''",
			
			-- Japanese/Korean series
			["PM"] = "''[[Pocket Monsters (1997)]]''",
			["AG"] = "''[[Pokémon the Series: Ruby and Sapphire|Pocket Monsters: Advanced Generation]]''",
		},
	
		["PS"] = {
			["__default"] = "''[[Pokémon the Series]]''",
			
			-- Western-dub series
			["TB"] = "''[[Pokémon the Series: The Beginning]]''",
			["GS"] = "''[[Pokémon the Series: Gold and Silver]]''",
		},
	},
}