Related changes
More actions
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
21 May 2026
| N 19:54 | Template:No ping/doc diffhist +624 DarkMatterMan4500 talk contribs (Created page with "{{Documentation subpage}} {{Template shortcut|np}} {{lua|Module:No ping}} This template links to a user page, or to multiple user pages, without triggering the notification system. It is not necessary to use this template if you are not signing your post, as Notifications mentions only work with a signature included. ==Usage== {| class="wikitable" !Template !! Result |- |{{tlx|no ping|Exa...") | ||||
6 May 2026
| N 16:37 | Module:No ping diffhist +1,093 DarkMatterMan4500 talk contribs (Created page with "local p = {} function p.main(frame) local args = frame:getParent().args return p._main(args) end function p._main(args) local ret = {} local fullUrl = mw.uri.fullUrl local format = string.format for i, username in ipairs(args) do local label = args['label' .. tostring(i)] local url = "" local targetUser = username if (username:sub(1, (mw.site.namespaces.User.name .. ':'):len()) == (mw.site.namespaces.User.name .. ':')) then targetUser = username:sub((m...") | ||||