82.274
επεξεργασίες
(Maintenance: mw:RL/MGU - Remove use of redundant module) |
Χωρίς σύνοψη επεξεργασίας |
||
var getFileRegEx = function (title, prefix) {
prefix = prefix || '[\\n\\[\\:\\=\\>\\|]\\s*';
return new RegExp('(' + prefix + ')[' + mw.
title.slice(1)).replace(/ /g, '[ _]'), 'g');
};
|