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: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
- 04:35, 29 May 2024 NeonWabbit talk contribs uploaded File:S41p3f4.jpg
- 04:35, 29 May 2024 NeonWabbit talk contribs created page Another Perspective (Created page with "{{Infobox BCI chapter | image = s40p2f4-5.jpg | major_characters = | minor_characters = | locations = }} {{BCI chapters}}")
- 04:35, 29 May 2024 NeonWabbit talk contribs created page File:S40p2f4-5.jpg
- 04:35, 29 May 2024 NeonWabbit talk contribs uploaded File:S40p2f4-5.jpg
- 04:35, 29 May 2024 NeonWabbit talk contribs created page Essential Worker (Created page with "{{Infobox BCI chapter | image = s39p6f3.jpg | major_characters = | minor_characters = | locations = }} {{BCI chapters}}")
- 04:34, 29 May 2024 NeonWabbit talk contribs created page File:S39p6f3.jpg
- 04:34, 29 May 2024 NeonWabbit talk contribs uploaded File:S39p6f3.jpg
- 04:34, 29 May 2024 NeonWabbit talk contribs created page Another Intervention (Created page with "{{Infobox BCI chapter | image = s38p5f4.jpg | major_characters = | minor_characters = | locations = }} {{BCI chapters}}")
- 04:34, 29 May 2024 NeonWabbit talk contribs created page File:S38p5f4.jpg
- 04:34, 29 May 2024 NeonWabbit talk contribs uploaded File:S38p5f4.jpg
- 04:34, 29 May 2024 NeonWabbit talk contribs created page A Better You (Created page with "{{Infobox BCI chapter | image = s37p4f8.jpg | major_characters = | minor_characters = | locations = }} {{BCI chapters}}")
- 04:34, 29 May 2024 NeonWabbit talk contribs created page File:S37p4f8.jpg
- 04:34, 29 May 2024 NeonWabbit talk contribs uploaded File:S37p4f8.jpg
- 04:34, 29 May 2024 NeonWabbit talk contribs created page Elementary School Sweethearts (Created page with "{{Infobox BCI chapter | image = s36p5f2.jpg | major_characters = | minor_characters = | locations = }} {{BCI chapters}}")
- 04:34, 29 May 2024 NeonWabbit talk contribs created page File:S36p5f2.jpg