All public logs
Combined display of all available logs of Candypedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:27, 30 May 2024 NeonWabbit talk contribs created page File:Thingswevedone.png
- 03:27, 30 May 2024 NeonWabbit talk contribs uploaded File:Thingswevedone.png
- 03:23, 30 May 2024 NeonWabbit talk contribs created page Template:Stub (Created page with "{{ {{{|safesubst:}}}#invoke:Unsubst||date=__DATE__ |$B= <!--{{Stub}} begin-->{{Ambox | name = Stub | subst = <includeonly>{{subst:</includeonly><includeonly>substcheck}}</includeonly> | type = style | image = 56px | issue = This page '''is a stub and needs to be filled in'''. | fix = <br>''You can help Candypedia by [{{fullurl:{{FULLPAGENAME}}|action=edit}} expanding it].'' | date = {{{date|}}} | small = {{{small|}}} | cat = {{#if:{{{no...")
- 03:20, 30 May 2024 NeonWabbit talk contribs created page File:Buriedtreasure.png
- 03:20, 30 May 2024 NeonWabbit talk contribs uploaded File:Buriedtreasure.png
- 03:14, 30 May 2024 NeonWabbit talk contribs created page Template:LLM raw (Created page with "{{ {{{|safesubst:}}}#invoke:Unsubst||date=__DATE__ |$B= <!--{{LLM raw}} begin-->{{Ambox | name = LLM raw | subst = <includeonly>{{subst:</includeonly><includeonly>substcheck}}</includeonly> | type = content | image = 56px | issue = This page '''is pretty raw LLM output'''. | fix = <br>''Please give it a human touch!'' | date = {{{date|}}} | small = {{{small|}}} | cat = {{#if:{{{nocat|}}}||Articles requiring LLM edits}} }}<!--{{LLM raw...")
- 03:14, 30 May 2024 NeonWabbit talk contribs created page File:Castofcharacters.png
- 03:14, 30 May 2024 NeonWabbit talk contribs uploaded File:Castofcharacters.png
- 03:07, 30 May 2024 NeonWabbit talk contribs created page Template:LLM incoming (Created page with "{{ {{{|safesubst:}}}#invoke:Unsubst||date=__DATE__ |$B= <!--{{LLM incoming}} begin-->{{Ambox | name = LLM incoming | subst = <includeonly>{{subst:</includeonly><includeonly>substcheck}}</includeonly> | type = content | image = 56px | issue = This page '''is due to be filled in with LLM output'''. | fix = <br>Please wait for this incoming information before editing it. | date = {{{date|}}} | small = {{{small|}}} | cat = {{#if:{{{nocat|}}}||A...")
- 03:02, 30 May 2024 NeonWabbit talk contribs created page File:Otherlinks.png
- 03:02, 30 May 2024 NeonWabbit talk contribs uploaded File:Otherlinks.png
- 03:01, 30 May 2024 NeonWabbit talk contribs created page Module:Category handler/blacklist (Created page with "-- This module contains the blacklist used by Module:Category handler. -- Pages that match Lua patterns in this list will not be categorised unless -- categorisation is explicitly requested. return { '^Main Page$', -- don't categorise the main page. -- Don't categorise the following pages or their subpages. -- "%f[/\0]" matches if the next character is "/" or the end of the string. '^Wikipedia:Cascade%-protected items%f[/\0]', '^User:UBX%f[/\0]', -- The userbo...")
- 03:00, 30 May 2024 NeonWabbit talk contribs created page Module:Category handler/shared (Created page with "-- This module contains shared functions used by Module:Category handler -- and its submodules. local p = {} function p.matchesBlacklist(page, blacklist) for i, pattern in ipairs(blacklist) do local match = mw.ustring.match(page, pattern) if match then return true end end return false end function p.getParamMappings(useLoadData) local dataPage = 'Module:Namespace detect/data' if useLoadData then return mw.loadData(dataPage).mappings else return...")
- 03:00, 30 May 2024 NeonWabbit talk contribs created page Module:Category handler/config (Created page with "-------------------------------------------------------------------------------- -- Module:Category handler configuration data -- -- Language-specific parameter names and values can be set here. -- -- For blacklist config, see Module:Category handler/blacklist. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. ----------------------------...")
- 03:00, 30 May 2024 NeonWabbit talk contribs created page Module:Category handler/data (Created page with "-- This module assembles data to be passed to Module:Category handler using -- mw.loadData. This includes the configuration data and whether the current -- page matches the title blacklist. local data = require('Module:Category handler/config') local mShared = require('Module:Category handler/shared') local blacklist = require('Module:Category handler/blacklist') local title = mw.title.getCurrentTitle() data.currentTitleMatchesBlacklist = mShared.matchesBlacklist(...")
- 03:00, 30 May 2024 NeonWabbit talk contribs created page Module:Message box/ambox.css (Created page with "{{pp|small=y}}: .ambox { border: 1px solid #a2a9b1; @noflip: border-left: 10px solid #36c; Default "notice" blue: background-color: #fbfbfb; box-sizing: border-box; } Single border between stacked boxes. Take into account base templatestyles, * user styles, and Template:Dated maintenance category. * remove link selector when T200206 is fixed: .ambox + link + .ambox, .ambox + link + style + .ambox, .ambox + link + link + .ambox, /* TODO: rais...")
- 02:59, 30 May 2024 NeonWabbit talk contribs created page Module:Category handler (Created page with "-------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category handler}} template in Lua, -- -- with a few improvements: all namespaces and all namespace alia...")
- 02:59, 30 May 2024 NeonWabbit talk contribs created page Module:Message box/configuration (Created page with "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-spee...")
- 02:59, 30 May 2024 NeonWabbit talk contribs created page Template:Ambox (Created page with "{{#invoke:Message box|ambox}}{{#ifeq:{{{small}}};{{NAMESPACENUMBER}}|left;0|Category:Articles using small message boxes}}")
- 02:58, 30 May 2024 NeonWabbit talk contribs created page Module:Unsubst (Created page with "local checkType = require('libraryUtil').checkType local p = {} local BODY_PARAM = '$B' local specialParams = { ['$params'] = 'parameter list', ['$aliases'] = 'parameter aliases', ['$flags'] = 'flags', ['$B'] = 'template content', ['$template-name'] = 'template invocation name override', } function p.main(frame, body) -- If we are substing, this function returns a template invocation, and if -- not, it returns the template body. The template body can be specif...")
- 02:42, 30 May 2024 NeonWabbit talk contribs changed the content model of the page Module:Citation/CS1/styles.css from "CSS" to "Sanitized CSS" (okay all fixed!)
- 02:39, 30 May 2024 NeonWabbit talk contribs changed the content model of the page Module:Citation/CS1/styles.css from "Sanitized CSS" to "CSS" (don't sanitize my css!)
- 02:38, 30 May 2024 NeonWabbit talk contribs created page Module:Citation/CS1/styles.css (Created blank page)
- 02:38, 30 May 2024 NeonWabbit 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 >----------------------------------------...")
- 02:37, 30 May 2024 NeonWabbit 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 --[[-...")
- 02:37, 30 May 2024 NeonWabbit talk contribs created page Module:Citation/CS1/Date validation (Created page with "--[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local add_prop_cat, is_set, in_array, set_message, substitute, wrap_style; -- imported functions from selected Module:Citation/CS1/Utilities local cfg; -- table of tables imported from selected Module:Citation/CS1/Configuration --[[--------------------------< F I L E - S C O P E D E C L A R A T I O N S >--------------------------------...")
- 02:36, 30 May 2024 NeonWabbit 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...")
- 02:36, 30 May 2024 NeonWabbit talk contribs created page Module:Citation/CS1/Whitelist (Created page with "--[[--------------------------< S U P P O R T E D P A R A M E T E R S >-------------------------------------- Because a steady-state signal conveys no useful information, whitelist.basic_arguments[] list items can have three values: true - these parameters are valid and supported parameters false - these parameters are deprecated but still supported tracked - these parameters are valid and supported parameters tracked in an eponymous properties category nil - thes...")
- 02:35, 30 May 2024 NeonWabbit talk contribs created page Module:CS1/IdentifierLimits (Created page with "local data = { {"OCLC", 10240000000}, {"OSTI", 23010000}, {"PMC", 11300000}, {"PMID", 38900000}, {"RFC", 9300}, {"SSRN", 4800000}, {"S2CID", 270000000} } return data")
- 02:29, 30 May 2024 NeonWabbit 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;...")
- 02:27, 30 May 2024 NeonWabbit 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...")
- 02:23, 30 May 2024 NeonWabbit talk contribs created page Template:Reflist/styles.css (Created page with "{{pp|small=yes}}: can we remove the font size declarations? .references gets a font-size in * common.css that is always 90, and there is nothing else in reflist out in * the wild. May affect column sizes.: .reflist { font-size: 90%; Default font-size: margin-bottom: 0.5em; list-style-type: decimal; } .reflist .references { font-size: 100%; Reset font-size when nested in div.reflist: margin-bottom: 0; /* Avoid dou...")
- 02:22, 30 May 2024 NeonWabbit talk contribs created page Template:Reflist (Created page with "<templatestyles src="Reflist/styles.css" /><div class="reflist <!-- -->{{#if:{{{1|}}}{{{colwidth|}}}|reflist-columns references-column-width}} <!-- -->{{#switch:{{{liststyle|{{{group|}}}}}}|upper-alpha|upper-roman|lower-alpha|lower-greek|lower-roman=reflist-{{{liststyle|{{{group}}}}}}}} <!-- -->{{#if:{{{1|}}}|{{#iferror:{{#ifexpr: {{{1|1}}} > 1 }}||{{#switch:{{{1|}}}|1=|2=reflist-columns-2|#default=reflist-columns-3}} }}}}" <!-- end class -->{{#if: {{{1|}}}<!-- start sty...")
- 18:51, 29 May 2024 SuitCase talk contribs created page Template:Cite web (Created page with "<noinclude>{{pp-template}}</noinclude> {{Documentation subpage}} {{High-use|all-pages=yes}} {{AWB standard installation}} {{csdoc|lua}} {{csdoc|cs1}} {{csdoc|lead|web sources that are not characterized by another CS1 template. Do not use this template in the "External links" section of articles}} ==Usage== {{csdoc|usage}} {{csdoc|usage common}} For references with author credit :<syntaxhighlight lang="wikitext" inline>{{cite web |...")
- 11:30, 29 May 2024 49.180.190.112 talk created page Template:Books (Created page with "{{Navbox | name = Bittersweet Candy Bowl Books | title = ''Bittersweet Candy Bowl'' Books | state = autocollapse | listclass = hlist | group1 = Volumes | list1 = * Volume One * Volume Two * Volume Three * Volume Four * Volume Five * Bitterswee...")
- 07:28, 29 May 2024 SuitCase talk contribs created page Template:ChapterPage (Establishing a template we can use.)
- 04:36, 29 May 2024 NeonWabbit talk contribs created page Another Choice (Created page with "{{Infobox BCI chapter | image = s45p4f4.jpg | major_characters = | minor_characters = | locations = }} {{BCI chapters}}")
- 04:36, 29 May 2024 NeonWabbit talk contribs created page File:S45p4f4.jpg
- 04:36, 29 May 2024 NeonWabbit talk contribs uploaded File:S45p4f4.jpg
- 04:36, 29 May 2024 NeonWabbit talk contribs created page Pen Pals (Created page with "{{Infobox BCI chapter | image = s44p9f3.jpg | major_characters = | minor_characters = | locations = }} {{BCI chapters}}")
- 04:36, 29 May 2024 NeonWabbit talk contribs created page File:S44p9f3.jpg
- 04:36, 29 May 2024 NeonWabbit talk contribs uploaded File:S44p9f3.jpg
- 04:35, 29 May 2024 NeonWabbit talk contribs created page Another Date (Created page with "{{Infobox BCI chapter | image = s43p5f4.jpg | major_characters = | minor_characters = | locations = }} {{BCI chapters}}")
- 04:35, 29 May 2024 NeonWabbit talk contribs created page File:S43p5f4.jpg
- 04:35, 29 May 2024 NeonWabbit talk contribs uploaded File:S43p5f4.jpg
- 04:35, 29 May 2024 NeonWabbit talk contribs created page Another Direction (Created page with "{{Infobox BCI chapter | image = s42p6f2.jpg | major_characters = | minor_characters = | locations = }} {{BCI chapters}}")
- 04:35, 29 May 2024 NeonWabbit talk contribs created page File:S42p6f2.jpg
- 04:35, 29 May 2024 NeonWabbit talk contribs uploaded File:S42p6f2.jpg
- 04:35, 29 May 2024 NeonWabbit talk contribs created page Another Rescue (Created page with "{{Infobox BCI chapter | image = s41p3f4.jpg | major_characters = | minor_characters = | locations = }} {{BCI chapters}}")
- 04:35, 29 May 2024 NeonWabbit talk contribs created page File:S41p3f4.jpg