User contributions for NeonWabbit

A user with 933 edits. Account created on 19 May 2024.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

21 May 2024

20 May 2024

  • 03:0303:03, 20 May 2024 diff hist +47,959 N Module:DateCreated 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 agoCreated 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:YesnoCreated 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:TrimCreated page with "<includeonly>{{safesubst:#if:1|{{{1|}}}}}</includeonly>" current
  • 03:0203:02, 20 May 2024 diff hist +719 N Template:MONTHNUMBERCreated 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 agoCreated page with "{{#invoke:Time ago|main}}" current
  • 03:0103:01, 20 May 2024 diff hist +274 N Template:MONTHNAMECreated 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:ChaptersNo edit summary
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)