Information regarding the Club Penguin Wiki Network

The Club Penguin Wiki Network was abandoned by its tech staff. These are recreations of the original sites. Your original CPWN account will not work here. Any issues, please contact Sky.

User:Juca/common.js: Difference between revisions

From Club Penguin Archives
Jump to navigation Jump to search
imported>Juca
Created page with "// quick news creator $("#p-tb ul").prepend('<li id="t-newsupload"><a href="/wiki/Special:NewsUpload" title="NewsUpload (beta)">NewsUpload <span style="font-size: 80%; color..."
 
imported>Juca
Juca moved page User:JucaSLP/common.js to User:Juca/common.js without leaving a redirect
(No difference)

Revision as of 22:51, 22 December 2014

// quick news creator
 
$("#p-tb ul").prepend('<li id="t-newsupload"><a href="/wiki/Special:NewsUpload" title="NewsUpload (beta)">NewsUpload <span style="font-size: 80%; color: #08afbd; font-weight: bold;">(beta)</span></a></li>');
if (mw.config.get("wgTitle") == "NewsUpload" && mw.config.get("wgNamespaceNumber") == -1) {
	$("#firstHeading span").html("NewsUpload");
	importScriptURI("http://cps05box.wikia.com/index.php?title=MediaWiki:NewsUpload.js&action=raw&ctype=text/javascript&cb=" + new Date().getTime());
}