MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 3: Line 3:
(function () {
(function () {
     function colorContent(text, color) {
     function colorContent(text, color) {
         return { text, color, xpath: "//td[contains(text(),'" + text + "')]" }
         var obj = {};
        obj.text = text;
        obj.color = color;
        obj.xpath "//td[contains(text(),'" + text + "')]";
        return obj;
     }
     }
     /* Active Code */
     /* Active Code */
EFF, ZEON, approveduser, Bureaucrats, Interface administrators, Administrators, uploadaccess
843

edits

Navigation menu