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:25, 27 May 2024 NeonWabbit talk contribs created page Blind Date (Created page with "{{Infobox BCI chapter | image = | major_characters = | minor_characters = | locations = }} {{BCI chapters}}")
- 15:17, 26 May 2024 NeonWabbit talk contribs created page Module:Formatted appearance (Created page with "require("strict") -- This module requires the use of Module:List. local list = require("Module:List") local p = {} -- Local function which is used to get a correctly formatted entry. -- Function checks if the array had a value added by checking the counter, -- and returns the relevant result. local function getFormattedEntry(args, counter) if (counter == 1) then -- Check if the counter stayed the same. return "" -- Nothing was added to a...")
- 14:46, 26 May 2024 NeonWabbit talk contribs created page Module:BCIChapterNavbox (Created page with "local p = {} -- Define the 5-year ranges and styles local groups = { { name = '2010–2014', start_year = 2010, end_year = 2014, style = 'background:#707ebd;color:white;', group = 'group1', list = 'list1', }, { name = '2015–2019', start_year = 2015, end_year = 2019, style = 'background:#912f28;color:white;', group = 'group2', list = 'list2', }, {...")
- 14:41, 26 May 2024 NeonWabbit talk contribs created page Augustus, You Jerk 2 (Created page with "{{Correct title|Augustus, You Jerk #2|reason=#}}")
- 14:41, 26 May 2024 NeonWabbit talk contribs created page Module:Protect (Created page with "local function processResult(options, success, ...) if not success then local message = tostring(... or '(no message)') if options.removeLocation then message = string.gsub(message, '^Module:[^:]+:%d+: ', '', 1) end return string.format(options.errFormat, message) end return ... end local function protect(func, errFormat, options) if type(errFormat) == 'table' then options = options or errFormat errFormat = nil end options = mw.clone(options) or {}...")
- 14:41, 26 May 2024 NeonWabbit talk contribs created page Module:Namespace detect/config (Created page with "-------------------------------------------------------------------------------- -- Namespace detect configuration data -- -- -- -- This module stores configuration data for Module:Namespace detect. Here -- -- you can localise the module to your wiki's language. -- --...")
- 14:41, 26 May 2024 NeonWabbit talk contribs created page Module:Text (Created page with "local yesNo = require("Module:Yesno") local Text = { serial = "2022-07-21", suite = "Text" } --[=[ Text utilities ]=] -- local globals local PatternCJK = false local PatternCombined = false local PatternLatin = false local PatternTerminated = false local QuoteLang = false local QuoteType = false local RangesLatin = false local SeekQuote = false local function initLatinData() if not RangesLatin then...")
- 14:40, 26 May 2024 NeonWabbit talk contribs created page Module:Namespace detect/data (Created page with "-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #invoke, for performance reasons. -- -------------------------------------------------------------------------------- local cfg = require('Module:Namespace detect/config') local function...")
- 14:40, 26 May 2024 NeonWabbit talk contribs created page Module:CallAssert (Created page with "local function pack(...) return {...}, select('#', ...) end local function mapArray(func, array, count) local result = {} for i = 1, count or #array do result[i] = func(array[i]) end return result end local function quote(value) if type(value) == 'string' then return (string.gsub(string.format('%q', value), '\\\n', '\\n')) -- Outer parentheses remove second value returned by gsub end local str = tostring(value) if type(value) == 'table' and str ~= 'table'...")
- 14:40, 26 May 2024 NeonWabbit talk contribs created page Module:Error (Created page with "-- This module implements {{error}}. local p = {} local function _error(args) local tag = mw.ustring.lower(tostring(args.tag)) -- Work out what html tag we should use. if not (tag == 'p' or tag == 'span' or tag == 'div') then tag = 'strong' end -- Generate the html. return tostring(mw.html.create(tag) :addClass('error') :wikitext(tostring(args.message or args[1] or error('no message specified', 2))) ) end function...")
- 14:40, 26 May 2024 NeonWabbit talk contribs created page Template:Error (Created page with "{{#invoke:Error|error|{{{message|{{{1}}}}}}|tag={{{tag|}}}}}")
- 14:38, 26 May 2024 NeonWabbit talk contribs created page Module:Namespace detect (Created page with "--[[ -------------------------------------------------------------------------------- -- -- -- NAMESPACE DETECT -- -- -- -- This module implements the {{namespace detect}} template in Lua, with a -- -- few improvements: all namespaces and all namespace aliases are...")
- 14:37, 26 May 2024 NeonWabbit talk contribs created page Module:Hatnote/styles.css (Created page with "{{pp|small=y}}: .hatnote { font-style: italic; } Limit structure CSS to divs because of Module:Hatnote inline: div.hatnote { @noflip: padding-left: 1.6em; margin-bottom: 0.5em; } .hatnote i { font-style: normal; } The templatestyles element inserts a link element before hatnotes. * TODO: Remove link if/when WMF resolves T200206: .hatnote + link + .hatnote { margin-top: -0.5em; }")
- 14:37, 26 May 2024 NeonWabbit talk contribs created page Template:Terminate sentence (Created page with "{{{1}}}{{#if:{{#invoke:text|sentenceTerminated|{{{1|}}}}}||{{{2|.}}}}}")
- 14:31, 26 May 2024 NeonWabbit talk contribs created page Template:Namespace detect (Created page with "{{SAFESUBST:<noinclude />#invoke:Namespace detect|main}}")
- 14:31, 26 May 2024 NeonWabbit talk contribs created page Module:Page (Created page with "local callAssert = require('Module:CallAssert') local function main(frame, field) local args, pargs = frame.args, ( frame:getParent() or {} ).args or {} local makeTitle=args.makeTitle or pargs.makeTitle local namespace=args.namespace or pargs.namespace or "" local fragment=args.fragment or pargs.fragment or "" local interwiki=args.interwiki or pargs.interwiki or "" local page=args.page or args[1] or pargs.page or pargs[1] or "" local id= tonumber( args.id or parg...")
- 14:30, 26 May 2024 NeonWabbit talk contribs created page Module:Hatnote (Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote -- -- -- -- This module produces hatnote links and links to related articles. It -- -- implements the {{hatnote}} and {{format link}} meta-templates and includes -- -- helper functions for other Lua hatnote modules....")
- 14:29, 26 May 2024 NeonWabbit talk contribs created page Template:Hatnote (Created page with "<includeonly>{{#invoke:Hatnote|hatnote}}</includeonly>")
- 14:28, 26 May 2024 NeonWabbit talk contribs created page Template:Self-reference (Created page with "{{#switch:{{{2|NONE}}} |NONE|hatnote|hat={{Hatnote|extraclasses=plainlinks selfreference noprint|1={{{1}}}}} |inline=<div class="plainlinks selfreference" style="display:inline; font-style: italic;"><!--Same style as class hatnote.-->{{{1}}}</div> |<!--Matching the empty string here for unprintworthy content is for backwards compatibility with the 2006-2008 version. Do not depend on it!-->=<div style="display:inline;" class="plainlinks selfreference noprint">{{{1}}}</di...")
- 14:28, 26 May 2024 NeonWabbit talk contribs created page Template:Selfref (Redirected page to Template:Self-reference) Tag: New redirect
- 14:28, 26 May 2024 NeonWabbit talk contribs created page Template:Correct title (Created page with "{{selfref|1=The correct title of this {{#if:{{NAMESPACE}}|page|article}} is {{terminate sentence|'''{{{title|{{{1|{{Error|not specified}}}}}}}}'''}} {{#switch:{{{reason|}}} |:|namespace = The {{{edit|substitution or omission}}} of the colon is |(|bracket|brackets = The {{{edit|{{#switch:{{#expr: {{#invoke:String|len|{{{title|{{{1|}}}}}}}} - {{#invoke:String|len|{{#invoke:String|replace|{{{demopage|{{PAGENAME}}}}}| %(.*%)$||1|false}}}} }} |2 = omi...")
- 07:05, 26 May 2024 49.180.247.252 talk created page Template:BCB chapters/sandbox (Created page with "{{#invoke:ChapterNavbox|generateNavbox}}")
- 07:04, 26 May 2024 49.180.247.252 talk created page Module:ChapterNavbox (Created page with "local p = {} -- Define the volume ranges and styles local volumes = { { name = 'Volume One', start = 1, end_ = 46, style = 'background:#707ebd;color:white;', }, { name = 'Volume Two', start = 47, end_ = 58, style = 'background:#912f28;color:white;', }, { name = 'Volume Three', start = 59, end_ = 69.1, style = 'background:#2b8842;color:white;', }, {...")
- 05:12, 24 May 2024 NeonWabbit talk contribs created page Baby Blues (Created page with "{{Infobox BCI chapter | image = s18p7f1.jpg | major_characters = | minor_characters = | locations = }} {{BCI chapters}}")
- 05:11, 24 May 2024 NeonWabbit talk contribs created page File:S18p7f1.jpg
- 05:11, 24 May 2024 NeonWabbit talk contribs uploaded File:S18p7f1.jpg
- 05:11, 24 May 2024 NeonWabbit talk contribs created page Store Credit (Created page with "{{Infobox BCI chapter | image = s17p2f7.jpg | major_characters = | minor_characters = | locations = }} {{BCI chapters}}")
- 05:11, 24 May 2024 NeonWabbit talk contribs created page File:S17p2f7.jpg
- 05:11, 24 May 2024 NeonWabbit talk contribs uploaded File:S17p2f7.jpg
- 05:10, 24 May 2024 NeonWabbit talk contribs created page Christmas Dinner (Created page with "{{Infobox BCI chapter | image = s16p4f2.jpg | major_characters = | minor_characters = | locations = }} {{BCI chapters}}")
- 05:10, 24 May 2024 NeonWabbit talk contribs created page File:S16p4f2.jpg
- 05:10, 24 May 2024 NeonWabbit talk contribs uploaded File:S16p4f2.jpg
- 05:10, 24 May 2024 NeonWabbit talk contribs created page Family Comix (Created page with "{{Infobox BCI chapter | image = s15p3f5.png | major_characters = | minor_characters = | locations = }} {{BCI chapters}}")
- 05:10, 24 May 2024 NeonWabbit talk contribs created page File:S15p3f5.png
- 05:10, 24 May 2024 NeonWabbit talk contribs uploaded File:S15p3f5.png
- 05:09, 24 May 2024 NeonWabbit talk contribs created page Promise (Created page with "{{Infobox BCI chapter | image = s14p1f1-2.jpg | major_characters = | minor_characters = | locations = }} {{BCI chapters}}")
- 05:09, 24 May 2024 NeonWabbit talk contribs created page File:S14p1f1-2.jpg
- 05:09, 24 May 2024 NeonWabbit talk contribs uploaded File:S14p1f1-2.jpg
- 05:08, 24 May 2024 NeonWabbit talk contribs created page Picture Perfect (Created page with "{{Infobox BCI chapter | image = s13p2f19.png | major_characters = | minor_characters = | locations = }} {{BCI chapters}}")
- 05:08, 24 May 2024 NeonWabbit talk contribs created page File:S13p2f19.png
- 05:08, 24 May 2024 NeonWabbit talk contribs uploaded File:S13p2f19.png
- 05:08, 24 May 2024 NeonWabbit talk contribs created page In Deep (Created page with "{{Infobox BCI chapter | image = s12p3f3.jpg | major_characters = | minor_characters = | locations = }} {{BCI chapters}}")
- 05:08, 24 May 2024 NeonWabbit talk contribs created page File:S12p3f3.jpg
- 05:08, 24 May 2024 NeonWabbit talk contribs uploaded File:S12p3f3.jpg
- 05:07, 24 May 2024 NeonWabbit talk contribs created page First Dance (Created page with "{{Infobox BCI chapter | image = s11p8f1.png | major_characters = | minor_characters = | locations = }} {{BCI chapters}}")
- 05:07, 24 May 2024 NeonWabbit talk contribs created page File:S11p8f1.png
- 05:07, 24 May 2024 NeonWabbit talk contribs uploaded File:S11p8f1.png
- 05:07, 24 May 2024 NeonWabbit talk contribs created page Another Kiss (Created page with "{{Infobox BCI chapter | image = s10p3f1.png | major_characters = | minor_characters = | locations = }} {{BCI chapters}}")
- 05:07, 24 May 2024 NeonWabbit talk contribs created page File:S10p3f1.png
- 05:07, 24 May 2024 NeonWabbit talk contribs uploaded File:S10p3f1.png