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 Update...
imported>Vatsa1708
m Since message wall's been dead..
Line 9: Line 9:
});
});
$(function() {
$(function() {
   $('.page-Message_Wall_D_Cello .masthead-info hgroup .group').html('Il Mentore');
   $('.page-User_talk_D_Cello .masthead-info hgroup .group').html('Il Mentore');
});
});
$(function() {
$(function() {
Line 23: Line 23:
});
});
$(function() {
$(function() {
   $('.page-Message_Wall_Master_Sima_Yi .masthead-info hgroup .group').html('Consigliere');
   $('.page-User_talk_Master_Sima_Yi .masthead-info hgroup .group').html('Consigliere');
});
});
$(function() {
$(function() {
Line 34: Line 34:
});
});
$(function() {
$(function() {
   $('.page-Message_Wall_War_Clown .masthead-info hgroup .group').html('Executive Officer');
   $('.page-User_talk_War_Clown .masthead-info hgroup .group').html('Executive Officer');
});
});
$(function() {
$(function() {
Line 45: Line 45:
});
});
$(function() {
$(function() {
   $('.page-Message_Wall_Vatsa1708 .masthead-info hgroup .group').html('Executive Officer');
   $('.page-User_talk_Vatsa1708 .masthead-info hgroup .group').html('Executive Officer');
});
});
$(function() {
$(function() {
Line 57: Line 57:
});
});
$(function() {
$(function() {
   $('.page-Message_Wall_R_BlaiddDdraig .masthead-info hgroup .group').html('Rafiq');
   $('.page-User_talk_R_BlaiddDdraig .masthead-info hgroup .group').html('Rafiq');
});
});
$(function() {
$(function() {
   $('.page-User_blog_R_BlaiddDdraig .masthead-info hgroup .group').html('Rafiq');
   $('.page-User_blog_R_BlaiddDdraig .masthead-info hgroup .group').html('Rafiq');
});
});

Revision as of 05:34, 21 February 2012

/* Any JavaScript here will be loaded for all users on every page load. */
 
/******************/
/**Custom Groups**/
/****************/
/*Cello*/
$(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*/
$(function() {
  $('.page-User_Master_Sima_Yi .masthead-info hgroup .group').html('Consigliere');
});
$(function() {
  $('.page-User_talk_Master_Sima_Yi .masthead-info hgroup .group').html('Consigliere');
});
$(function() {
  $('.page-User_blog_Master_Sima_Yi .masthead-info hgroup .group').html('Consigliere');
});
 
/*War*/
$(function() {
  $('.page-User_War_Clown .masthead-info hgroup .group').html('Executive Officer');
});
$(function() {
  $('.page-User_talk_War_Clown .masthead-info hgroup .group').html('Executive Officer');
});
$(function() {
  $('.page-User_blog_War_Clown .masthead-info hgroup .group').html('Executive Officer');
});
 
 
$(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() {
  $('.page-User_R_BlaiddDdraig .masthead-info hgroup .group').html('Rafiq');
});
$(function() {
  $('.page-User_talk_R_BlaiddDdraig .masthead-info hgroup .group').html('Rafiq');
});
$(function() {
  $('.page-User_blog_R_BlaiddDdraig .masthead-info hgroup .group').html('Rafiq');
});