MediaWiki:Gadget-morebits.js: Διαφορά μεταξύ των αναθεωρήσεων

Maintenance: mw:RL/MGU - Updated deprecated user.tokens key
(Νέα σελίδα: // <nowiki> /** * morebits.js * =========== * A library full of lots of goodness for user scripts on MediaWiki wikis, including Wikipedia. * * The highlights include: *...)
 
(Maintenance: mw:RL/MGU - Updated deprecated user.tokens key)
title: ctx.pageName,
summary: ctx.editSummary,
token: canUseMwUserToken ? mw.user.tokens.get('editTokencsrfToken') : ctx.editToken,
watchlist: ctx.watchlistOption
};
}
 
return !!mw.user.tokens.get('editTokencsrfToken');
};
 
 
if (fnCanUseMwUserToken('delete')) {
token = mw.user.tokens.get('editTokencsrfToken');
pageTitle = ctx.pageName;
} else {
55

επεξεργασίες