MediaWiki talk:Monobook.js/Sidebar.js: Difference between revisions

m
(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...")
 
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
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...  {{The Inexistentsig}} 20:04, 25 February 2011 (EST)
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...  {{The Inexistentsig}} 20:04, 25 February 2011 (EST)


<pre>
[ REMOVED - {{User:KrytenKoro/Sig}} ]
wgSidebar['Navigation'] = [
:Yeah, it doesn't work for me. --{{SilverCrono/Sig}} 19:57, 10 March 2011 (EST)
'Main Page|Main Page',
'Special:RecentChanges|Recent Changes',
'Special:Random|Random page'
'Special:Search|Advanced Search'
];


wgSidebar['Games'] = [
==Fix done==
'Kingdom Hearts (game)|Kingdom Hearts',
It turns out the main problem was Beast's Castle - in order to have proper syntax, you must use an accented apostrophe () in place of a normal one (').
'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'] = [
I left these out, for a few reasons:
'Kingdom Hearts Final Mix',
*'Kingdom Hearts V CAST' - unless we're going to be listing every Facebook app in there, too, this isn't appropriate.
'Kingdom Hearts Re:Chain of Memories',
*'Ansem the Wise' - not really a protagonist; even in KH2, he doesn't redeem himself until the end.
'Kingdom Hearts II Final Mix+|Kingdom Hearts II Final Mix',
*'Pete' - not a leader
'Kingdom Hearts Birth by Sleep Final Mix',
*'Vanitas' - not a leader
'Kingdom Hearts Re:coded',
*'Valor Form', 'Wisdom Form', 'Master Form', 'Final Form', 'Limit Form', 'Anti Form' - No real reason to be listing all of these game elements, when the main article provides a sufficient overview.
'Kingdom Hearts Mobile',
'Kingdom Hearts V CAST',
];


wgSidebar['Universe of Kingdom Hearts'] = [
These are merely my opinions, however, and if you have any suggestions on additions, removals, or reorganization of the sidebar, feel free to give them.{{User:KrytenKoro/Sig}} 14:18, 24 March 2011 (EDT)
{'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': [
:The width of the trees are fixed. As such, I'd like to abbreviate the game names for aesthetics, as seen [http://www.khwiki.net/index.php?title=MediaWiki%3AMonaco.js%2FSidebar.js&action=historysubmit&diff=482676&oldid=482673 here]. If anyone disagrees with this, I can revert it.{{User:KrytenKoro/Sig}} 17:13, 24 March 2011 (EDT)
'Xemnas',
::Also, given that "worlds introduced in" doesn't really fit, should every world in a game be listed?{{User:KrytenKoro/Sig}} 17:13, 24 March 2011 (EDT)
'Xigbar',
'Xaldin',
'Vexen',
'Lexaeus',
'Zexion',
'Saïx',
'Axel',
'Demyx',
'Luxord',
'Marluxia',
'Larxene',
'Roxas',
'Xion'
]}


'Maleficent',
:::It looks a little strange with the abbreviations. Would it be possible to just make that submenu have a bigger width?
'Pete',
:::I think it would fine to list every world in a game. It makes sense as a navagation tool, plus we would not have to have submenus for the cases of "same world/different name".  --{{User:Neumannz/SigTemplate}} 17:37, 24 March 2011 (EDT)
'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',
];
</pre>