User contributions for NeonWabbit
A user with 933 edits. Account created on 19 May 2024.
21 May 2024
- 15:5915:59, 21 May 2024 diff hist 0 N File:C9p3f14.png No edit summary current
- 15:5015:50, 21 May 2024 diff hist +106 N Helping Hands Created page with "{{Infobox chapter|image=c8p6f3.png|caption=Paulo and Daisy bringing an injured bird to Lucy.}}"
- 15:5015:50, 21 May 2024 diff hist 0 N File:C8p6f3.png No edit summary
- 15:4415:44, 21 May 2024 diff hist +84 N Prom Preparation Created page with "{{Infobox chapter|image=c7p4f11.png|caption=Three fan girls fawning over Mike.}}"
- 15:4415:44, 21 May 2024 diff hist 0 N File:C7p4f11.png No edit summary current
- 15:3615:36, 21 May 2024 diff hist +103 N Flying Lessons Created page with "{{Infobox chapter|image=c6p2f16.png|caption=Yashy catching the egg Chirpy later hatched from.}}"
- 15:3515:35, 21 May 2024 diff hist 0 N File:C6p2f16.png No edit summary current
- 15:2815:28, 21 May 2024 diff hist +99 N The Burden of Parenthood Created page with "{{Infobox chapter|image=c5p5f3.png|caption=Daisy surprised at the way Paulo holds a doll.}}"
- 15:2815:28, 21 May 2024 diff hist 0 N File:C5p5f3.png No edit summary current
- 15:2115:21, 21 May 2024 diff hist +102 N Unfit for Education Created page with "{{Infobox chapter|image=c4p4f18.png|caption=Lucy happy for Yashy, who was slapping Mike.}}"
- 15:2115:21, 21 May 2024 diff hist 0 N File:C4p4f18.png No edit summary current
- 15:1015:10, 21 May 2024 diff hist −702 Main Page No edit summary Tag: Visual edit
- 15:0115:01, 21 May 2024 diff hist +2 Bittersweet Candy Bowl: Volume One No edit summary
- 14:5814:58, 21 May 2024 diff hist +1,607 N Bittersweet Candy Bowl: Volume One Created page with "{{Infobox book | italic title = <!--(see above)--> | name = Bittersweet Candy Bowl:<br>Volume One | image = Book_VolumeOne.png | image_size = | border = | alt = | caption = Front cover and spine | authors = Veronica Vera<br>Oliver Bareham | audio_read_by = | title_orig = | orig_lang_code = | title_working = | translator = | illustrator = Veroni..."
- 14:5714:57, 21 May 2024 diff hist +4,153 N Module:URL Created page with "-- -- This module implements {{URL}} -- -- See unit tests at Module:URL/testcases local p = {} local function safeUri(s) local success, uri = pcall(function() return mw.uri.new(s) end) if success then return uri end end local function extractUrl(args) for name, val in pairs(args) do if name ~= 2 and name ~= "msg" then local url = name .. "=" .. val; url = mw.ustring.gsub(url, '^[Hh][Tt][Tt][Pp]([Ss]?):(/?)([^/])', 'http%1://%3') local uri = sa..." current
- 14:5614:56, 21 May 2024 diff hist +289 N Template:URL Created page with "<includeonly>{{#invoke:URL|url}}</includeonly>{{#invoke:Check for unknown parameters|check|unknown={{main other|_VALUE_{{PAGENAME}}}}|preview=Page using Template:URL with unknown parameter "_VALUE_"|ignoreblank=y | 1 | 2 }}" current
- 14:4114:41, 21 May 2024 diff hist +16,126 N Module:TableTools Created page with "------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should not -- -- be called directly from #invoke...." current
- 14:4014:40, 21 May 2024 diff hist +406 N Template:Longitem Created page with "<noinclude>{{#tag: code| </noinclude>{{#ifeq: {{{1|+}}} | {{{1|-}}} | <div style="}}display: inline-block; line-height: 1.2em; padding: .1em 0; {{#ifeq: {{{1|+}}} | {{{1|-}}} | {{{style|}}}">{{{1|}}}</div> | <includeonly>width: 100%;</includeonly> }}<includeonly>{{#if:{{{2|}}}|Category:Pages using Template:Longitem with unnamed style parameter}}</includeonly><noinclude> |lang=wikitext}} </noinclude>" current
- 14:3914:39, 21 May 2024 diff hist +5,643 N Module:List Created page with "local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(listType, args) -- Constructs a data table to be passed to p.renderList. local data = {} -- Classes and TemplateStyles data.classes = {} data.templatestyles = ''..." current
- 14:3814:38, 21 May 2024 diff hist +64 N Template:Hlist Created page with "{{<includeonly>safesubst:</includeonly>#invoke:list|horizontal}}" current
- 14:2914:29, 21 May 2024 diff hist +8,913 N Module:Italic title Created page with "-- This module implements {{italic title}}. require('strict') local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local checkTypeForNamedArg = libraryUtil.checkTypeForNamedArg local yesno = require('Module:Yesno') -------------------------------------------------------------------------------- -- ItalicTitle class -------------------------------------------------------------------------------- local ItalicTitle = {} do ----------------..." current
- 14:2814:28, 21 May 2024 diff hist +3,335 N Template:Infobox book Created page with "{{Infobox | italic title = {{{italic title|<noinclude>no</noinclude>}}} | bodyclass = vcard | bodystyle = {{#if:{{{infoboxwidth|{{{width|}}}}}} |width:{{{infoboxwidth|{{{width}}}}}} }} <!---------------Title-----------------> | titlestyle = font-size:125%; font-style:italic; padding-bottom:0.2em; | title = {{{name|{{PAGENAMEBASE}}}}} <!---------------Image-----------------> | imagestyle = {{#if:{{{image|}}}||display:none}} | image = File:{{{image|}}}|frameless|uprigh..." current
- 14:2814:28, 21 May 2024 diff hist +99 N Template:PAGENAMEBASE Created page with "{{{{{|safesubst:}}}#Invoke:String|replace|{{{1|{{{{{|safesubst:}}}PAGENAME}}}}}|%s+%b()$||1|false}}" current
- 14:1314:13, 21 May 2024 diff hist +94 N Merry Snow Day Created page with "{{Infobox chapter|image=c3p4f7.png|caption=Daisy and Mike watch Lucy skate away.}}"
- 14:1214:12, 21 May 2024 diff hist 0 N File:C3p4f7.png No edit summary current
- 13:3913:39, 21 May 2024 diff hist +63 Gaming Rivalry No edit summary Tag: Reverted
- 13:3413:34, 21 May 2024 diff hist +67 Simple Pleasures No edit summary Tag: Reverted
- 13:3313:33, 21 May 2024 diff hist −48 Module:Chapters No edit summary
- 13:3213:32, 21 May 2024 diff hist +23 Template:Infobox chapter No edit summary
- 13:2913:29, 21 May 2024 diff hist +48 Module:Chapters No edit summary
- 04:3504:35, 21 May 2024 diff hist +483 Module:Chapters No edit summary
- 04:0304:03, 21 May 2024 diff hist −951 Module:Chapters No edit summary
- 04:0204:02, 21 May 2024 diff hist +90 Module:Chapters No edit summary
- 03:5803:58, 21 May 2024 diff hist −420 Module:Chapters No edit summary
- 03:5403:54, 21 May 2024 diff hist +12 Module:Chapters No edit summary
- 03:5203:52, 21 May 2024 diff hist +456 Module:Chapters No edit summary
- 03:4703:47, 21 May 2024 diff hist −37 Gaming Rivalry No edit summary
- 03:4603:46, 21 May 2024 diff hist 0 N File:C2p1f1.png No edit summary current
- 03:4303:43, 21 May 2024 diff hist −8 Module:Chapters No edit summary
- 03:4203:42, 21 May 2024 diff hist +17 Simple Pleasures No edit summary
- 03:4103:41, 21 May 2024 diff hist +33 Module:Chapters No edit summary
- 03:3903:39, 21 May 2024 diff hist 0 N File:C1p3f4.png No edit summary
20 May 2024
- 03:0303:03, 20 May 2024 diff hist +47,959 N Module:Date Created page with "-- Date functions for use by other modules. -- I18N and time zones are not supported. local MINUS = '−' -- Unicode U+2212 MINUS SIGN local floor = math.floor local Date, DateDiff, diffmt -- forward declarations local uniq = { 'unique identifier' } local function is_date(t) -- The system used to make a date read-only means there is no unique -- metatable that is conveniently accessible to check. return type(t) == 'table' and t._id == uniq end local function is_..." current
- 03:0203:02, 20 May 2024 diff hist +5,112 N Module:Time ago Created page with "-- Implement Template:Time ago local numberSpell, yesno -- lazy load function numberSpell(arg) numberSpell = require('Module:NumberSpell')._main return numberSpell(arg) end function yesno(arg) yesno = require('Module:Yesno') return yesno(arg) end local p = {} -- Table to convert entered text values to numeric values. local timeText = { ['seconds'] = 1, ['minutes'] = 60, ['hours'] = 3600, ['days'] = 86400, ['weeks'] = 604800, ['months'] = 2629800, --..." current
- 03:0203:02, 20 May 2024 diff hist +332 N Template:Yesno Created page with "{{<includeonly>safesubst:</includeonly>#switch: {{<includeonly>safesubst:</includeonly>lc: {{{1|¬}}} }} |no |n |f |false |off |0 = {{{no|<!-- null -->}}} | = {{{blank|{{{no|<!-- null -->}}}}}} |¬ = {{{¬|}}} |yes |y |t |true |on |1 = {{{yes|yes}}} |#default = {{{def|{{{yes|yes}}}}}} }}" current
- 03:0203:02, 20 May 2024 diff hist +55 N Template:Trim Created page with "<includeonly>{{safesubst:#if:1|{{{1|}}}}}</includeonly>" current
- 03:0203:02, 20 May 2024 diff hist +719 N Template:MONTHNUMBER Created page with "<includeonly>{{safesubst:<noinclude/>#if:{{{1|}}} |{{safesubst:<noinclude/>#switch:{{safesubst:<noinclude/>lc:{{{1}}}}} |january|jan=1 |february|feb=2 |march|mar=3 |apr|april=4 |may=5 |june|jun=6 |july|jul=7 |august|aug=8 |september|sep|sept=9 |october|oct=10 |november|nov=11 |december|dec=12 |{{safesubst:<noinclude/>#ifexpr:{{{1}}}<0 |{{safesubst:<noinclude/>#ifexpr:(({{{1}}})round 0)!=({{{1}}}) |{{safesubst:<noinclude/>#expr:12-(((0.5-..." current
- 03:0103:01, 20 May 2024 diff hist +25 N Template:Time ago Created page with "{{#invoke:Time ago|main}}" current
- 03:0103:01, 20 May 2024 diff hist +274 N Template:MONTHNAME Created page with "<includeonly>{{#if:{{{1|}}}|{{#switch:{{MONTHNUMBER|{{{1}}}}}|1=January|2=February|3=March|4=April|5=May|6=June|7=July|8=August|9=September|10=October|11=November|12=December|Incorrect required parameter 1=''month''!}}|Missing required parameter 1=''month''!}}</includeonly>" current
- 03:0103:01, 20 May 2024 diff hist +54 Module:Chapters No edit summary