Related changes

Jump to navigation Jump to search

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.

Recent Changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 17:10, 11 May 2024
   
Page name:
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

7 May 2024

N    08:11  User:Fae/Sandbox/Module:Tabs‎‎ 2 changes history +10 [Fae‎ (2×)]
     
08:11 (cur | prev) −5,368 Fae talk contribs (Replaced content with "{{Delete}}") Tag: Replaced
N    
08:08 (cur | prev) +5,378 Fae talk contribs (Created page with "local p = {} local utilsArg = require("Module:UtilsArg") local utilsLayout = require("Module:UtilsLayout") function p.Main(frame) local args, err = utilsArg.parse(frame:getParent().args, p.Templates.Tabs) local result = p.printTabs(args) if err then result = result .. err.categoryText end return result end function p.printTabs(args) local tabData = {} for i, tab in ipairs(args.tabs) do local tabContent = tab.content if tabContent and mw.text.killMarkers(t...")