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
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:27 | Module:Fallback diffhist +6,733 DarkMatterMan4500 talk contribs (Created page with "local p = {} -- List the full fallback chain from a language to default (usually English) function p.fblist(lang) local fbtable = mw.language.getFallbacksFor(lang) table.insert(fbtable, 1, lang) --[[ Take a translation from "Mediawiki:<Message-ID>/<language-code>" namespace or from a loaded i18 resource bundle in MediaWiki for its UI messages (also used by the "{{Int:<Message-ID>}}" parser function), before using the provided default value. Requires args.message...") | ||||
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>") | ||||
30 April 2026
|
|
14:55 | (Import log) [Asteralee (3×)] | |||
|
|
14:55 Asteralee talk contribs imported Module:Message box/ombox.css by file upload (1 revision) | ||||
|
|
14:55 Asteralee talk contribs imported Template:Documentation subpage by file upload (1 revision) | ||||
|
|
14:55 Asteralee talk contribs imported Module:Message box/configuration by file upload (1 revision) | ||||
28 April 2026
|
|
15:14 | (Import log) [Justarandomamerican (4×)] | |||
|
|
15:14 Justarandomamerican talk contribs imported Module:Effective protection level by file upload (13 revisions) | ||||
|
|
15:14 Justarandomamerican talk contribs imported Module:Yesno by file upload (18 revisions) | ||||
|
|
15:14 Justarandomamerican talk contribs imported Module:Message box by file upload (38 revisions) | ||||
|
|
15:14 Justarandomamerican talk contribs imported Module:Arguments by file upload (20 revisions) | ||||