Module:Calendar widget: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

4 August 2023

  • curprev 02:5702:57, 4 August 2023Admin coral island talk contribs 21,973 bytes +21,973 Created page with "--Module to create Calendar widget -- require('Dev:No globals'); local getArgs = require ('Dev:Arguments').getArgs; local lang_obj = mw.language.getContentLanguage(); local daysinmonth = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31} local dayname = {'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'} local dayabbr = {} for i, v in ipairs(dayname) do dayabbr[i] = v:sub(1, 2) end local iso_dayname = {'Monday', 'Tuesday', 'Wednesday',..."