MediaWiki:Common.js: Difference between revisions

From WikiBound, your community-driven EarthBound/Mother wiki
Jump to navigationJump to search
no edit summary
No edit summary
No edit summary
Line 345: Line 345:
//
//


/*gotten from http://en.wiktionary.org/w/index.php?title=MediaWiki:Common.js on 10/16/2010*/
/*
/*
== Interproject links ==
//gotten from http://en.wiktionary.org/wiki/MediaWiki:Common.js on 10/16/2010
#########
#########
### ProjectLinks
### ProjectLinks
Line 388: Line 387:
         }
         }
         var projectBox = newNode('div', {'class': 'portlet portal', id: 'p-projects'},  
         var projectBox = newNode('div', {'class': 'portlet portal', id: 'p-projects'},  
             newNode('h5', 'On other wiki\'s'),
             newNode('h5', 'In other projects'),
             newNode('div', {'class': 'pBody body'}, pllist)
             newNode('div', {'class': 'pBody body'}, pllist)
         );
         );

Navigation menu