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 m Since message wall's been dead.. |
imported>Vatsa1708 m Update.. |
||
| Line 4: | Line 4: | ||
/**Custom Groups**/ | /**Custom Groups**/ | ||
/****************/ | /****************/ | ||
/* | /*Crats*/ | ||
/*Sima*/ | /*Sima*/ | ||
$(function() { | $(function() { | ||
$('.page-User_Master_Sima_Yi .masthead-info hgroup .group').html(' | $('.page-User_Master_Sima_Yi .masthead-info hgroup .group').html('Mentore'); | ||
}); | }); | ||
$(function() { | $(function() { | ||
$('.page-User_talk_Master_Sima_Yi .masthead-info hgroup .group').html(' | $('.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(' | $('.page-User_blog_Master_Sima_Yi .masthead-info hgroup .group').html('Mentore'); | ||
}); | }); | ||
/* | /*Vatsa*/ | ||
$(function() { | $(function() { | ||
$('.page- | $('.page-User_Vatsa1708 .masthead-info hgroup .group').html('Mentore'); | ||
}); | }); | ||
$(function() { | $(function() { | ||
$('.page- | $('.page-User_talk_Vatsa1708 .masthead-info hgroup .group').html('Mentore'); | ||
}); | }); | ||
$(function() { | $(function() { | ||
$('.page- | $('.page-User_blog_Vatsa1708 .masthead-info hgroup .group').html('Mentore'); | ||
}); | }); | ||
/*Blaidd*/ | |||
/* | |||
$(function() { | $(function() { | ||
$('.page-User_R_BlaiddDdraig .masthead-info hgroup .group').html(' | $('.page-User_R_BlaiddDdraig .masthead-info hgroup .group').html('Dai'); | ||
}); | }); | ||
$(function() { | $(function() { | ||
$('.page-User_talk_R_BlaiddDdraig .masthead-info hgroup .group').html(' | $('.page-User_talk_R_BlaiddDdraig .masthead-info hgroup .group').html('Dai'); | ||
}); | }); | ||
$(function() { | $(function() { | ||
$('.page-User_blog_R_BlaiddDdraig .masthead-info hgroup .group').html(' | $('.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');
});