View source for MediaWiki:Common.js
From Bulbanews, your community Pokémon newspaper.
⧼bulbapediamonobook-jumptonavigation⧽⧼bulbapediamonobook-jumptosearch⧽
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* <pre> */
/* Any JavaScript here will be loaded for all users on every page load. */
if ( wgIsArticle || window.location.href.indexOf( 'action=submit' ) > -1 )
{
var script = document.createElement( 'script' );
script.src = '/w/index.php?title=User:Poke/CollapsibleTables.js&action=raw&ctype=text/javascript';
script.type = 'text/javascript';
document.getElementsByTagName( 'head' )[0].appendChild( script );
hookEvent( 'load', function()
{ new CollapsibleTables(); } );
}
function formatDate(t)
{
var month = new Array();
month[0] = 'January';
month[1] = 'February';
month[2] = 'March';
month[3] = 'April';
month[4] = 'May';
000
1:0
Return to MediaWiki:Common.js.