Recent changes
More actions
Track the most recent changes to the wiki on this page.
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
|
|
14:43 | (User creation log) [Heredy; Enby; EbrahimKeyhan; BrenoButGood] | |||
|
|
14:43 User account Enby talk contribs was created | ||||
|
|
14:04 User account Heredy talk contribs was created | ||||
|
|
13:44 User account EbrahimKeyhan talk contribs was created | ||||
|
|
12:50 User account BrenoButGood talk contribs was created | ||||
| N 13:00 | Template:Wiki created diffhist +746 DarkMatterMan4500 talk contribs (Created page with "== Wiki created == '''Hello''', I would like to tell you that I have created your wiki. You can now access it at {{{1|{{{wiki|the domain you specified in the request}}}}}}. You should have been automatically granted administrator and bureaucrat rights, if that's not the case then please leave a notice on the Steward requests page, so we can fix it immediately. Do not hesitate to ask questions if your question was not answered in our FAQ. Als...") | ||||
| N 12:57 | User:DarkMatterMan4500/SRG.js diffhist +3,173 DarkMatterMan4500 talk contribs (Created page with "// <nowiki> $( function () { var SRG = {}; window.SRGHelper = SRG; SRG.summary = ' - with SRG.js'; SRG.setup = function () { $('span.mw-editsection-bracket:first-child').each( function() { try { var sectionNumber = this.parentElement.childNodes[1].href.match( /action=edit§ion=(\d+)/ )[1]; this.after( ' | ' ); $(this).after( $( '<a href="#" class="SRGHelper-add-comment" section=' + sectionNumber + '>Add a comment</a>') ); this.after( ' | ' ); $(this...") | ||||
| m 12:43 | User:DarkMatterMan4500/twinkleglobal.js diffhist 0 DarkMatterMan4500 talk contribs | ||||
| m 12:41 | User:DarkMatterMan4500/mark-locked.js diffhist 0 DarkMatterMan4500 talk contribs | ||||
| m 12:37 | User:DarkMatterMan4500/global.js diffhist −129 DarkMatterMan4500 talk contribs | ||||
|
|
12:36 | Requests for global roles 5 changes history +3,438 [Globe (2×); Zippy (3×)] | |||
|
|
12:36 (cur | prev) −335 Zippy talk contribs (→Discussion: redact) | ||||
|
|
12:20 (cur | prev) +1,798 Zippy talk contribs (→Discussion 2: Reply) Tag: Reply | ||||
|
|
12:07 (cur | prev) +961 Globe talk contribs (→Discussion 2: Reply) Tags: Mobile edit Mobile web edit Reply | ||||
|
|
12:03 (cur | prev) +724 Zippy talk contribs (→Discussion 2: Reply) Tag: Reply | ||||
|
|
11:58 (cur | prev) +290 Globe talk contribs (→Discussion 2: Reply) Tags: Mobile edit Mobile web edit Reply | ||||
| N 11:59 | Template:Int Usage/doc diffhist +10,117 DarkMatterMan4500 talk contribs (Created page with "{{Documentation subpage}} {{Lua|Module:Fallback}} == Usage == Returns a value depending on a given language, using reasonable fallbacks if the contents of the switch does not directly map a value for that language. The given language to test, if it's not specified, is the user interface language of the viewing user. The language of the mapped value to return when there's no match in the switch for the given language (or one of its fallbacks), is English (<span style="...") | ||||
| 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}}") | ||||