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 Since message wall's been dead..
imported>Vatsa1708
m Update..
Line 4: Line 4:
/**Custom Groups**/
/**Custom Groups**/
/****************/
/****************/
/*Cello*/
/*Crats*/
$(function() {
  $('.page-User_D_Cello .masthead-info hgroup .group').html('Il Mentore');
});
$(function() {
  $('.page-User_talk_D_Cello .masthead-info hgroup .group').html('Il Mentore');
});
$(function() {
  $('.page-User_blog_D_Cello .masthead-info hgroup .group').html('Il Mentore');
});
/*ADMINS*/
   
   
/*Sima*/
/*Sima*/
$(function() {
$(function() {
   $('.page-User_Master_Sima_Yi .masthead-info hgroup .group').html('Consigliere');
   $('.page-User_Master_Sima_Yi .masthead-info hgroup .group').html('Mentore');
});
});
$(function() {
$(function() {
   $('.page-User_talk_Master_Sima_Yi .masthead-info hgroup .group').html('Consigliere');
   $('.page-User_talk_Master_Sima_Yi .masthead-info hgroup .group').html('Mentore');
});
});
$(function() {
$(function() {
   $('.page-User_blog_Master_Sima_Yi .masthead-info hgroup .group').html('Consigliere');
   $('.page-User_blog_Master_Sima_Yi .masthead-info hgroup .group').html('Mentore');
});
});
   
   
/*War*/
/*Vatsa*/
$(function() {
$(function() {
   $('.page-User_War_Clown .masthead-info hgroup .group').html('Executive Officer');
   $('.page-User_Vatsa1708 .masthead-info hgroup .group').html('Mentore');
});
});
$(function() {
$(function() {
   $('.page-User_talk_War_Clown .masthead-info hgroup .group').html('Executive Officer');
   $('.page-User_talk_Vatsa1708 .masthead-info hgroup .group').html('Mentore');
});
});
$(function() {
$(function() {
   $('.page-User_blog_War_Clown .masthead-info hgroup .group').html('Executive Officer');
   $('.page-User_blog_Vatsa1708 .masthead-info hgroup .group').html('Mentore');
});
});
   
   
/*Blaidd*/  
$(function() {
  $('.page-User_Vatsa1708 .masthead-info hgroup .group').html('Executive Officer');
});
$(function() {
  $('.page-User_talk_Vatsa1708 .masthead-info hgroup .group').html('Executive Officer');
});
$(function() {
  $('.page-User_blog_Vatsa1708 .masthead-info hgroup .group').html('Executive Officer');
});
/*Rafiq - Blaidd*/  
$(function() {
$(function() {
   $('.page-User_R_BlaiddDdraig .masthead-info hgroup .group').html('Rafiq');
   $('.page-User_R_BlaiddDdraig .masthead-info hgroup .group').html('Dai');
});
});
$(function() {
$(function() {
   $('.page-User_talk_R_BlaiddDdraig .masthead-info hgroup .group').html('Rafiq');
   $('.page-User_talk_R_BlaiddDdraig .masthead-info hgroup .group').html('Dai');
});
});
$(function() {
$(function() {
   $('.page-User_blog_R_BlaiddDdraig .masthead-info hgroup .group').html('Rafiq');
   $('.page-User_blog_R_BlaiddDdraig .masthead-info hgroup .group').html('Dai');
});
});

Revision as of 13:56, 3 July 2012

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