Jump to content

Main public logs

This is a combined display of all logs except the patrol, review, tag and thanks logs:

Who performed the action – enter their name without prefix under "Performer".
The page or user affected by an action – enter the page or user name (prefixed with "User:") under "Target".
User logs
  • 20:34, 15 January 2022 WOSlinkerBot talk contribs created page User:WOSlinkerBot/linttask19.js (Created page with 'function lint_queryString(p) { var re = RegExp('[&?]' + p + '=([^&]*)'); var matches; if (matches = re.exec(document.location)) { try { return decodeURI(matches[1]); } catch (e) { } } return null; } //Add a 'lint edit' tab if(mw.config.get('wgArticleId') != 0 ) { $( function lintEditButton() { mw.util.addPortletLink('p-cactions', mw.util.getUrl(null,{action:'edit',lintedi...')