Main public logs
Combined display of all available logs of WikipediNyah. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:53, 3 July 2026 NeonWabbit talk contribs created page File:Screenshot rgCreativeSuite.png
- 01:53, 3 July 2026 NeonWabbit talk contribs uploaded File:Screenshot rgCreativeSuite.png
- 03:51, 2 July 2026 NeonWabbit talk contribs created page Module:InfoboxImage/data (Created page with " local placeholderList = { "Blue - Replace this image female.svg", "Blue - Replace this image male.svg", "Flag of None (square).svg", "Flag of None.svg", "Flag of.svg", "Green - Replace this image female.svg", "Green - Replace this image male.svg", "Image is needed female.svg", "Image is needed male.svg", "Location map of None.svg", "Male no free image yet.png", "Missing flag.png", "No flag.svg", "No free portrait.s...")
- 03:50, 2 July 2026 NeonWabbit talk contribs created page Template:Soft redirect with Wikidata item (Created page with "{{ambox | style = border: solid 1px darkblue; border-left-width: 0.5em;{{category other|background-color:#ECE0F8;}} | textstyle = padding-top: 0.9em; padding-bottom: 0.9em; padding-left: 1em; | image=x45px|link=Wikidata|alt=Wikidata | text= '''This page is a soft redirect.''' * '''{{c|Soft redirects connected to a Wikidata item|From a cross-project redirect}}''': This is a Help:Redirect#Soft redirects|soft...")
- 03:50, 2 July 2026 NeonWabbit talk contribs created page Template:R from alternative spacing (Created page with "<noinclude>{{This is a redirect/rcat}} </noinclude>{{Redirect template |id=R from alternative spacing |name=From an alternative spacing |from=a title with an alternative spacing of {{#if:{{{1|{{{of|}}}}}}|{{#ifexpr:{{#invoke:String|find|{{{1|{{{of|}}}}}}|"plainlinks"}} + {{#invoke:String|find|{{{1|{{{of|}}}}}}|{{!((}}}} = 0|'''{{no redirect|{{{1|{{{of|}}}}}}}}'''|'''{{{1|{{{of|}}}}}}'''}}|the target name}} |info=Pages that link to this redirect may be updated to...")
- 03:50, 2 July 2026 NeonWabbit talk contribs created page Template:R from alternative punctuation (Created page with "<noinclude>{{This is a redirect/rcat}} </noinclude>{{Redirect template |id=R from alternative punctuation |name=From an alternative punctuation |from=a title with an alternative punctuation of {{#if:{{{1|{{{of|}}}}}}|{{#ifexpr:{{#invoke:String|find|{{{1|{{{of|}}}}}}|"plainlinks"}} + {{#invoke:String|find|{{{1|{{{of|}}}}}}|{{!((}}}} = 0|'''{{no redirect|{{{1|{{{of|}}}}}}}}'''|'''{{{1|{{{of|}}}}}}'''}}|the target name}} |info=Pages that link to this redirect may be...")
- 03:50, 2 July 2026 NeonWabbit talk contribs created page Template:R from alternative hyphenation (Created page with "<noinclude>{{This is a redirect/rcat}} </noinclude>{{Redirect template |id=R from alternative hyphenation |name=From an alternative hyphenation |from=a title with an alternative hyphenation of {{#if:{{{1|{{{of|}}}}}}|{{#ifexpr:{{#invoke:String|find|{{{1|{{{of|}}}}}}|"plainlinks"}} + {{#invoke:String|find|{{{1|{{{of|}}}}}}|{{!((}}}} = 0|'''{{no redirect|{{{1|{{{of|}}}}}}}}'''|'''{{{1|{{{of|}}}}}}'''}}|the target name}} |info=Pages that link to this redirect may be...")
- 03:50, 2 July 2026 NeonWabbit talk contribs created page Template:Ubl (Redirected page to Template:Unbulleted list) Tag: New redirect
- 23:07, 1 July 2026 NeonWabbit talk contribs created page Module:Check for deprecated parameters (Created page with "-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- on the list local p = {} local MAX_PARAMS = 9 -- Limit to only showing 10 preview warnings local function isnotempty(s) return s and mw.text.trim(s) ~= '' end local function scanValues(values,results,args,replaceTable) for k, v in pairs(values) do local c = args.category:gsub('_VALUE_', v) table.insert(results,...")
- 20:59, 1 July 2026 NeonWabbit talk contribs created page Module:Template wrapper (Created page with "require('strict'); local error_msg = '<span style=\"font-size:100%\" class=\"error\"><code style=\"color:inherit; border:inherit; padding:inherit;\">|_template=</code> missing or empty</span>'; --[[--------------------------< I S _ I N _ T A B L E >-------------------------------------------------------- scan through tbl looking for value; return true if found, false else ]] local function is_in_table (tbl, value) for k, v in pairs (tbl) do if v ==...")
- 20:53, 1 July 2026 NeonWabbit talk contribs created page Module:Person date (Created page with "require("strict") local p = {} local TEMPLATES = { birth_date = "Birth date", birth_date_and_age = "Birth date and age", birth_year = "Birth year", birth_year_and_age = "Birth year and age", death_date = "Death date", death_date_text = "Death date text", death_date_and_age = "Death date and age", death_year = "Death year", death_year_and_age = "Death year and age", } local invalid_date_category = '' local tracking_category = '' local Date = require('Module:Dat...")
- 20:51, 1 July 2026 NeonWabbit talk contribs created page Module:For loop (Created page with "-- This module implements {{for loop}}. local getArgs = require('Module:Arguments').getArgs local yesno = require('Module:Yesno') local p = {} function p.templatemain(frame) return p.main(frame:newChild{title = "Template:For_loop"}) end function p.main(frame) local args = getArgs(frame, { trim = false, removeBlanks = false }) return p._main(args) end function p._main(args) local template = args['call'] or 'void' local calltemplates = yesno(args.substall or...")
- 20:50, 1 July 2026 NeonWabbit talk contribs created page Template:MultiReplace (Created page with "{{safesubst:<noinclude/>#invoke:MultiReplace|main}}")
- 20:49, 1 July 2026 NeonWabbit talk contribs created page Module:MultiReplace (Created page with "local p = {} local function MultiReplace(args) local input = args[1] or "{{{1}}}" local plain = args.plain == "yes" local i = 1 local changeList = {} while args[i * 2] do local change = {pattern = args[i * 2], repl = args[i * 2 + 1]} if not change.repl then return require('Module:Error').error{ 'MultiReplace: Unpaired argument: <code>' .. (i * 2) .. ' = ' .. mw.text.nowiki(change.pattern) .. '</code>' } end changeList[i] = change i = i + 1 end...")
- 20:33, 1 July 2026 NeonWabbit talk contribs created page Module:Check for conflicting parameters (Created page with "local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end function p.check(frame) local args = frame.args local pargs = frame:getParent().args local checknested = isnotempty(args['nested']) local delimiter = isnotempty(args['delimiter']) and args['delimiter'] or ';' local argpairs = {} for k, v in pairs(args) do if type(k) == 'number' then local plist = mw.text.split(v, delimiter)...") Tags: Mobile edit Mobile web edit Advanced mobile edit
- 20:26, 1 July 2026 NeonWabbit talk contribs created page Template:Wikidata entity link (Created page with "<includeonly>{{#if:{{{1|}}} | {{#switch:{{padleft:|1|{{uc:{{{1}}}}}}} | Q | P = [[d:Special:EntityPage/{{uc:{{{1}}}}}|{{replace|{{#invoke:wd|label|{{uc:{{{1}}}}}}}|'|'}} <small>({{uc:{{{1}}}}})</small>]] | #default = [[d:Special:EntityPage/Q{{uc:{{{1}}}}}|{{replace|{{#invoke:wd|label|Q{{uc:{{{1}}}}}}}|'|'}} <small>(Q{{uc:{{{1|}}}}})</small>]] }} | {{#if:{{#invoke:wd|label|raw}} | d:Special:EntityPage/{{#invoke:wd|label|raw}}|{{#invoke:wd|label}} <small...") Tags: Mobile edit Mobile web edit Advanced mobile edit
- 20:25, 1 July 2026 NeonWabbit talk contribs created page Template:R mentioned in hatnote (Created page with "</noinclude>{{Redirect template |id=R mentioned in hatnote |name=Mentioned in a hatnote |from=a title that is mentioned in a hatnote at the redirect target. The mention is usually atop the ''target article''. It may, however, be directly under a section header, or in another article's hatnote <em>(whenever the hatnote is under a section, {{tl|R to section}} should also be used)</em> |info=** The titles of redirects mentioned in hatnotes may...") Tags: Mobile edit Mobile web edit Advanced mobile edit
- 20:24, 1 July 2026 NeonWabbit talk contribs created page Template:Q (Redirected page to Template:Wikidata entity link) Tags: New redirect Mobile edit Mobile web edit Advanced mobile edit
- 20:23, 1 July 2026 NeonWabbit talk contribs created page Template:Font color (Created page with "<includeonly>{{ safesubst:#if: {{{text|{{{3|}}}}}} | {{ safesubst:#if: {{{link|}}} | {{ safesubst:#ifeq: {{{link|}}} | yes | [[ {{ safesubst:#if:trim | {{{text|{{{3|}}}}}} }}|<span style="background-color:{{ safesubst:#if:trim | {{{bg|{{{2|inherit}}}}}} }}; color:{{ safesubst:#if:trim | {{{fg|{{{1|inherit}}}}}} }};">{{ safesubst:#if:trim | {{{text|{{{3|}}}}}} }}</span>]] | {{{link|}}}|<span style="background-color:{{ safesubst:#if:trim | {{{bg|{{{2|i...") Tags: Mobile edit Mobile web edit Advanced mobile edit
- 20:21, 1 July 2026 NeonWabbit talk contribs created page Template:R with Wikidata item (Created page with "<noinclude>{{This is a redirect/rcat}} </noinclude>{{Redirect template |id = R with Wikidata item |name = From a cross-project redirect |from = a title associated with an item on Wikidata |info = The Wikidata item associated with this page is {{Q|{{{1|}}}}}. {{#ifeq:{{SUBPAGENAME}}|sandbox||{{#if:{{{1|}}}||{{#if:{{#invoke:wd|label|raw}}|<!--wikidata is linked, no issue-->|{{font color|red|Error: no Wikidata item linke...") Tags: Mobile edit Mobile web edit Advanced mobile edit
- 20:19, 1 July 2026 NeonWabbit talk contribs created page Template:For loop (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:For loop|main}}") Tags: Mobile edit Mobile web edit Advanced mobile edit
- 17:01, 1 July 2026 NeonWabbit talk contribs created page Template:Encodefirst (Created page with "{{#invoke:MultiReplace|main|1={{{1}}}|2=^:|3=:|4=^;|5=;|6=^*|7=*|8=^#|9=#}}") Tags: Mobile edit Mobile web edit Advanced mobile edit
- 16:55, 1 July 2026 NeonWabbit talk contribs created page Template:Draft other (Created page with "{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{ns:Draft}} | draft | other }} }} | draft = {{{1|}}} | other | #default = {{{2|}}} }}<!--End switch-->") Tags: Mobile edit Mobile web edit Advanced mobile edit
- 16:05, 1 July 2026 NeonWabbit talk contribs deleted page Template:Infobox musical artist/color (content was: "<includeonly>{{#switch: {{{1|}}} <!--| solo_singer = #f0e68c <!-- khaki --> <!--| non_vocal_instrumentalist = #f4bf92 <!-- unnamed pale orange --> <!--| non_performing_personnel = #bfe0bf <!-- unnamed pale green --> <!--| group_or_band = #b0c4de <!-- lightsteelblue --> <!--| classical_ensemble = #b0e0e6 <!-- Powder...", and the only contributor was "NeonWabbit" (talk))
- 15:52, 1 July 2026 NeonWabbit talk contribs deleted page Template:Infobox YouTube personality/styles.css (content was: "{{pp|small=yes}}: youtube color branding: .ib-youtube-title, .ib-youtube-above, .ib-youtube-header, .ib-youtube-awards-color { background-color: #B60000; color: white; } .ib-youtube-above { font-size: 125%; } .ib-youtube-above .honorific-prefix, .ib-youtube-above .honorific-suffix { font-size: small; font-weight: normal; } /* override blue link on re...", and the only contributor was "NeonWabbit" (talk))
- 15:51, 1 July 2026 NeonWabbit talk contribs created page Template:Infobox social media personality (Created page with "<includeonly>{{#invoke:Template wrapper|wrap|_template=Infobox person | template_name = infobox social media personality | _alias-map = pseudonym:other_names | _reuse = image, caption, image_caption, image_size, image_alt | _exclude = module, module2, module3, module4, module5, module6, logo, logo_caption, logo_size, logo_alt, logo_class, stats_update, bilibili_handles, bilibili_id, bilibili_id2, bilibili_id3, bilibili_display_name, bilibili_display_name2, bilibili_d...")
- 15:31, 1 July 2026 NeonWabbit talk contribs created page Template:Editnotice/styles.css (Created page with "{{pp-protected|small=yes}}: * Originally copied from [[Module:Message box/fmbox.css]] as base on 2025/09/06: * Community consensus at [[Special:Diff/1317496908]]: @media screen and (max-width: 479px) { Target smartphones: .editnotice .mbox-image, Stack icon and text vertically: .editnotice .mbox-text, Make the font size normal: .editnotice .mbox-imageright, .editnotice-header, .editnotice-header span { fo...")
- 15:24, 1 July 2026 NeonWabbit talk contribs created page Module:Correct title categories (Created page with "local p = {} function p.main(frame) local args = frame:getParent().args if args.nocat == "1" or args.nocat == "yes" then return "" end return p._main(frame.args[1]) end function p._main(title) title = mw.text.unstripNoWiki(title) -- Decode HTML entities unless the title itself is demonstrating one if title:sub(1, 1) ~= "&" then title = mw.text.decode(title) end title = title:gsub("'","") -- Add a trailing "a" to distinguish empty from no fragment local tit...")
- 15:23, 1 July 2026 NeonWabbit talk contribs created page Module:Text/data (Created page with "-- Data required by Module:Text. -- Either Lua string patterns (defined by codepoint) or information about quotes local data = {} local LEFT_SQUARE_BRACKET = 91 local RIGHT_SQUARE_BRACKET = 93 local HYPHEN = 45 data.PatternCJK = mw.ustring.char( LEFT_SQUARE_BRACKET, 4352, HYPHEN, 4607, 11904, HYPHEN, 42191, 43072, HYPHEN, 43135,...")
- 01:14, 30 June 2026 NeonWabbit talk contribs created page Redgreen Creative Suite (Redirected page to Redgreen Software Suite) Tag: New redirect
- 03:54, 16 June 2026 NeonWabbit talk contribs created page File:Thumbnail ArgieBeePlays Tetris (Nintendo).jpg
- 03:54, 16 June 2026 NeonWabbit talk contribs uploaded File:Thumbnail ArgieBeePlays Tetris (Nintendo).jpg
- 23:44, 13 June 2026 NeonWabbit talk contribs created page File:Thumbnail ArgieBeePlays Faces...tris III.jpg
- 23:44, 13 June 2026 NeonWabbit talk contribs uploaded File:Thumbnail ArgieBeePlays Faces...tris III.jpg
- 23:44, 13 June 2026 NeonWabbit talk contribs created page File:Thumbnail ArgieBeePlays Tetris 2 + BomBliss.jpg
- 23:44, 13 June 2026 NeonWabbit talk contribs uploaded File:Thumbnail ArgieBeePlays Tetris 2 + BomBliss.jpg
- 23:44, 13 June 2026 NeonWabbit talk contribs created page File:Thumbnail ArgieBeePlays Hatris.jpg
- 23:44, 13 June 2026 NeonWabbit talk contribs uploaded File:Thumbnail ArgieBeePlays Hatris.jpg
- 23:14, 13 June 2026 NeonWabbit talk contribs created page Tetris 2 + BomBliss (Redirected page to Tetris 2 + BomBliss (Argie Bee Plays episode)) Tag: New redirect
- 22:23, 13 June 2026 NeonWabbit talk contribs moved page Tetris 2 + Bombliss (Argie Bee Plays episode) to Tetris 2 + BomBliss (Argie Bee Plays episode) (Misspelled title)
- 00:16, 12 June 2026 NeonWabbit talk contribs created page File:Thumbnail ArgieBeePlays Tetris (Microsoft).jpg
- 00:16, 12 June 2026 NeonWabbit talk contribs uploaded File:Thumbnail ArgieBeePlays Tetris (Microsoft).jpg
- 21:25, 4 June 2026 NeonWabbit talk contribs created page Redgreen Software Suite (Created page with "{{Infobox software | name = Redgreen Software Suite | logo = Icon_rgSS.png | logo size = 120px | screenshot = | caption = | developer = Team Redgreen<br>(Studio RGB-Newt) | latest release version = | released = | latest release date = | latest preview version = | latest preview date = | operating system = Windows, Android | platform = PC, mobile | replaces = | genre = Software suite | license = Free or proprietary | website = {{URL|https://redgreenblue.ar...")
- 01:47, 4 June 2026 NeonWabbit talk contribs created page Redgreen ChimeraCam (Created page with "{{Infobox software | title = Redgreen ChimeraCam | logo = Icon_rgChimeraCam.png | logo caption = App icon | logo alt = | logo size = | collapsible = <!-- Any text here will collapse the screenshot. --> | screenshot = Screenshot_ChimeraCam.png | screenshot size = | screenshot alt = | caption = Version 1.0.0 in an Android virtual machine | other_names = | author = Darien Brice Dickinson | developer = Studio RGB-Newt | released = {{Start date and age|2026|06|04}}...")
- 01:37, 4 June 2026 NeonWabbit talk contribs created page File:Screenshot ChimeraCam.png
- 01:37, 4 June 2026 NeonWabbit talk contribs uploaded File:Screenshot ChimeraCam.png
- 01:36, 4 June 2026 NeonWabbit talk contribs created page File:Icon rgChimeraCam.png
- 01:36, 4 June 2026 NeonWabbit talk contribs uploaded File:Icon rgChimeraCam.png
- 00:30, 31 May 2026 NeonWabbit talk contribs created page File:VtuberFlyeS2.png
- 00:30, 31 May 2026 NeonWabbit talk contribs uploaded File:VtuberFlyeS2.png