Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Related changes

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 optionsShow 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 22:06, 25 May 2026
 
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

24 May 2026

N    11:58  Template:Int Usage diffhist +2,980 DarkMatterMan4500 talk contribs (Created page with "{{TranslateThis|source = Template:Int Usage |ha = Amfani |sv = Användning |ay = Apnaqaña |kri = Aw fɔ yuz am |bm = Baarakɛcogo |lb = Benotzung |ku = Bikaranîn |da = Brug |nb,nn,no = Bruk |gd = Cleachdadh |cy = Defnydd |lg = Enkozesa |eu = Erabilera |sm = Fa’aoga |mg = Fampiasana |om = Fayyadama |uz = Foydalanish |af,li,nl,nl-be,nl-informal,vl,zea = Gebruik |fy = Gebrûk |hu = Használat |bar = Heagnomma |lus = Hman dan |haw = Hoʻohana |rw = Ikoreshwa |so = Isticm...")
N    11:56  Module:If preview/configuration diffhist +842 DarkMatterMan4500 talk contribs (Created page with "--We perform the actual check for whether this is a preview here since preprocessing is relatively expensive. local frame = mw.getCurrentFrame() local function is_preview() local revision_id = frame:preprocess('{{REVISIONID}}') -- {{REVISIONID}} is usually the empty string when previewed. -- I don't know why we're checking for nil but hey, maybe someday things -- would have broken return revision_id == nil or revision_id == '' end local function templatestyl...")
N    11:55  Module:If preview diffhist +1,973 DarkMatterMan4500 talk contribs (Created page with "local p = {} local getArgs = require("Module:Arguments").getArgs local yn = require("Module:Yesno") local cfg = mw.loadData('Module:If preview/configuration') --main This function returns either the first argument or second argument passed to this module, depending on whether the page is being previewed. function p.main(frame) local args = getArgs(frame) if cfg.preview then return args[1] or '' else return args[2] or '' end end --[[ pmain This function...")
N    11:54  Template:If preview diffhist +103 DarkMatterMan4500 talk contribs (Created page with "<onlyinclude>{{safesubst:<noinclude/>#invoke:If preview|pmain}}</onlyinclude><!-- -->{{documentation}}")
 m   11:46  Template:Template rating diffhist +24 DarkMatterMan4500 talk contribs
     11:32 Move log DarkMatterMan4500 talk contribs moved page Template:Module rating to Template:Template rating
N    11:31  Template:Module rating 2 changes history +8,093 [DarkMatterMan4500 (2×)]
 m   
11:31 (cur | prev) +3,670 DarkMatterMan4500 talk contribs
N    
11:29 (cur | prev) +4,423 DarkMatterMan4500 talk contribs (Created page with "{{Module other |1 = {{Ombox |type = {{#switch: {{{1|}}} |beta|b = style<!--minor warning--> |release|r|general|g = notice |protected|protect|p = protection |#default = content<!--major warning--> }} |style = |textstyle = |image = File:{{#switch: {{{1|}}} |pre-alpha|prealpha|pa = Ambox warning blue construction |alpha|a = Greek lc alpha icon |beta|b = Greek lc beta icon |release|r|general|g = Green check |protected|protect...")
N    11:28  Module:Fallback/doc diffhist +490 DarkMatterMan4500 talk contribs (Created page with "{{Documentation subpage}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{Module rating|<!-- Values: pre-alpha • alpha • beta • release • protected -- If a rating not needed/relevant, delete this template call -->}} == {{int Usage}} == <code><nowiki>{{</nowiki>#invoke:Fallback|''function_name''<nowiki>}}</nowiki></code> <includeonly>{{Sandbox other|| <!-- Categories below this line; interwikis at Wikidata --> }...")

22 May 2026

N    14:56  Module:TranslateThis diffhist +2,054 DarkMatterMan4500 talk contribs (Created page with "local insert = table.insert local remove = table.remove local myFrame = mw.getCurrentFrame() local myLang = myFrame:callParserFunction('Int', 'Lang'):lower():gsub('_', '-') local myLangObj = mw.language.new(myLang) local myFallbacks = myLangObj:getFallbackLanguages() for i, lang in ipairs(myFallbacks) do lang = lang:lower():gsub('_', '-') if lang == myLang then remove(myFallbacks, i) break end end insert(myFallbacks, 1, myLang) local p = {}...")
N    14:54  Template:TranslateThis diffhist +97 DarkMatterMan4500 talk contribs (Created page with "<includeonly>{{#invoke:TranslateThis|main}}</includeonly><noinclude>{{documentation}}</noinclude>")
Cookies help us deliver our services. By using our services, you agree to our use of cookies.