Difference between revisions of "MediaWiki:Common.js"

m
Don't replace title on subpages of Coppermind:Welcome
m (TSM out of spoiler period)
m (Don't replace title on subpages of Coppermind:Welcome)
 
 
/* replace "Coppermind:Welcome" with "Welcome to the Coppermind" */
$if (mw.config.get('h1:contains("wgPageName') == 'Coppermind:Welcome")').text("Welcome to the Coppermind");{
$('h1:contains("Coppermind:Welcome")').text("Welcome to the Coppermind");
}
 
/* 2014-04