Content deleted Content added
No edit summary |
+filter log |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1:
if(mw.config.get('wgNamespaceNumber') !== -1) {
mw.util.addPortletLink("p-tb", '
mw.util.addPortletLink("p-tb", '
mw.util.addPortletLink("p-tb", '
mw.util.addPortletLink("p-tb", '
}
if(mw.config.get(
var uname = mw.config.get("wgRelevantUserName");
▲ mw.util.addPortletLink("p-tb", 'https://en.wikipedia.org/w/index.php?title=Special:Log/block&page=User:' + mw.config.get('wgTitle'), 'Block log', 'blog', 'View this user\'s block log');
mw.util.addPortletLink("p-tb", '/w/index.php?title=Special:Log/block&page=User:' + uname, 'Block log', 'blog', 'View this user\'s block log');
mw.util.addPortletLink("p-tb", '/w/index.php?title=Special:AbuseLog&wpSearchUser=' + uname, 'Filter log', 'blog', 'View this user\'s edit filter log');
▲ mw.util.addPortletLink("p-tb", 'https://en.wikipedia.org/w/index.php?title=Special:Log/block&page=User:' + mw.config.get('wgTitle'), 'Block log', 'blog', 'View this user\'s block log');
▲ mw.util.addPortletLink("p-tb", 'https://en.wikipedia.org/w/index.php?title=Special:Log/protect&page=' + mw.config.get('wgPageName'), 'Protection log', 'plog', 'View this page\'s protection log');
}
|