SonicFanficWorld Wiki
Advertisement
// Credit to Runescape Wiki
 
//Chat's topic. Remember to escape single quotes in the topic using \' to prevent this from breaking.
var chatTopic = 'Welcome to The Pokemon Games Roleplay Wiki Chat! Please follow the <a href="/wiki/-RULES-" target="_blank">Policy</a>';
 
$(function() {

$('#ChatHeader .public.wordmark').prepend('

'+chatTopic+'

')

	.find('a').attr('style','position:relative;text-decoration:underline;');
});
$('#ChatHeader .public.wordmark div:not(:first-child)').remove();
 
// END Chat topic
 
// Chat options 
// Written by Callofduty4 and Madnessfan34537
importScriptPage('MediaWiki:Chat.js/options.js','cod');
 
// END Chat options
Advertisement