Content deleted Content added
replace this with a notification that the script is deprecated, per the Persondata RfC and per this suggestion on my talk page |
try using a message title |
||
Line 34:
);
mw.messages.set( {
'pdata-deprecated': "
"[[Wikipedia:Persondata|deprecated]]. Please remove it " +
"from your [[Wikipedia:User scripts|user script]] page."
Line 40:
$( portletLink ).click( function ( e ) {
e.preventDefault();
mw.notify(
mw.message( 'pdata-deprecated' ) { title: 'Script deprecated' }
);
} );
}
|