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

MediaWiki:Common.js/grouptag.js: Difference between revisions

From the Assassin's Creed Wiki
Jump to navigation Jump to search
imported>Vatsa1708
m Undo revision 326602 by Vatsa1708 (talk)
imported>Vatsa1708
mNo edit summary
Line 4: Line 4:
/**Custom Groups**/
/**Custom Groups**/
/****************/
/****************/
/*Crats*/
 
   
  /*Sima*/
/*Sima*/
$(function() {
$(function() {
   $('.page-User_Master_Sima_Yi .masthead-info hgroup .group').html('Mentore');
   $('.page-User_Master_Sima_Yi .masthead-info hgroup .group').html('Mentore');

Revision as of 06:33, 9 December 2012

/* Any JavaScript here will be loaded for all users on every page load. */
 
/******************/
/**Custom Groups**/
/****************/

 /*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');
});