All public logs
Combined display of all available logs of NeuroWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:20, 23 January 2025 Selfice talk contribs created page Template:DynamicListFormatter (Created page with "<templatestyles src="Template:DynamicListFormatter/styles.css"/><div class="dynamic-list-container"> <td> <DynamicPageList> namespace=main ordermethod=created mode=inline notcategory=即将删除的页面 notcategory=在主名字空间下的CSS页面 count=7 mode=unordered </DynamicPageList> </td> <td> <DynamicPageList> namespace=main ordermethod=created mode=inline notcategory=即将删除的页面 notcategory=在主名字空间下的CSS页面 offset=7 count=7 mode=uno...")
- 17:19, 23 January 2025 Selfice talk contribs created page Template:DynamicListFormatter/styles.css (Created page with "容器样式:设置为两列布局: .dynamic-list-container { display: flex; gap: 10px; 列间距: width: 100%; 宽度占满父容器: flex:1; } .dynamic-list-container > ul{ flex: 1; max-width:calc(50% - 36px); 宽度占满父容器: display: flex; flex-direction: column; justify-content: space-around; } .dynamic-list-container > ul > li > a { white-space: nowrap; 禁止链接内换行: overflow: hi...")
- 09:01, 23 January 2025 Selfice talk contribs created page NeuroWiki:Main Page/News (Created page with "*? *? *? *? *? *? *? <div style="clear: both; text-align: right;">More'''</div><noinclude>zh:NeuroWiki:首页/新闻</noinclude>")
- 09:00, 23 January 2025 Selfice talk contribs created page NeuroWiki:Main Page/Schedule (Created page with "{{ScheduleList | date=0121 | week=2 | leap_year=no | title1= | title2= | title3= | title4= | title5= | title6= | title7= }} <div style="clear: both; text-align: left;margin: -10px;"> *<small>Dates are all British Standard Time dates at the stream begin.</small></div><div style="clear: both; text-align: right;">'''[https://www.bilibili.com/opus/1007376118195421216 Bilibili]''' {{!}} '''[https://discord.com/channels/574720535888396288/1086343861670006854/131327578108172706...")
- 08:43, 23 January 2025 Selfice talk contribs created page Template:ScheduleList/styles.css (Created page with ".schedule-list { font-family: Arial, sans-serif; line-height: 1.6; 行高: margin: 1px 0 0 0; } .schedule-list li { margin-bottom: 1px; } .schedule-list li .datetime{ display: flex; align-items: center; padding: 0 15px; } .schedule-list li .datetime > .schedule-week{ margin-right: 15px; font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif Pro', serif; font-weight: bold; } .schedule-list li .datetime > .schedule-box{ margin-left: 15px; } .sc...")
- 08:43, 23 January 2025 Selfice talk contribs created page Template:ScheduleList (Created page with "<templatestyles src="Template:ScheduleList/styles.css" /><div class="date-title-list">{{#invoke:ScheduleList|main}}</div><noinclude>{{doc}}zh:Template:ScheduleListCategory:Main Page templatesCategory:Templates using TemplateStyles</noinclude>")
- 08:42, 23 January 2025 Selfice talk contribs created page Template:ScheduleList/date (Created page with "<div class="schedule-week">{{{3}}}</div><div class="schedule-date">{{{1}}}</div><div class="schedule-box"><div class="schedule-title">{{{4|OFFLINE}}}</div><div class="time">{{{2|}}}</div></div>")
- 08:41, 23 January 2025 Selfice talk contribs created page Module:ScheduleList (Created page with "local p = {} -- Utility function: Check if a year is a leap year local function is_leap_year(year) return (year % 4 == 0 and year % 100 ~= 0) or (year % 400 == 0) end -- Utility function: Calculate the number of days in a month local function days_in_month(month, leap_year) local days = {31, leap_year and 29 or 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31} return days[month] end -- Utility function: Convert `mmdd` input to `Month Day` format local function f...")
- 02:37, 23 January 2025 Selfice talk contribs created page MediaWiki:Vector.js (Created page with "All JavaScript here will be loaded for users of the Vector skin: $(function () { // 获取当前页面的名称 var pageName = mw.config.get('wgPageName'); var mainPage = mw.config.get('wgMainPageTitle'); if (!mainPage) { console.warn('wgMainPageTitle is null or undefined. Using default value.'); mainPage = 'Main Page'; // 设置默认首页标题 } var homePages = ['Main_Page', '首页', mainPage.replace(/ /g, '_')]; // 构...")
- 01:51, 23 January 2025 Selfice talk contribs created page NeuroWiki:Main Page/Recent Streams (Created page with "{{DateTitleList | year=2024 | date1=20241121 | title1=[Twins]A war between two clowns | class1=neuro-evil | date2=20241123 | title2=[Collab]layna and neuro play until dawn | class2=neuro | date3=20241126 | title3=[Solo]Meow Stream | class3=evil | date4=20241127 | title4=[Karaoke]Evil likes black pudding | class4=neuro | date5=20241130 | title5=[Collab]geoguessr vs @dougdoug's AI | class5=neuro-vedal | date6=20241202 | title6=[Dev]BUSINESS MEETING | class6=neuro-vedal | d...")
- 01:03, 23 January 2025 Selfice talk contribs created page Template:DateTitleList (Created page with "<templatestyles src="Template:DateTitleList/styles.css" /><div class="date-title-list">{{#invoke:DateTitleList|main}}</div><noinclude>{{doc}}zh:Template:DateTitleListCategory:Main Page templatesCategory:Templates using TemplateStyles</noinclude>")
- 01:03, 23 January 2025 Selfice talk contribs created page Module:DateTitleList (Created page with "local p = {} -- 英文月份映射表 local month_map = { ["01"] = {short = "Jan", full = "January"}, ["02"] = {short = "Feb", full = "February"}, ["03"] = {short = "Mar", full = "March"}, ["04"] = {short = "Apr", full = "April"}, ["05"] = {short = "May", full = "May"}, ["06"] = {short = "Jun", full = "June"}, ["07"] = {short = "Jul", full = "July"}, ["08"] = {short = "Aug", full = "August"}, ["09"] = {short = "Sep", full = "September...")
- 01:01, 23 January 2025 Selfice talk contribs created page Template:DateTitleList/styles.css (Created page with ".date-title-list { font-family: Arial, sans-serif; line-height: 1.6; 行高: } .date-title-list li { display: flex; align-items: baseline; gap:16px; } .date-title-list li b{ width: 5em; 固定宽度,确保对齐: } .date-title-list li .date { text-align: right; 日期右对齐: } .date-title-list li .content { flex-grow: 1; }")
- 02:07, 22 January 2025 Ayato talk contribs modified prefix "wikia" (https://community.fandom.com/wiki/w:c:$1) (trans: 0; local: 0) in the interwiki table (Easier link insertion)
- 00:51, 22 January 2025 Selfice talk contribs created page MediaWiki:Gadget-ReferenceTooltips.css (Created page with "See mw:Reference Tooltips: .rt-overlay { position: absolute; width: 100%; font-size: calc(var(--font-size-medium, 1rem) * (13 / 14)); line-height: 1.5em; Remove after https://phabricator.wikimedia.org/T369880 is resolved and $teleportTarget is assigned: z-index: 800; match z-index-tooltip in https://doc.wikimedia.org/codex/latest/design-tokens/z-index.html: top: 0; } /* Remove after https://phabricator.wikimedia.org/T369880 is resolved and $t...")
- 00:51, 22 January 2025 Selfice talk contribs created page MediaWiki:Gadget-ReferenceTooltips.js (Created page with "// See mw:Reference Tooltips // Source https://en.wikipedia.org/wiki/MediaWiki:Gadget-ReferenceTooltips.js eslint space-in-parens: ["error", "always"], array-bracket-spacing: ["error", "always"]: ( function () { // If you're loading the script from another wiki and want to set your settings, do that in `window` // properties with `rt_` prefix, e.g. // window.rt_REF_LINK_SELECTOR = '...'; // They will be used instead of enwiki detaults. var REF_LINK_SELECTOR =...")
- 00:43, 22 January 2025 Selfice talk contribs created page MediaWiki:Gadgets-definition (Created page with "* ReferenceTooltips[ResourceLoader|default|type=general|dependencies=mediawiki.cookie,jquery.client]|ReferenceTooltips.js|ReferenceTooltips.css")
- 00:27, 22 January 2025 Selfice talk contribs created page Meme List (Created page with "This list is a collection of terms and memes related to the '''Neuroverse'''. Specifically: *Personal memes and terms related to individuals other than Neuro, Evil, and Vedal should be referenced in their respective personal entries, unless those terms/memes are widely used by the Swarm, or their content/origin is directly tied to one or more of Neuro, Evil, or Vedal. *General internet slang is excluded unless its meaning has been signific...")
- 22:53, 21 January 2025 Selfice talk contribs created page Module:Citation/CS1/COinS (Created page with "--[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local has_accept_as_written, is_set, in_array, remove_wiki_link, strip_apostrophe_markup; -- functions in Module:Citation/CS1/Utilities local cfg; -- table of configuration tables that are defined in Module:Citation/CS1/Configuration --[[--------------------------< M A K E _ C O I N S _ T I T L E >----------------------------------------...")
- 22:52, 21 January 2025 Selfice talk contribs created page Module:Citation/CS1/Identifiers (Created page with "--[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local has_accept_as_written, is_set, in_array, set_message, select_one, -- functions in Module:Citation/CS1/Utilities substitute, make_wikilink; local z; -- table of tables defined in Module:Citation/CS1/Utilities local cfg; -- table of configuration tables that are defined in Module:Citation/CS1/Configuration --[[-...")
- 22:52, 21 January 2025 Selfice talk contribs created page Module:Citation/CS1/Date validation (Created page with " local p = {} --[[--------------------------< I S _ V A L I D _ A C C E S S D A T E >---------------------------------------- returns true if: Wikipedia start date <= accessdate < today + 2 days Wikipedia start date is 2001-01-15T00:00:00 UTC which is 979516800 seconds after 1970-01-01T00:00:00 UTC (the start of Unix time) accessdate is the date provided in |accessdate= at time 00:00:00 UTC today is the current date at time 00:00:00 UTC plus 48 hours if today is 201...")
- 22:51, 21 January 2025 Selfice talk contribs created page Module:Citation/CS1/Utilities (Created page with "local z = { error_cats_t = {}; -- for categorizing citations that contain errors error_ids_t = {}; -- list of error identifiers; used to prevent duplication of certain errors; local to this module error_msgs_t = {}; -- sequence table of error messages maint_cats_t = {}; -- for categorizing citations that aren't erroneous per se, but could use a little work prop_cats_t = {}; -- for categorizing cit...")
- 22:50, 21 January 2025 Selfice talk contribs created page Module:Citation/CS1/Whitelist (Created page with " --[[--------------------------< P A R A M E T E R S N O T S U P P O R T E D >------------------------------ This is a list of parameters that once were but now are no longer supported: ['albumlink'] = nil, -- unique alias of titlelink used by old cite AV media notes ['albumtype'] = nil, -- controled inappropriate functionality in the old cite AV media notes ['artist'] = nil, -- unique alias of others used by old cite AV media notes ['Author'] = nil,...")
- 22:45, 21 January 2025 Selfice talk contribs created page Module:Citation/CS1/Configuration (Created page with "local lang_obj = mw.language.getContentLanguage(); -- make a language object for the local language; used here for languages and dates --[[--------------------------< S E T T I N G S >-------------------------------------------------------------- boolean settings used to control various things. these setting located here to make them easy to find ]] -- these settings local to this module only local local_digits_from_mediawiki = false;...")
- 22:45, 21 January 2025 Selfice talk contribs created page Module:Citation/CS1 (Created page with "require ('strict'); --[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- each of these counts against the Lua upvalue limit ]] local validation; -- functions in Module:Citation/CS1/Date_validation local utilities; -- functions in Module:Citation/CS1/Utilities local z = {}; -- table of tables in Module:Citation/CS1/Utilities local identifiers; -- f...")
- 22:38, 21 January 2025 Selfice talk contribs created page Template:Cite web (Created page with "<includeonly>{{#invoke:citation/CS1|citation |CitationClass=web }}</includeonly><noinclude> {{documentation}}Category:Reference templates </noinclude>")
- 22:15, 21 January 2025 Selfice talk contribs created page Template:Tooltip/doc (Created page with "{{tlx|Tooltip}} is a template that generates a tooltip popup for text that is not an abbreviation. If what you're representing is not an abbreviation, you '''must''' use this template. == Template Parameters == {{tlx|Tooltip}} has two unnamed parameters: # '''Abbreviation text''': This text will be displayed on the page with an underlined dotted style. # '''Full text''': When a user hovers their mouse cursor over the abbreviation text in most web browsers, the toolt...")
- 22:14, 21 January 2025 Selfice talk contribs created page Template:Main 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:0}} | main | other }} }} | main = {{{1|}}} | other | #default = {{{2|}}} }}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage; interwikis go to Wikidata, thank you! --> </noinclude>")
- 22:13, 21 January 2025 Selfice talk contribs created page Module:Check for unknown 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 -- not on the list require ('strict'); local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end local function clean(text) -- Return text cleaned for display and truncated if too long. -- Strip markers are replaced with dummy text representing...")
- 22:13, 21 January 2025 Selfice talk contribs created page Template:Yesno-yes (Created page with "{{SAFESUBST:<noinclude />yesno|{{{1}}}|yes={{{yes|yes}}}|no={{{no|no}}}|blank={{{blank|yes}}}|¬={{{¬|yes}}}|def={{{def|yes}}}}}<noinclude> {{Documentation|Template:Yesno/doc}} <!--Categories go in the doc page referenced above; interwikis go in Wikidata.--> </noinclude>")
- 22:13, 21 January 2025 Selfice talk contribs created page Template:Yesno-no (Created page with "{{safesubst:<noinclude />yesno|{{{1}}}|yes={{{yes|yes}}}|no={{{no|no}}}|blank={{{blank|no}}}|¬={{{¬|no}}}|def={{{def|no}}}}}<noinclude> {{Documentation|Template:Yesno/doc}} <!--Categories go in the doc page referenced above; interwikis go in Wikidata.--> </noinclude>")
- 22:12, 21 January 2025 Selfice talk contribs created page Template:Tooltip/styles.css (Created page with "{{pp-template}}: .tooltip-dotted { border-bottom: 1px dotted; cursor: help; }")
- 22:11, 21 January 2025 Selfice talk contribs created page Template:Tooltip (Created page with "<templatestyles src="Template:Tooltip/styles.css" />{{#ifeq:{{yesno-no|{{{link}}}}}|yes |[[{{{1}}}|<span class="rt-commentedText tooltip {{#ifeq:{{yesno-yes|{{{dotted}}}}}|no||tooltip-dotted}} {{{class|}}}" {{#if:{{{id|}}}|id="{{{id}}}"}} {{#if:{{{style|}}}|style="{{{style}}}"}} title="{{#tag:nowiki|{{#invoke:String|replace|{{{2|}}}|"|"}}}}">{{{1|}}}</span>]] |<span class="rt-commentedText tooltip {{#ifeq:{{yesno-yes|{{{dotted}}}}}|no||tooltip-dotted}} {{{class|}}...")
- 22:10, 21 January 2025 Selfice talk contribs created page Template:Areatag (Created page with "<div style="border: 2px ridge #a66200; background-color: #fef6e7; padding: 1px 10px; width: fit-content; font-size: small;"> {{Tooltip|{{#ifeq:{{{1|}}}||18px|link=|'''-{{{{1}}}}-'''}}|{{{2|{{#switch: {{{1|}}} | E = Content specific to the English-speaking community. | SC = Content specific to the Simplified Chinese-speaking community or Mainland China. | TC = Content specific to the Traditional Chinese-speaking community or Taiwan....")
- 22:03, 21 January 2025 Selfice talk contribs created page Template:TOC right (Redirected page to Template:Right-side catalog placement) Tag: New redirect
- 21:30, 21 January 2025 Selfice talk contribs created page Template:StreamTime/doc (Created page with "<noinclude> == Template Documentation == This template is used to display the start time of a stream and automatically converts it to times for different cities based on their time zones. It's particularly useful for creating international schedules for livestreams or global events. The time you input should be in London time, and the times for other cities will be automatically calculated. == Parameters == Below are the parameters and their descriptions: * `1` (requir...")
- 19:59, 21 January 2025 Selfice talk contribs created page Template:StreamTime (Created page with "{{#ifeq:{{{add|no}}}|yes|[[File:{{{flag|Flag_of_the_US.svg}}}|16px|link=]]'''{{{city|Philadelphia}}}:''' {{#expr: ({{{1|19}}} + {{{UTC|-5}}}) mod 24}}:{{{2|00}}} (UTC{{{UTC|-5}}})<br>|}}16px|link='''London:''' {{{1|19}}}:{{{2|00}}}({{#ifeq:{{{DST|no}}}|yes|UTC+1|UTC}})<br>16px|link='''New York:''' {{#expr: ({{{1|19}}} + {{#ifeq:{{{DST_US|no}}}|yes|-4|-5}}) mod 24}}:{{{2|00}}} ({{#ifeq:{{{DST_US|no}}}|yes|U...")
- 00:10, 21 January 2025 Selfice talk contribs changed group membership for ⧼abusefilter-blocker⧽ from administrator to High-Privilege Bot
- 00:07, 21 January 2025 Selfice talk contribs changed group membership for Ayato from bureaucrat, interface administrator and administrator to interface administrator and administrator (He isn't bureaucrat, but he is administrator.)
- 00:05, 21 January 2025 Neurofumo talk contribs created page Streaming Records/vedal987 Channel/2022 (beta)
- 23:12, 19 January 2025 Selfice talk contribs changed group membership for GetNumberOfFansBot from Bot to Bot and High-Privilege Bot
- 23:10, 19 January 2025 Selfice talk contribs created page MediaWiki:Group-highprivbot (Created page with "High-Privilege Bot")
- 23:09, 19 January 2025 Selfice talk contribs created page MediaWiki:Group-bot-member (Created page with "{{GENDER:$1|Bot}}")
- 23:08, 19 January 2025 Selfice talk contribs created page MediaWiki:Group-highprivbot-member (Created page with "High-Privilege Bot")
- 23:06, 19 January 2025 Selfice talk contribs created page MediaWiki:Grouppage-highprivbot (Created page with "NeuroWiki:High-Privilege Bot")
- 22:42, 19 January 2025 Selfice talk contribs changed group membership for GetNumberOfFansBot from Bot and administrator to Bot
- 00:30, 19 January 2025 Selfice talk contribs created page Category:Infobox Templates (Created page with "zh:Category:信息框模板Category:Templates Category")
- 00:16, 19 January 2025 Selfice talk contribs created page Category:Templates Category (Created page with "zh:Category:模板分类")
- 00:16, 19 January 2025 Selfice talk contribs created page Category:Templates affecting page content (Created page with "zh:Category:影响页面内容的模板Category:Templates Category")
- 00:14, 19 January 2025 Selfice talk contribs created page Template:Right-side catalog placement (Created page with "<includeonly><div style="clear: right; margin-bottom: .5em; float: right; padding: .5em 0 .8em 1.4em; background: none; width: auto;">__TOC__</div></includeonly><noinclude>This is a right-aligned table of contents template, allowing the TOC to be placed on the right side of the page...Category:Templates affecting page contentzh:Template:目录右置</noinclude>")