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>Master Sima Yi
mNo edit summary
imported>Master Sima Yi
No edit summary
Line 1: Line 1:
/* Any JavaScript here will be loaded for all users on every page load. */
/* Any JavaScript here will be loaded for all users on every page load. */
 
/******************/
/******************/
/**Custom Groups**/
/**Custom Groups**/
/****************/
/****************/
/*Crat*/
/*Cello*/
$(function() {
$(function() {
   $('.page-User_D_Cello .masthead-info hgroup .group').html('Il Mentore');
   $('.page-User_D_Cello .masthead-info hgroup .group').html('Il Mentore');
Line 14: Line 14:
   $('.page-User_blog_D_Cello .masthead-info hgroup .group').html('Il Mentore');
   $('.page-User_blog_D_Cello .masthead-info hgroup .group').html('Il Mentore');
});
});
 
 
/*Admins*/
/*ADMINS*/
/*Sima*/
$(function() {
$(function() {
   $('.page-User_Master_Sima_Yi .masthead-info hgroup .group').html('Consigliere');
   $('.page-User_Master_Sima_Yi .masthead-info hgroup .group').html('Consigliere');
Line 26: Line 28:
   $('.page-User_blog_Master_Sima_Yi .masthead-info hgroup .group').html('Consigliere');
   $('.page-User_blog_Master_Sima_Yi .masthead-info hgroup .group').html('Consigliere');
});
});
 
/*War*/
$(function() {
$(function() {
   $('.page-User_War_Clown .masthead-info hgroup .group').html('Sysop until then, then');
   $('.page-User_War_Clown .masthead-info hgroup .group').html('Sysop until then, then');
Line 36: Line 39:
   $('.page-User_blog_War_Clown .masthead-info hgroup .group').html('Sysop until then, then');
   $('.page-User_blog_War_Clown .masthead-info hgroup .group').html('Sysop until then, then');
});
});
 
 
/*Staff*/
/*STAFF*/
/*Direttore - Rayne*/
/*Direttore - Rayne*/
$(function() {
$(function() {
Line 49: Line 53:
   $('.page-User_blog_Assassin-Rayne .masthead-info hgroup .group').html('Direttore');
   $('.page-User_blog_Assassin-Rayne .masthead-info hgroup .group').html('Direttore');
});
});
 
 
/*Camerlengo - Vatsa*/
$(function() {
$(function() {
   $('.page-User_Vatsa1708 .masthead-info hgroup .group').html('Camerlengo');
   $('.page-User_Vatsa1708 .masthead-info hgroup .group').html('Camerlengo');
Line 60: Line 65:
   $('.page-User_blog_Vatsa1708 .masthead-info hgroup .group').html('Camerlengo');
   $('.page-User_blog_Vatsa1708 .masthead-info hgroup .group').html('Camerlengo');
});
});
 
 
/*Rafiq - Blaidd*/
$(function() {
$(function() {
   $('.page-User_R_BlaiddDdraig .masthead-info hgroup .group').html('Rafiq');
   $('.page-User_R_BlaiddDdraig .masthead-info hgroup .group').html('Rafiq');

Revision as of 14:07, 7 January 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-Message_Wall_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-Message_Wall_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('Sysop until then, then');
});
$(function() {
  $('.page-Message_Wall_War_Clown .masthead-info hgroup .group').html('Sysop until then, then');
});
$(function() {
  $('.page-User_blog_War_Clown .masthead-info hgroup .group').html('Sysop until then, then');
});
 
 
/*STAFF*/
 
/*Direttore - Rayne*/
$(function() {
  $('.page-User_Assassin-Rayne .masthead-info hgroup .group').html('Direttore');
});
$(function() {
  $('.page-Message_Wall_Assassin-Rayne .masthead-info hgroup .group').html('Direttore');
});
$(function() {
  $('.page-User_blog_Assassin-Rayne .masthead-info hgroup .group').html('Direttore');
});
 
 
/*Camerlengo - Vatsa*/
$(function() {
  $('.page-User_Vatsa1708 .masthead-info hgroup .group').html('Camerlengo');
});
$(function() {
  $('.page-Message_Wall_Vatsa1708 .masthead-info hgroup .group').html('Camerlengo');
});
$(function() {
  $('.page-User_blog_Vatsa1708 .masthead-info hgroup .group').html('Camerlengo');
});
 
 
/*Rafiq - Blaidd*/ 
$(function() {
  $('.page-User_R_BlaiddDdraig .masthead-info hgroup .group').html('Rafiq');
});
$(function() {
  $('.page-Message_Wall_R_BlaiddDdraig .masthead-info hgroup .group').html('Rafiq');
});
$(function() {
  $('.page-User_blog_R_BlaiddDdraig .masthead-info hgroup .group').html('Rafiq');
});