Recent changes

From SNCApedia
Jump to navigationJump to search

Track the most recent changes to the wiki on this page.

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 11:55, 17 June 2025
 
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

17 June 2025

     06:34 User creation log User account SwinnyGOD talk contribs was created
N    05:44  Quote diffhist +261 Redditor talk contribs (Added: Quote [FINISH LATER])
N    01:59  Category:Hostile Community diffhist +60 Redditor talk contribs (Created pages on Hostile Communities.)
     01:09  User talk:Mazal diffhist +299 Auoot talk contribs
 m   00:19  Shemmy diffhist −1 Auoot talk contribs
     00:17  Template:Infobox Character 3 changes history −567 [Auoot (3×)]
 m   
00:17 (cur | prev) 0 Auoot talk contribs
     
00:16 (cur | prev) +47 Auoot talk contribs (Will suffice for the time being. Hope we switch to a better version eventually)
     
00:11 (cur | prev) −614 Auoot talk contribs

16 June 2025

     22:36  Talk:Main Page diffhist +207 Soyteen Liker talk contribs (Add A Total Amount of Articles Made Here: new section) Tag: New topic
N    16:43  User:Xhanfellowheliobrosaa diffhist +6 Xhanfellowheliobrosaa talk contribs (Created page with "NIGGER")
     16:43  Portal:Shroom diffhist +551 Xhanfellowheliobrosaa talk contribs
     16:29 User creation log User account Xhanfellowheliobrosaa talk contribs was created
     16:22  User talk:Mazal 5 changes history +519 [SNCApedia; Mazal; Auoot (3×)]
 m   
16:22 (cur | prev) +122 Auoot talk contribs (Infobox)
     
14:09 (cur | prev) +123 Mazal talk contribs (Infobox: Reply) Tag: Reply
 m   
13:48 (cur | prev) 0 Auoot talk contribs (Infobox)
     
13:47 (cur | prev) +204 Auoot talk contribs
     
01:41 (cur | prev) +70 SNCApedia talk contribs

15 June 2025

     23:31  User talk:Mazal diffhist +202 Auoot talk contribs
 m   23:30  Portal:Schlog diffhist 0 Auoot talk contribs
N    23:29  Module:Navbar/styles.css diffhist +719 Auoot talk contribs (Created page with ".navbar { display: inline; font-size: 88%; font-weight: normal; } .navbar-collapse { float: left; text-align: left; } .navbar-boxtext { word-spacing: 0; } .navbar ul { display: inline-block; white-space: nowrap; line-height: inherit; } .navbar-brackets::before { margin-right: -0.125em; content: '[ '; } .navbar-brackets::after { margin-left: -0.125em; content: ' ]'; } .navbar li { word-spacing: -0.125em; } .navbar a > span, .navbar a > abbr { text-de...")
N    23:28  Module:Navbar/configuration diffhist +915 Auoot talk contribs (Created page with "return { ['templatestyles'] = 'Module:Navbar/styles.css', ['hlist_templatestyles'] = 'Hlist/styles.css', ['box_text'] = 'This box: ', -- default text box when not plain or mini ['title_namespace'] = 'Template', -- namespace to default to for title ['invalid_title'] = 'Invalid title ', ['classes'] = { -- set a line to nil if you don't want it ['navbar'] = 'navbar', ['plainlinks'] = 'plainlinks', -- plainlinks ['horizontal_list'] = 'hlist', -- horizontal lis...")
N    23:28  Module:Navbar diffhist +5,276 Auoot talk contribs (Created page with "local p = {} local cfg = mw.loadData('Module:Navbar/configuration') local function get_title_arg(is_collapsible, template) local title_arg = 1 if is_collapsible then title_arg = 2 end if template then title_arg = 'template' end return title_arg end local function choose_links(template, args) -- The show table indicates the default displayed items. -- view, talk, edit, hist, move, watch -- TODO: Move to configuration. local show = {true, true, true, false, false...")
     23:27  Template:Infobox person 2 changes history 0 [Auoot (2×)]
     
23:27 (cur | prev) −14,243 Auoot talk contribs (Replaced content with "{|cellpadding="3" cellspacing="1" align="right" style="margin-left:1em; margin-top:0em; margin-bottom: 1em;background:white;width:300px; border: 1px solid #ddd;" ! colspan="2" | |- ! colspan="2" | {{{name|{{PAGENAME}}}}} |-bgcolor="white" ! colspan="2" |[[File:{{{image}}}|center|250px]] |- bgcolor="white" | '''Nationality:''' || {{{nationality}}} |- bgcolor="white" | '''Gender:''' || {{{gender}}} |- bgcolor="white" | '''Occupation:''' || {{{occupation}}} |- bgcolor="...") Tags: Replaced Undo
     
22:58 (cur | prev) +14,243 Auoot talk contribs
N    23:27  Module:Lua banner diffhist +3,904 Auoot talk contribs (Created page with "-- This module implements the {{lua}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local p = {} function p.main(frame) local origArgs = frame:getParent().args local args = {} for k, v in pairs(origArgs) do v = v:match('^%s*(.-)%s*$') if v ~= '' then args[k] = v end end return p._main(args) end function p._main(args)...")
N    23:24  Module:WPMILHIST Infobox style diffhist +1,367 Auoot talk contribs (Created page with "local retval = { main_box_raw_auto_width = 'border-spacing:2px;', above_raw = 'background-color:#EEF2FF;text-align:center;vertical-align:middle;font-size:125%;', header_raw = 'background-color:#EEF2FF;text-align:center;vertical-align:middle;font-size:110%;', sub_header_raw = 'background-color:#EEF2FF;text-align:center;vertical-align:middle;', header_color = 'background-color:#EEF2FF;', nav_box = 'margin:0;float:right;clear:right;width:25.5em;margin-bottom:0.5em;mar...")
N    23:20  Module:Message box/configuration diffhist +18,961 Auoot talk contribs (Created page with "require('strict') local getArgs local yesno = require('Module:Yesno') local lang = mw.language.getContentLanguage() local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = 'imbox', file = 'imbox', category = 'cmbox', article = 'ambox', main = 'ambox'} -------------------------------------------------------------------------------- -- Helper functions ---------------------------------------------------------------------------...")
N    23:20  Module:Message box diffhist +18,961 Auoot talk contribs (Created page with "require('strict') local getArgs local yesno = require('Module:Yesno') local lang = mw.language.getContentLanguage() local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = 'imbox', file = 'imbox', category = 'cmbox', article = 'ambox', main = 'ambox'} -------------------------------------------------------------------------------- -- Helper functions ---------------------------------------------------------------------------...")
N    23:19  Module:Navbox/styles.css diffhist +2,162 Auoot talk contribs (Created page with ".navbox { box-sizing: border-box; border: 1px solid #a2a9b1; width: 100%; clear: both; font-size: 88%; text-align: center; padding: 1px; margin: 1em auto 0; Prevent preceding content from clinging to navboxes: } .navbox .navbox { margin-top: 0; No top margin for nested navboxes: } .navbox + .navbox, TODO: remove first line after transclusions have updated: .navbox + .navbox-styles + .navbox { margin-top: -1px; /* Single pixel border between adj...")
N    23:19  Module:Navbox/configuration diffhist +5,455 Auoot talk contribs (Created page with "return { aria_label = 'Navbox', nowrap_item = '%s<span class="nowrap">%s</span>', templatestyles = mw.getCurrentFrame():extensionTag{ name = 'templatestyles', args = { src = 'Module:Navbox/styles.css' } }, hlist_templatestyles = 'Hlist/styles.css', plainlist_templatestyles = 'Plainlist/styles.css', -- do not localize marker table marker = { oddeven = '\127_ODDEVEN_\127', restart = '\127_ODDEVEN0_\127', regex = '\127_ODDEVEN(%d?)_\127' }, category = {...")
N    23:18  Module:Navbox diffhist +29,178 Auoot talk contribs (Created page with "require('strict') local p = {} local cfg = mw.loadData('Module:Navbox/configuration') local inArray = require("Module:TableTools").inArray local getArgs -- lazily initialized local hiding_templatestyles = {} -- global passthrough variables local passthrough = { [cfg.arg.above]=true,[cfg.arg.aboveclass]=true,[cfg.arg.abovestyle]=true, [cfg.arg.basestyle]=true, [cfg.arg.below]=true,[cfg.arg.belowclass]=true,[cfg.arg.belowstyle]=true, [cfg.arg.bodyclass]=true, [cfg.a...")
N    23:17  Module:Category handler diffhist +7,871 Auoot talk contribs (Created page with "-------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category handler}} template in Lua, -- -- with a few improvements: all namespaces and all namespace alia...")
N    23:16  Module:Anchor diffhist +647 Auoot talk contribs (Created page with "-- This module implements {{anchor}}. local getArgs = require('Module:Arguments').getArgs local tableTools = require('Module:TableTools') local p = {} function p.main(frame) -- Get the positional arguments from #invoke, remove any nil values, -- and pass them to p._main. local args = getArgs(frame) local argArray = tableTools.compressSparseArray(args) return p._main(unpack(argArray)) end function p._main(...) -- Generate the list of anchors. local anchors = {....")
 m   23:14  Module:Documentation/config diffhist +4 Auoot talk contribs
     23:11 Move log Auoot talk contribs moved page Template:Infobox person/Documentation to Template:Infobox person/doc
     23:10  (Upload log) [Soyteen Liker; Auoot (2×)]
     
23:10 Auoot talk contribs uploaded File:Test Template Info-Icon - Version (2).svg.png
     
22:52 Auoot talk contribs uploaded File:No image 2.png
     
21:33 Soyteen Liker talk contribs uploaded File:Basil impish pfp.png (The most iconic pfp he's used)
N    23:08  Template:Plainlist diffhist +280 Auoot talk contribs (Created page with "<templatestyles src="Plainlist/styles.css"/><div class="plainlist {{{class|}}}" {{#if:{{{style|}}}{{{indent|}}}|style="{{#if:{{{indent|}}}|margin-left: {{#expr:{{{indent}}}*1.6}}em;}} {{{style|}}}"}}>{{#if:{{{1|}}}| {{{1}}} </div>}}<noinclude></div> {{documentation}} </noinclude>")
N    23:07  Template:Plainlist/styles.css diffhist +186 Auoot talk contribs (Created page with ".plainlist ol, .plainlist ul { line-height: inherit; list-style: none; margin: 0; padding: 0; Reset Minerva default: } .plainlist ol li, .plainlist ul li { margin-bottom: 0; }")
N    23:03  Template:Infobox person/Documentation diffhist +1,250 Auoot talk contribs (Created page with "=== Blank template with basic parameters === {{Infobox person | name = ''name'' | image = No image 2.png | alt = alt | caption = ''caption'' | birth_name = ''birth_name'' | birth_date = ''birth_date'' | birth_place = ''birth_place'' | death_date = ''death_date'' | death_place = ''death_place'' | other_names = ''other_names'' | occupation = ''occupation'' | years_active = ''years_active'' | known_for = ''known_for''...")
N    22:50  AI Namefag Songs diffhist +579 Soyteen Liker talk contribs (created page) Tag: Visual edit
N    22:28  Basil diffhist +3,263 Soyteen Liker talk contribs (created article) Tag: Visual edit
     21:17  Terrycrews 2 changes history +1,209 [Soyteen Liker (2×)]
     
21:17 (cur | prev) +41 Soyteen Liker talk contribs (added categories) Tag: Visual edit
     
21:13 (cur | prev) +1,168 Soyteen Liker talk contribs (added more accounts and trivia) Tag: Visual edit
N    21:01  Talk:Terrycrews 2 changes history +443 [Soyteen Liker; Mazal]
     
21:01 (cur | prev) +115 Mazal talk contribs (Edit Conflict: Reply) Tag: Reply
N    
20:59 (cur | prev) +328 Soyteen Liker talk contribs (Edit Conflict: new section)
     20:59 User rights log Mazal talk contribs changed group membership for Soyteen Liker from (none) to automoderated user
     20:59  Main Page diffhist +12 Soyteen Liker talk contribs (I think the shiwi deserves a mention too)
N    20:12  Template:Main other diffhist +422 Auoot talk contribs (Created page with "{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{ns:0}} | main | other }} }} | main = {{{1|}}} | other | #default = {{{2|}}} }}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage; interwikis go to Wikidata, thank you! --> </noinclude>")