Community Central
Community Central
(Created page with "→‎** Rone and Bomby **: a[href$="/wiki/User:Rone_and_Bomby"], a[href$="/wiki/Message_Wall:Rone_and_Bomby"], a[href$="/wiki/User_blog:Rone_and_Bomby"], a[href$="/wiki/Special:...")
 
No edit summary
Line 1: Line 1:
  +
importArticles({
/*** Rone and Bomby ***/
 
  +
type: 'script',
a[href$="/wiki/User:Rone_and_Bomby"],
 
  +
articles: [
a[href$="/wiki/Message_Wall:Rone_and_Bomby"],
 
  +
'u:dev:MediaWiki:VSTF Report Menu/code.js',
a[href$="/wiki/User_blog:Rone_and_Bomby"],
 
 
]
a[href$="/wiki/Special:Contributions/Rone_and_Bomby"] {
 
  +
});
color: #FF00FF !important;
 
text-shadow:0px 0px 8px #FF00FF;
 
font-weight:bold;
 
}
 

Revision as of 17:10, 5 July 2019

importArticles({
    type: 'script',
    articles: [
        'u:dev:MediaWiki:VSTF Report Menu/code.js',
    ]
});