Welcome to Assassin's Creed Wiki! Log in and join the community.

MediaWiki:Common.js/grouptag.js

From the Assassin's Creed Wiki
Revision as of 05:03, 25 July 2012 by imported>Vatsa1708
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Any JavaScript here will be loaded for all users on every page load. */
 
/******************/
/**Custom Groups**/
/****************/
/*Crats*/
 
/*Sima*/
$(function() {
  $('.page-User_Master_Sima_Yi .masthead-info hgroup .group').html('Mentore');
});
$(function() {
  $('.page-User_talk_Master_Sima_Yi .masthead-info hgroup .group').html('Mentore');
});
$(function() {
  $('.page-User_blog_Master_Sima_Yi .masthead-info hgroup .group').html('Mentore');
});
 
/*Vatsa*/
$(function() {
  $('.page-User_Vatsa1708 .masthead-info hgroup .group').html('Mentore');
});
$(function() {
  $('.page-User_talk_Vatsa1708 .masthead-info hgroup .group').html('Mentore');
});
$(function() {
  $('.page-User_blog_Vatsa1708 .masthead-info hgroup .group').html('Mentore');
});
 
/*Blaidd*/ 
$(function() {
  $('.page-User_R_BlaiddDdraig .masthead-info hgroup .group').html('Dai');
});
$(function() {
  $('.page-User_talk_R_BlaiddDdraig .masthead-info hgroup .group').html('Dai');
});
$(function() {
  $('.page-User_blog_R_BlaiddDdraig .masthead-info hgroup .group').html('Dai');
});

/*Steen*/ 
$(function() {
  $('.page-User_Subject_16* .masthead-info hgroup .group').html('Com-Dev');
});
$(function() {
  $('.page-User_talk_Subject_16* .masthead-info hgroup .group').html('Com-Dev');
});
$(function() {
  $('.page-User_blog_Subject_16* .masthead-info hgroup .group').html('Com-Dev');
});