MediaWiki talk:Monobook.js/Sidebar.js

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Revision as of 01:04, 26 February 2011 by The Inexistent (talk | contribs) (Created page with "Okay, so whenever you guys are testing it next, can you try this (it's not complete yet, I'm working on it). I'm not sure if the sub- sub menu coding is right... ~~~~ <pre> wg...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Okay, so whenever you guys are testing it next, can you try this (it's not complete yet, I'm working on it). I'm not sure if the sub- sub menu coding is right... KRCCFNF is tired of being STEPPED ON. 20:04, 25 February 2011 (EST)

wgSidebar['Navigation'] = [
	'Main Page|Main Page',
	'Special:RecentChanges|Recent Changes',
	'Special:Random|Random page'
	'Special:Search|Advanced Search'
];

wgSidebar['Games'] = [
	'Kingdom Hearts (game)|Kingdom Hearts',
	'Kingdom Hearts: Chain of Memories|Kingdom Hearts: Chain of Memories',
	'Kingdom Hearts II|Kingdom Hearts II',
	'Kingdom Hearts coded|Kingdom Hearts coded',
	'Kingdom Hearts 358/2 Days|Kingdom Hearts 358/2 Days',
	'Kingdom Hearts Birth by Sleep|Kingdom Hearts Birth by Sleep',
	'Kingdom Hearts 3D|Kingdom Hearts 3D',
];

wgSidebar['Remakes and Other Titles'] = [
	'Kingdom Hearts Final Mix',
	'Kingdom Hearts Re:Chain of Memories',
	'Kingdom Hearts II Final Mix+|Kingdom Hearts II Final Mix',
	'Kingdom Hearts Birth by Sleep Final Mix',
	'Kingdom Hearts Re:coded',
	'Kingdom Hearts Mobile',
	'Kingdom Hearts V CAST',
];

wgSidebar['Universe of Kingdom Hearts'] = [
	{'Category:Characters|Main Protagonists': [
		'Sora',
		'Riku',
		'Kairi',
		'Donald Duck',
		'Goofy',
		'Mickey Mouse|King Mickey',
		'Naminé',
		'Roxas',
		'Xion',
		'Ansem the Wise',
		'Terra',
		'Aqua',
		'Ventus'
	]}

	{'Category:Characters|Main Antagonists': [
		'Xehanort's Heartless|Ansem',

		{'Organization XIII': [
			'Xemnas',
			'Xigbar',
			'Xaldin',
			'Vexen',
			'Lexaeus',
			'Zexion',
			'Saïx',
			'Axel',
			'Demyx',
			'Luxord',
			'Marluxia',
			'Larxene',
			'Roxas',
			'Xion'
		]}

		'Maleficent',
		'Pete',
		'Master Xehanort',
		'Vanitas'
	]}

	{'Category:Worlds|Worlds': [

		{'Category:Worlds|Introduced in Kingdom Hearts': [
			'Destiny Islands',
			'Disney Castle',
			'Traverse Town',
			'Wonderland',
			'Olympus Coliseum',
			'Deep Jungle',
			'Agrabah',
			'Monstro',
			'Atlantica',
			'Halloween Town',
			'Neverland',
			'100 Acre Wood',
			'Hollow Bastion',
			'End of the World'
		]}

		{'Category:Worlds|Introduced in Chain of Memories': [
			'Twilight Town',
			'Castle Oblivion'
		]}

		{'Category:Worlds|Introduced in Kingdom Hearts II': [
			'The Land of Dragons',
			'Beast's Castle',
			'Timeless River',
			'Port Royal',
			'Pride Lands',
			'Space Paranoids',
			'The World That Never Was'
		]}

		{'Category:Worlds|Introduced in Birth by Sleep': [
			'Land of Departure',
			'Dwarf Woodlands',
			'Enchanted Dominion',
			'Castle of Dreams',
			'Deep Space'
		]}

	]}

	'Heartless',
	'Nobody',
	'Unversed'
];

wgSidebar['Category:Game Elements|Game Elements'] = [
	'Items',
	'Weapon|Weapons',
	'Magic'
	'Summons',
	'Abilities',
	{'Drive Form|Drive Forms': [
		'Valor Form',
		'Wisdom Form',
		'Master Form',
		'Final Form',
		'Limit Form',
		'Anti Form'
	]}
	'Cards'
	'Gummi Ship',
	'Mini-games',
];