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
  • 18:57, 11 October 2023 Ladsgroup talk contribs created page User:Ladsgroup/dashboard.js (Created page with '// License: GPL-v3 or later // Keep in sync with https://gitlab.wikimedia.org/ladsgroup/dashboard-gadget/-/blob/main/main-en.js function dashboardGadget() { // inject the link if ($('.vector-user-links').length) { // new vector let dashboardLinkDiv = $('<div></div>'); dashboardLinkDiv.css('margin', '5px'); dashboardLinkDiv.html('<a href="/wiki/Special:BlankPage/Dashboard">Dashboard</a> - '); $('.vector-user-links...')