User contributions for NeonWabbit
A user with 932 edits. Account created on 19 May 2024.
21 May 2024
- 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
- 02:5902:59, 20 May 2024 diff hist +54 Module:Chapters No edit summary
- 02:5802:58, 20 May 2024 diff hist +1,833 N Template:Start date and age Created page with "<includeonly><!-- IMPLEMENTATION OF DATE -->{{#if: {{{1|}}}<!-- -->|{{#if: {{{2|}}}<!-- -->|{{#if: {{{3|}}}<!-- -->|{{#ifeq:{{yesno|{{{df|no}}}}}|yes<!-- -->|{{#expr:{{{3}}}}} {{MONTHNAME|{{{2}}}}}<!-- -->|{{MONTHNAME|{{{2}}}}} {{#expr:{{{3}}}}},<!-- -->}} {{{1}}}<!-- -->|{{MONTHNAME|{{{2}}}}} {{{1}}}<!-- -->}}<!-- -->|{{{1}}}<!-- -->}}<!-- --><span class="noprint">{{#ife..." current
- 02:5602:56, 20 May 2024 diff hist +10 Module:Chapters No edit summary
- 02:5302:53, 20 May 2024 diff hist +310 Module:Chapters No edit summary
- 02:4702:47, 20 May 2024 diff hist +77 Module:Chapters No edit summary
- 02:4402:44, 20 May 2024 diff hist +482 Module:Chapters No edit summary
- 02:4002:40, 20 May 2024 diff hist +41 Module:Chapters No edit summary
- 02:4002:40, 20 May 2024 diff hist +19 Template:Infobox chapter No edit summary
- 02:3302:33, 20 May 2024 diff hist −1 Module:Chapters No edit summary
- 02:3302:33, 20 May 2024 diff hist 0 Module:Chapters No edit summary
- 02:3102:31, 20 May 2024 diff hist +499 Module:Chapters No edit summary
- 02:2902:29, 20 May 2024 diff hist −131 Module:Chapters No edit summary
- 02:2602:26, 20 May 2024 diff hist −54 Simple Pleasures No edit summary
- 02:2602:26, 20 May 2024 diff hist +10 Module:Chapters No edit summary
- 02:2502:25, 20 May 2024 diff hist −23 Template:Infobox chapter No edit summary
19 May 2024
- 14:2314:23, 19 May 2024 diff hist −8 Simple Pleasures No edit summary