Welcome to Assassin's Creed Wiki! Log in and join the community.
MediaWiki:Common.js/grouptag.js: Difference between revisions
Jump to navigation
Jump to search
imported>Vatsa1708 mNo edit summary |
imported>Vatsa1708 mNo edit summary |
||
| 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*/ | ||
| Line 28: | Line 26: | ||
$('.page-User_blog_Master_Sima_Yi .masthead-info hgroup .group').html('Consigliere'); | $('.page-User_blog_Master_Sima_Yi .masthead-info hgroup .group').html('Consigliere'); | ||
}); | }); | ||
/*Staff*/ | /*Staff*/ | ||
| Line 42: | Line 38: | ||
$('.page-User_blog_Assassin-Rayne .masthead-info hgroup .group').html('Direttore'); | $('.page-User_blog_Assassin-Rayne .masthead-info hgroup .group').html('Direttore'); | ||
}); | }); | ||
$(function() { | $(function() { | ||
| Line 55: | Line 49: | ||
$('.page-User_blog_Vatsa1708 .masthead-info hgroup .group').html('Camerlengo'); | $('.page-User_blog_Vatsa1708 .masthead-info hgroup .group').html('Camerlengo'); | ||
}); | }); | ||
$(function() { | $(function() { | ||
Revision as of 19:52, 26 October 2011
/* Any JavaScript here will be loaded for all users on every page load. */
/******************/
/**Custom Groups**/
/****************/
/*Crat*/
$(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*/
$(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');
});
/*Staff*/
$(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');
});
$(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');
});
$(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');
});