Search Results: Module:Date time validation/doc


Module:Date
Rabu, 2026-02-18 10:21:21

date = date or Date(y, m, 1) if not date then return end date = date + (d - 1 + (days_hms or 0)) y, m, d = date.year, date.month, date.day...

Click to read more »
Module:Date time
Kamis, 2025-04-10 21:19:53

templates such as {{Start date}}, {{End date}}, {{Start date and age}}, and {{End date and age}}. It handles: - Validation of date components (year, month...

Click to read more »
Module:Date/sandbox
Rabu, 2026-02-18 12:27:47

date = date or Date(y, m, 1) if not date then return end date = date + (d - 1 + (days_hms or 0)) y, m, d = date.year, date.month, date.day...

Click to read more »
Module:Citation/CS1/Date validation
Sabtu, 2026-08-08 20:56:49

get a date value. Inputs: date_string - date string from date-holding parameters (date, year, publication-date, access-date, pmc-embargo-date, archive-date...

Click to read more »
Module:Date time/sandbox
Kamis, 2026-06-04 20:06:16

templates: {{Start date}}, {{End date}}, {{Start date and age}}, {{End date and age}}, {{Start and end dates}}. It handles: - Validation of date components (year...

Click to read more »
Module:Complex date
Sabtu, 2020-05-16 02:21:05

-- 2 date phrase dateStr = dateFunc(date1, date2, state) else -- 1 date phrase dateStr = dateFunc(date1, state) end end if type(dateStr)=='string'...

Click to read more »
Module:Date time/doc
Kamis, 2025-04-10 21:24:50

Module:Date time provides functions for validating and formatting dates in templates such as {{Start date}}, {{End date}}, {{Start date and age}}, and...

Click to read more »
Module:Citation/CS1/Date validation/doc
Selasa, 2025-04-15 04:50:48

Citation Style 2 date formats for citations on Wikipedia. In particular, this module contains a suite of functions that validate date formats and content...

Click to read more »
Module:Date/doc
Jumat, 2025-10-03 14:56:48

converting a Julian date to a date, then obtaining information about the date. -- Code -- Result Date = require('Module:Date')._Date date = Date('juliandate'...

Click to read more »
Module:Date time/testcases
Jumat, 2026-02-13 20:57:53

tests for [[Module:Date time]]. Click talk page to run tests. local p = require('Module:UnitTests') local DateTime = require('Module:Date time/sandbox')...

Click to read more »
Module:Calendar date
Selasa, 2023-08-22 22:32:35

Gregorian date of a holiday that moves year to year. Date data can be obtained from multiple sources as configured in Module:Calendar date/events "localfile"...

Click to read more »
Module:Citation/CS1/Date validation/sandbox
Minggu, 2026-08-09 01:23:48

get a date value. Inputs: date_string - date string from date-holding parameters (date, year, publication-date, access-date, pmc-embargo-date, archive-date...

Click to read more »
Module:Date/example
Minggu, 2025-06-22 16:13:11

[[Module:Date]]. See the talk page for output. local Date = require('Module:Date')._Date local show -- function defined below to display results -- A date can...

Click to read more »
Module:Date period
Senin, 2023-06-05 23:05:23

Date(_dateB):text(dateFormat) end local dateA = Date(_dateA) local dateB = Date(_dateB) if dateA == nil and dateB == nil then error("Either date A, date B,...

Click to read more »
Module:Calendar date/recurring
Sabtu, 2022-10-22 04:13:59

do date = date + ONE_DAY dateparts = os.date("*t", date) end -- add the correct number of weeks if weeknumber > 1 then date = date + ((weeknumber...

Click to read more »
Module:Date table sorting
Rabu, 2019-07-10 22:00:29

local self = setmetatable({}, Dts) -- Parse date parameters. -- In this step we also record whether the date was in DMY or YMD format, -- and whether...

Click to read more »
Module:Calendar date/events
Senin, 2026-01-19 10:02:16

first (or only) date eg. "Sunset, <date>" prepend2 = '' - Prepend before the last date eg. "Sunset, <date> - nightfall, <date>" startoffset...

Click to read more »
Module:Complex date/doc
Rabu, 2024-11-13 09:50:26

or {{#invoke:Complex_date|complex_date|1=|2=|3=|era=|lang=}} 1 option. See c:Template:Other date 2 date #1 3 date #2 conj in case the link between...

Click to read more »
Module:Calendar date/doc
Selasa, 2025-09-09 16:52:46

This module implements Template:Calendar date (talk · links · edit). {{#invoke:Calendar date|function_name}}...

Click to read more »
Module:Calendar date/sandbox
Jumat, 2022-10-21 17:06:44

Gregorian date of a holiday that moves year to year. Date data can be obtained from multiple sources as configured in Module:Calendar date/events "localfile"...

Click to read more »
Module:Highlighted date list
Kamis, 2015-03-26 21:34:53

and t.date then local date = normalizeDate(t.date) if not date then error(string.format( "invalid date '%s' in parameter 'date%d'", ...

Click to read more »
Module:Calendar date/localfiles/Tu BiShvat
Kamis, 2020-01-16 04:21:05

-------------- Tu BiShvat ---------------------------- Note 1: {{Calendar date}} requires dates to be in chronological order, thus the day of [1] is chronologically...

Click to read more »
Module:Complex date/sandbox
Jumat, 2020-05-15 22:46:05

-- 2 date phrase dateStr = dateFunc(date1, date2, state) else -- 1 date phrase dateStr = dateFunc(date1, state) end end if type(dateStr)=='string'...

Click to read more »
Module:Calendar date/localfiles/Hanukkah
Sabtu, 2018-09-01 21:03:37

calculating the end-date by adding 8 years to the start date, if this condition is encountered. Note 2: {{Calendar date}} requires dates to be...

Click to read more »
Module:Person date
Sabtu, 2025-12-06 14:51:53

parse_date(str) local date = Date(str) if date then return tostring(date.year), tostring(date.month), tostring(date.day) end -- TODO: Date has not...

Click to read more »
Module:Calendar date/localfiles/Leil Selichot
Minggu, 2018-09-02 04:38:15

-------------- Leil Selichot ---------------------------- Note 1: {{Calendar date}} requires dates to be in chronological order, thus the day of [1] is chronologically...

Click to read more »
Module:Date period/doc
Jumat, 2024-08-30 04:05:29

For templates, you might want to use {{Date period}} instead. {{#invoke:Date period|_main|dateA|dateB}} Automatically formats two given dates with a space...

Click to read more »
Module:Date/testcases
Minggu, 2025-10-05 07:55:47

self:preprocess_equals_preprocess_many('{{#invoke:Date/sandbox|_Date|', '}}', '{{#invoke:Date|_Date|', '}}', { {1990, 5, 10, 'julian'}, {2020...

Click to read more »
Module:Calendar date/localfiles/Labor Day
Jumat, 2018-08-31 08:55:07

date = '2000-09-04', }, [2] = { date = '2001-09-03', }, [3] = { date = '2002-09-02'...

Click to read more »
Module:Zodiac date
Senin, 2024-07-15 09:22:08

Module:Zodiac date local p = {} function p.main( frame ) local signNumber = tonumber(frame.args[1]) or 1 local year = tonumber(frame.args[2]) or os.date("!*t")...

Click to read more »
Module:Calendar date/localfiles/Tzom Tammuz
Kamis, 2026-06-04 20:24:07

(Seventeenth of Tammuz) ---------------------------- Note 1: {{Calendar date}} requires dates to be in chronological order, thus the day of [1] is chronologically...

Click to read more »
Module:Calendar date/localfiles/Yom HaShoah
Sabtu, 2018-09-01 21:06:14

-------------- Yom HaShoah ---------------------------- Note 1: {{Calendar date}} requires dates to be in chronological order, thus the day of [1] is chronologically...

Click to read more »
Module:Date table sorting/sandbox
Rabu, 2019-07-10 21:25:21

local self = setmetatable({}, Dts) -- Parse date parameters. -- In this step we also record whether the date was in DMY or YMD format, -- and whether...

Click to read more »
Module:Zodiac date/doc
Minggu, 2018-10-07 20:47:09

{{#invoke:Zodiac date|main|sign number|[year]}} where sign number is the number of the astrological sign, explained in the table below. Year is the year...

Click to read more »
Module:Calendar date/localfiles/Tisha B'Av
Sabtu, 2018-09-01 20:52:45

-------------- Tisha B'Av ---------------------------- Note 1: {{Calendar date}} requires dates to be in chronological order, thus the day of [1] is chronologically...

Click to read more »
Module:Person date/testcases
Senin, 2025-10-20 15:47:03

[[Module:Person date]]. Click talk page to run tests. local p = require('Module:UnitTests') local Date = require('Module:Date')._Date local today = Date('currentdate')...

Click to read more »
Module:Calendar date/localfiles/Israeli Independence Day
Sabtu, 2018-09-01 20:50:12

------------------ Note 1: {{Calendar date}} requires dates to be in chronological order, thus the date of [1] is chronologically before [2] ...

Click to read more »
Module:Person date/sandbox
Minggu, 2025-12-21 23:18:29

parse_date(str) local date = Date(str) if date then return tostring(date.year), tostring(date.month), tostring(date.day) end -- TODO: Date has not...

Click to read more »
Module:Date table sorting/testcases
Rabu, 2021-10-06 01:42:56

local mDts = require('Module:Date table sorting/sandbox') -- the module to be tested local Dts = mDts._exportClasses().Dts -- the Dts class local ScribuntoUnit...

Click to read more »
Module:Infobox date field metadata
Selasa, 2019-02-26 06:17:07

(month == 2) then -- On Feb 29, if we don't have a year (incomplete date), assume 29 can be valid once every if (day == 29 and not year)...

Click to read more »
Module:Person date/doc
Selasa, 2025-10-21 04:03:50

with invalid date. {{#invoke:person date|birth}} {{#invoke:person date|death}} {{Infobox ... | label# = Born | data# = {{#invoke:person date|birth}} | label#...

Click to read more »
Module:Sandbox/Ahecht/trim date
Selasa, 2018-02-13 22:35:16

date = string.gsub( date, "%gt;", ">" ) date = string.gsub( date, "\'\"`", "<" ) date = string.gsub( date, "\`\"'", ">" ) date = string.gsub( date...

Click to read more »
Module:Calendar date/localfiles/Midsummer
Selasa, 2022-05-31 13:44:51

[1] = { date = '2000-06-24', }, [2] = { date = '2001-06-23', }, [3] = { date = '2002-06-22', }, [4] = { date = '2003-06-21'...

Click to read more »
Module:Auto date formatter
Jumat, 2025-10-24 09:39:45

loadData ('Module:Citation/CS1/Configuration').global_df; -- fetch global date format specified by {{use xxx dates}} template local base_format = global_df...

Click to read more »
Module:Iraq Syria map date
Kamis, 2026-03-05 07:40:00

require('strict') local dts = require('Module:Date table sorting')._main local p = {} --[[ The purpose of this file is to have a centralised place where...

Click to read more »
Module:Auto date formatter/doc
Senin, 2025-03-31 01:15:04

{{#invoke:auto date formatter|pub_date_format|<date>}} For access and archive dates: {{#invoke:auto date formatter|access_archive_format|<date>}} If {{use...

Click to read more »
Module:Get article date format
Rabu, 2025-10-29 23:47:31

article date format]] '..message..'.</span>' -- TODO ..'[[Category:Pages displaying alarming messages about Module:Get article date format]]' end...

Click to read more »
Module:Sandbox/Gonnym/date
Rabu, 2025-02-26 23:56:19

provided). if dateTimeValues.day then local maxDay = getDaysInMonth(dateTimeValues.year, dateTimeValues.month) if dateTimeValues.day < 1 or dateTimeValues...

Click to read more »
Module:Calendar date/events/doc
Jumat, 2024-08-30 03:30:19

{{#invoke:Calendar date/events|function_name}}...

Click to read more »
Module:Calendar date/localfiles/Dongzhi Festival
Minggu, 2023-03-19 23:44:48

[1] = { date = '2001-12-22', }, [2] = { date = '2002-12-22', }, [3] = { date = '2003-12-22', }, [4] = { date = '2004-12-21', }, [5] = { date = '2005-12-22'...

Click to read more »
Module:Next Occurrence of Hebrew Date/doc
Minggu, 2019-10-20 18:00:18

{{#invoke:Next Occurrence of Hebrew Date|next_occurrence_of_hebrew_date_from_date | greg_year | greg_month | greg_day | heb_month | heb_day}} Where: greg_year...

Click to read more »
Module:Wikidata
Sabtu, 2023-03-04 11:35:36

parseDateValue{} -- with the millennium/century/decade handling of formatDate() local function parseDateFull(timestamp, precision, date_format, date_addon)...

Click to read more »
Module:Infobox date field metadata/doc
Jumat, 2024-08-30 04:53:14

This module allows infoboxes using {{Infobox date field metadata}} to automatically produce machine-readable metadata in form of microformats (see also...

Click to read more »
Module:Infobox date field metadata/testcases
Selasa, 2020-02-11 04:27:47

function p:test_parseDate() -- Must begin with 'test' self:preprocess_equals_many('{{#invoke:Infobox date field metadata|parseDateOutputRaw|', '|noUnstrip=yes}}'...

Click to read more »
Module:I18n/complex date/doc
Kamis, 2026-05-14 10:49:37

Internationalization page used by Module:Complex date. This code is copied from Commons c:Module:I18n/complex date....

Click to read more »
Module:Next Occurrence of Hebrew Date
Jumat, 2015-01-23 20:34:57

local p = {} -- Absolute dates -- "Absolute date" means the number of days elapsed since the Gregorian date -- Sunday, December 31, 1 BC. (Since there...

Click to read more »
Module:Sandbox/Joriki/Flag by date
Rabu, 2026-08-12 22:48:53

describeInterval(firstDate, lastDate) if firstDate == lastDate then return 'on ' .. firstDate end return 'between ' .. firstDate .. ' and ' .. lastDate end local...

Click to read more »
Module:Sandbox/Matthiaspaul/Citation/CS1/Date validation
Rabu, 2024-09-18 03:24:52

make_COInS_date() ]] --local function check_date (date_string, tCOinS_date, test_accessdate) local function check_date (date_string, param, tCOinS_date) local...

Click to read more »
Module:Wikidata/sandbox
Sabtu, 2023-03-04 11:34:03

parseDateValue{} -- with the millennium/century/decade handling of formatDate() local function parseDateFull(timestamp, precision, date_format, date_addon)...

Click to read more »
Module:Sandbox/SD0001/ISO date
Kamis, 2019-01-03 17:56:40

--{{db-g7}} local p = {} local Date = require('Module:Date')._Date function p.main(frame) return Date(frame.args[1]):text('ymd') end return p...

Click to read more »
Module:Age
Rabu, 2025-12-10 15:08:14

['mt-date-wrong-order'] = 'The second date must be later in time than the first date', ['mt-dd-future'] = 'Death date (first date) must...

Click to read more »
Module:Calendar date/localfiles/All Saints Day
Selasa, 2022-05-31 14:34:57

[1] = { date = '2000-11-04', }, [2] = { date = '2001-11-03', }, [3] = { date = '2002-11-02', }, [4] = { date = '2003-11-01'...

Click to read more »
Module:Date table sorting/doc
Jumat, 2024-08-30 04:05:44

This module implements {{Date table sorting}}. Please see the template page for documentation....

Click to read more »
Module:I18n/complex date
Rabu, 2020-11-25 04:55:02

-- form of French "of" based on "precision", which is wikibase compatible date precision format: -- 6=millennium, 7=century, 8=decade, 9=year, 10=month...

Click to read more »
Module:College color/data
Minggu, 2026-08-09 22:47:17

|title=Abilene Christian University Branding and Editorial Style Guide |date=July 1, 2020 |access-date=December 22, 2022}}"}, ["Academy of Art Urban Knights"] = {"CC0000"...

Click to read more »
Module:Dating
Sabtu, 2017-12-30 01:43:11

if date ~= 0 then if date > 10 then txt = txt .. "-" .. date else date = "0" .. date txt = txt .. "-" .. date end...

Click to read more »
Module:Citation/CS1
Sabtu, 2026-08-08 20:56:56

date'].val; Date = date_parameters_list['date'].val; DoiBroken = date_parameters_list['doi-broken-date'].val; PublicationDate = date...

Click to read more »
Module:Sandbox/maslen/Next Hebrew Date
Kamis, 2015-01-22 10:07:45

local p = {} -- Absolute dates -- "Absolute date" means the number of days elapsed since the Gregorian date -- Sunday, December 31, 1 BC. (Since there...

Click to read more »
Module:Age/sandbox
Selasa, 2025-12-09 10:52:00

['mt-date-wrong-order'] = 'The second date must be later in time than the first date', ['mt-dd-future'] = 'Death date (first date) must...

Click to read more »
Module:Highlighted date list/doc
Jumat, 2024-08-30 04:39:33

This module implements {{highlighted date list}}. Please see the template page for documentation....

Click to read more »
Module:Selected current events
Rabu, 2025-01-01 09:00:51

end function formatDateString(dateString, mdyDates) if mdyDates then formattedDatePattern = "%2 %3, %1" else formattedDatePattern = "%3 %2 %1"...

Click to read more »
Module:Citation/CS1/sandbox
Rabu, 2026-08-12 05:56:48

date'].val; Date = date_parameters_list['date'].val; DoiBroken = date_parameters_list['doi-broken-date'].val; PublicationDate = date...

Click to read more »
Module:Calendar date/localfiles/Hanukkah/doc
Selasa, 2025-09-09 16:43:04

{{#invoke:Calendar date/localfiles/Hanukkah|function_name}}...

Click to read more »
Module:CS1 translator/data
Minggu, 2026-04-26 06:54:08

'access-date', ['accessed'] = 'access-date', ['acces date'] = 'access-date', ['acessdate'] = 'access-date', ['acces-date'] = 'access-date', ['accessdato']...

Click to read more »
Module:Protection banner
Rabu, 2026-02-18 15:46:08

Validation function for the expiry and the protection date local function validateDate(dateString, dateType) if not lang then lang = mw.language.getContentLanguage()...

Click to read more »
Module:Random
Rabu, 2015-11-11 23:32:54

local function getDate(format, ts) local success, date = pcall(lang.formatDate, lang, format, ts) if success then return date end end local...

Click to read more »
Module:DateI18n/sandbox
Jumat, 2022-10-21 17:07:23

processing of date strings. Please do not modify this code without applying the changes first at Module:Date/sandbox and testing at Module:Date/sandbox/testcases...

Click to read more »
Module:Sandbox/RexxS/DateData
Senin, 2015-06-08 07:13:23

[[Template:Start date]] -- This will accept a start_date returning a string that: -- for a valid date, wraps a hidden copy of the date in ISO format in...

Click to read more »
Module:Get article date format/doc
Kamis, 2025-10-30 23:04:19

an article title as the value of |page= to get its explicit or implicit date format. explicit: F j, Y if {{use mdy dates}}, or j F Y if {{use dmy dates}}...

Click to read more »
Module:IsDateValid
Senin, 2020-11-09 14:11:22

local Date = require('Module:Date')._Date local getArgs = require('Module:Arguments').getArgs local p = {} function p.main(frame) local str = getArgs(frame)[1]...

Click to read more »
Module:Dating/sandbox
Selasa, 2023-04-11 05:53:25

if date ~= 0 then if date > 10 then txt = txt .. "-" .. date else date = "0" .. date txt = txt .. "-" .. date end...

Click to read more »
Module:Signpost
Sabtu, 2023-12-16 07:24:07

List:filterArticlesByDate(startDate, endDate) startDate = self.normalizeDate(startDate) or '2005-01-01' endDate = self.normalizeDate(endDate) or lang:formatDate('Y-m-d')...

Click to read more »
Module:NepaliDateConverter
Selasa, 2026-05-26 21:04:17

local p = {}; --This function converts nepali date to english date -- See MOS for date format(Wikipedia:Manual of Style/Dates and numbers) --The output...

Click to read more »
Module:College color/contrast
Kamis, 2026-04-02 03:11:37

rl%s*=%s*([^|%[%]]-)%s*%|%s*title%s*=%s*([^|]-)%s*%|%s*date%s*=%s*([^|]-)%s*%|%s*access%-?date%s*=%s*([^|]-)%s*%}%}', '\"[%1 %2]\". %3. Retrieved %4.')...

Click to read more »
Module:DateI18n
Senin, 2024-04-29 23:20:41

processing of date strings. Please do not modify this code without applying the changes first at Module:Date/sandbox and testing at Module:Date/sandbox/testcases...

Click to read more »
Module:Calendar date/localfiles/Midsummer/doc
Senin, 2025-04-28 16:58:32

{{#invoke:Calendar date/localfiles/Midsummer|function_name}}...

Click to read more »
Module:Citation/CS1/Suggestions
Sabtu, 2023-01-14 21:43:32

'access-date', -- German ['abruf-verborgen'] = 'access-date', -- German ['accessmonth'] = 'access-date', ['accesso'] = 'access-date'...

Click to read more »
Module:Message box
Senin, 2025-10-20 01:19:52

local date if args.date and args.date ~= '' then date = args.date elseif args.date == '' and self.isTemplatePage then date = lang:formatDate('F...

Click to read more »
Module:Sandbox/DixonD/DateTemplates
Kamis, 2013-12-19 13:08:00

local DateTime = require("Module:Sandbox/DixonD/Datetime"); local Math = require("Module:Math"); local Error = require('Module:Error') local z = {} --...

Click to read more »
Module:HebrewDate
Kamis, 2026-06-18 18:26:05

local date_no_year = H_day .. " " .. month_names[H_month] local date_with_year = date_no_year .. " " .. Y return "[[" .. date_no_year ...

Click to read more »
Module:Citation/CS1/Configuration
Rabu, 2026-08-12 02:05:25

wiki local date_digit_auto_xlate_enable = false; -- when true translates Western date digit to the local-wiki's language digits (date_names['local_digits']);...

Click to read more »
Module:Format time
Minggu, 2025-06-29 04:08:00

(default: j xg Y) -- s (or [1]) = the string to process; should be a date (default: empty string) return mw.getCurrentFrame():callParserFunction('#time'...

Click to read more »
Module:Month translator
Sabtu, 2022-10-22 11:19:11

------------------------------- {{#invoke:Month translator|month_xlate|<date>}} ]] local function _month_xlate (args_t) local t = {}; local day, month...

Click to read more »
Module:Calendar date/localfiles/Israeli Independence Day/doc
Jumat, 2024-08-30 03:30:37

{{#invoke:Calendar date/localfiles/Israeli Independence Day|function_name}}...

Click to read more »
Module:Citation/CS1/Whitelist
Sabtu, 2026-08-08 20:56:52

{ ['accessdate'] = true, ['access-date'] = true, ['agency'] = true, ['archivedate'] = true, ['archive-date'] = true, ['archive-format'] = true...

Click to read more »
Module:Protection banner/sandbox
Kamis, 2026-04-16 03:24:56

Validation function for the expiry and the protection date local function validateDate(dateString, dateType) if not lang then lang = mw.language.getContentLanguage()...

Click to read more »
Module:Random/sandbox
Selasa, 2023-04-04 01:40:10

local function getDate(format, ts) local success, date = pcall(lang.formatDate, lang, format, ts) if success then return date end end local...

Click to read more »
Module:FillDate/doc
Jumat, 2024-08-30 04:20:42

Implements {{Earliest possible date}}. {{#invoke:FillDate|main|date}}...

Click to read more »
Module:Calendar date/localfiles/Dongzhi Festival/doc
Senin, 2025-04-28 16:57:44

{{#invoke:Calendar date/localfiles/Dongzhi Festival|function_name}}...

Click to read more »
Module:WikidataIB
Sabtu, 2025-12-27 18:46:46

local cdate -- initialise as nil and only load _complex_date function if needed -- Module:Complex date is loaded lazily and has the following dependencies:...

Click to read more »
Module:Unsubst
Sabtu, 2021-10-09 01:22:16

if not specialParams[k] then if v == '__DATE__' then v = mw.getContentLanguage():formatDate( 'F Y' ) end args[k] = v end end ...

Click to read more »
Module:Citation/CS1/Configuration/sandbox
Minggu, 2026-08-16 09:22:01

wiki local date_digit_auto_xlate_enable = false; -- when true translates Western date digit to the local-wiki's language digits (date_names['local_digits']);...

Click to read more »
Module:Arbcom election banner
Selasa, 2025-10-21 04:33:53

function getUnixDate(date) local success, unixDate = pcall(lang.formatDate, lang, 'U', date) if success then return tonumber(unixDate) end end local...

Click to read more »
Module:Citation/CS1/Identifiers
Sabtu, 2026-08-08 20:56:47

good1, embargo_date, todays_date; good1, embargo_date = pcall (lang.formatDate, lang, 'U', embargo); todays_date = lang:formatDate ('U'); if good1...

Click to read more »
Module:Citation/CS1/Suggestions/sandbox
Rabu, 2025-12-17 03:52:24

'access-date', -- German ['abruf-verborgen'] = 'access-date', -- German ['accessmonth'] = 'access-date', ['accesso'] = 'access-date'...

Click to read more »
Module:Selected recent additions
Senin, 2026-03-16 11:37:42

local currentYear = tonumber(lang:formatDate('Y', 'now')) local currentMonth = tonumber(lang:formatDate('n', 'now')) local monthsAgo = 0 while monthsAgo...

Click to read more »
Module:Calendar date/localfiles/All Saints Day/doc
Senin, 2025-04-28 16:57:42

{{#invoke:Calendar date/localfiles/All Saints Day|function_name}}...

Click to read more »
Module:Sandbox/RexxS/CalcDate
Senin, 2022-10-24 04:09:07

CalcDate Modified from chunks of Module:Time Main function: getYearMonthDay takes a date string like "second Friday in June" as parameter |date= and...

Click to read more »
Module:Wd
Rabu, 2025-07-23 02:53:47

datePrecedesDate(self.atDate[1], self.atDate[2], self.atDate[3], startTimeY, startTimeM, startTimeD)) and (endTimeY == nil or datePrecedesDate(self...

Click to read more »
Module:Portal pictures
Jumat, 2021-11-19 07:00:17

function formatPortalPotd(frame, potdDate) return frame:expandTemplate{ title = "Portal POTD", args = { potdDate, more = 'no' } } end local...

Click to read more »
Module:Message box/sandbox
Kamis, 2026-07-09 18:25:07

local date if args.date and args.date ~= '' then date = args.date elseif args.date == '' and self.isTemplatePage then date = lang:formatDate('F...

Click to read more »
Module:CS1 translator
Jumat, 2026-03-06 13:45:32

table.concat (date_t, ' '); -- make the dmy date string else -- date = year; -- no date so make |date=<year> date = _month_xlate...

Click to read more »
Module:Webarchive
Selasa, 2026-02-24 05:19:36

the date string must match one of the recognized date formats, no error checking is done here; return nil else ]] local function decode_date (date_str)...

Click to read more »
Module:Citation/CS1/Identifiers/sandbox
Minggu, 2026-08-09 01:23:38

good1, embargo_date, todays_date; good1, embargo_date = pcall (lang.formatDate, lang, 'U', embargo); todays_date = lang:formatDate ('U'); if good1...

Click to read more »
Module:Sandbox/RexxS/DateBC
Senin, 2015-06-15 00:05:28

mw.language.getContentLanguage().code } -- This is used to get a date value for date_of_birth (P569), etc. which won't -- be linked -- consolidate by...

Click to read more »
Module:Sandbox/DixonD/DateTemplates/testcases
Sabtu, 2013-04-20 19:39:34

p:testJulianDay() self:preprocess_equals_preprocess_many('{{#invoke:Sandbox/DixonD/DateTemplates|julianDay|', '}}', '{{JULIANDAY|', '}}', { {''}...

Click to read more »
Module:Arbcom election banner/sandbox
Rabu, 2025-07-30 13:55:11

function getUnixDate(date) local success, unixDate = pcall(lang.formatDate, lang, 'U', date) if success then return tonumber(unixDate) end end local...

Click to read more »
Module:RfD
Rabu, 2025-04-16 04:48:47

pframe.args local Date if pargs.days then Date = os.date(dateText, os.time() - 86400*pargs.days) else Date = os.date(dateText) end local retval...

Click to read more »
Module:TwitterSnowflake
Rabu, 2023-01-25 06:20:20

local p = {} local Date = require('Module:Date')._Date function p.snowflakeToDate(frame) local format = frame.args.format or "%B %e, %Y" local epoch...

Click to read more »
Module:SportsRankings
Kamis, 2023-08-03 23:08:11

return dateTable['month'] .. " " .. dateTable['day'] .. ", " .. dateTable['year'] else return dateTable['day'] .. " " .. dateTable['month']...

Click to read more »
Module:Footnotes
Jumat, 2026-07-03 07:30:32

by this template (not in |ref=) that have a date if args.year:match ('%d%l$') or -- use the date value to determine if we should remove the...

Click to read more »
Module:Time
Kamis, 2025-11-27 22:12:59

date/time of daylight saving time events (beginning and ending). These timestamps will be compared to current UTC time. A dst timestamp is the date/time...

Click to read more »
Module:WikidataIB/sandbox
Senin, 2025-12-22 06:49:07

local cdate -- initialise as nil and only load _complex_date function if needed -- Module:Complex date is loaded lazily and has the following dependencies:...

Click to read more »
Module:Sports table
Senin, 2025-12-08 23:02:04

parameter defined', date=os.date('%B %Y') } } local class_rules = Args['class_rules'] or nil -- Create footer text -- Date updating local matches_text...

Click to read more »
Module:Goalscorers/data/1960 European Nations' Cup qualifying
Minggu, 2024-07-28 05:13:05

= "1952", BUL = "1946", GDR = "1949", POL = "1928", ESP = "1945" } } -- date and matches played of latest update data.updated = { ...

Click to read more »
Module:Citation/CS1/Whitelist/sandbox
Minggu, 2026-08-09 01:23:58

{ ['accessdate'] = true, ['access-date'] = true, ['agency'] = true, ['archivedate'] = true, ['archive-date'] = true, ['archive-format'] = true...

Click to read more »
Module:Sandbox/Ralvahkaset/khmer date
Rabu, 2026-06-24 05:59:49

Khmer Lunar Calendar dates -- Usage: {{#invoke:Sandbox/Ralvahkaset/khmer date|main|year=2024|month=4|day=14}} -- Output format: "៦ កើត ខែចេត្រ ឆ្នាំរោង...

Click to read more »
Module:Current events calendar
Selasa, 2021-11-02 23:07:23

lang:formatDate('01-m-Y', argsDate) return { argsDate = argsDate, year = tonumber(lang:formatDate('Y', argsDate)), month = lang:formatDate('F', argsDate)...

Click to read more »
Module:Sandbox/RexxS/GetDateValue
Senin, 2022-10-24 04:15:14

second local function normalizeDate(date) date = mw.text.trim(date, "+") -- extract year local yearstr = mw.ustring.match(date, "^\-?%d+") local year =...

Click to read more »
Module:PageLinks
Rabu, 2026-01-21 05:39:06

month=string.sub(date,5,6), day=string.sub(date,7,8)} endDate = os.date("%Y-%m-%d", date - (1*86400)) startDate = os.date("%Y-%m-%d", date - (30*86400))...

Click to read more »
Module:Formatted appearance
Senin, 2024-05-06 18:55:40

(appearanceDate ~= nil) then -- Check if a release date was entered. fullString[counter] = appearanceDate -- A release date was entered;...

Click to read more »
Module:Infobox/dates
Kamis, 2021-07-08 03:09:16

release_date or args.airdate_overall if start_date then if not start_date:find("dtstart") then return error_category end end local end_date = args...

Click to read more »
Module:Medical cases chart
Minggu, 2026-02-15 06:50:15

local lastDate = dateList[#dateList] months[#months].e = tonumber(os.date('%d', lastDate.nDate or lastDate.nEndDate or lastDate.nAltEndDate)) -- end...

Click to read more »
Module:Article history/config
Rabu, 2026-07-08 02:58:46

to be used in date -- calculations. local function getYmdDate(date) date = getDate('Ymd', date) if date then return tonumber(date) else return...

Click to read more »
Module:Unsubst/sandbox
Rabu, 2026-06-03 03:52:34

if not specialParams[k] then if v == '__DATE__' then v = mw.getContentLanguage():formatDate( 'F Y' ) end args[k] = v end end ...

Click to read more »
Module:Sports results
Jumat, 2024-10-11 04:03:21

args = { reason='No source parameter defined', date=os.date('%B %Y') } } -- Create footer text -- Date updating if string.lower(update)=='complete'...

Click to read more »
Module:SportsRankings/sandbox
Kamis, 2023-08-03 22:32:13

return dateTable['month'] .. " " .. dateTable['day'] .. ", " .. dateTable['year'] else return dateTable['day'] .. " " .. dateTable['month']...

Click to read more »
Module:FillDate/testcases
Kamis, 2024-04-11 22:36:29

self:preprocess_equals('{{#invoke:FillDate|main|2023}}', '1 January 2023') self:preprocess_equals('{{#invoke:FillDate|main|March 2023}}', '1 March 2023')...

Click to read more »
Module:Progress box
Rabu, 2023-03-01 11:23:23

self._date = data.date self._dateFormat = data.dateFormat or self:message('date-format') self._formattedDate = self:formatDate(self._date) do local...

Click to read more »
Module:Easter
Sabtu, 2025-05-31 01:00:39

-- default method of Easter date calculation when Easter type is not given defaultFormat = "Y-m-d", -- default date output format noFormat ...

Click to read more »
Module:Episode list
Sabtu, 2025-10-11 08:47:09

|OriginalAirDate= — optional; This is the date the episode first aired on TV, or is scheduled to air. -- |AltDate= — optional; The next notable air date, such...

Click to read more »
Module:Routelist row
Jumat, 2025-01-03 10:31:57

lang:formatDate('Y', date) -- This invocation of lang:formatDate returns just the year. if year == date then -- If the provided date is just the year: date = date .....

Click to read more »
Module:Webarchive/data
Selasa, 2026-02-24 05:15:39

err_warn_msgs = { date_err = '(Date error)', -- decodeWebciteDate, decodeWaybackDate, decodeArchiveisDate date_miss = '(Date missing)', ...

Click to read more »
Module:Sports table/styledoc
Jumat, 2025-10-24 23:34:31

inserted automatically if they are called; see XXX and YYY). The update date is set by |update=, see below for details. If no source is given a citation-needed...

Click to read more »
Module:TwitterSnowflake/sandbox
Minggu, 2025-08-17 23:56:37

local p = {} local Date = require('Module:Date')._Date function p.snowflakeToDate(frame) local format = frame.args.format or "%B %e, %Y" local epoch...

Click to read more »
Module:Formatted appearance/sandbox
Senin, 2024-05-06 18:43:16

(appearanceDate ~= nil) then -- Check if a release date was entered. fullString[counter] = appearanceDate -- A release date was entered;...

Click to read more »
Module:Citation/CS1/testcases
Jumat, 2024-09-27 08:42:55

|url=https://en.wikipedia.org/Main_Page |access-date= access-date |language= LANGUAGE |edition= EDITION |date= DATE |year= YEAR |publisher= PUBLISHER |volume=...

Click to read more »
Module:PopulationFromWikidata
Kamis, 2023-07-20 08:57:48

RefPubIn_P = "P1433" --reference published in property local DatePub_P = "P577" -- date of publication property local Publisher_P = "P123" -- publisher...

Click to read more »
Module:College color/data/sandbox
Minggu, 2026-08-09 00:57:54

|title=Abilene Christian University Branding and Editorial Style Guide |date=July 1, 2020 |access-date=December 22, 2022}}"}, ["Academy of Art Urban Knights"] = {"CC0000"...

Click to read more »
Module:Cite tweet
Minggu, 2026-03-15 18:04:49

-- a sequence of snowflake date error messages; all must be terminated with a semicolon (;) ' <kbd>&#124;date=</kbd> / <kbd>&#124;number=</kbd>...

Click to read more »
Module:Webarchive/sandbox
Selasa, 2026-02-24 05:18:57

the date string must match one of the recognized date formats, no error checking is done here; return nil else ]] local function decode_date (date_str)...

Click to read more »
Module:Footnotes/sandbox
Jumat, 2025-05-16 04:41:13

by this template (not in |ref=) that have a date if args.year:match ('%d%l$') or -- use the date value to determine if we should remove the...

Click to read more »
Module:Infobox television
Selasa, 2026-04-28 18:25:24

is_start_date_in_the_future(start_date) -- Extract the date from the start_date. local date_pattern = ".*<span[^>]*>(.-)</span>" local extracted_date =...

Click to read more »
Module:Goalscorers/data/UEFA Euro 2016 qualifying
Kamis, 2024-12-19 06:20:43

flag_icon_linked = "fbicon" } -- date and matches played of latest update data.updated = { -- round, group, matches, update date group...

Click to read more »
Module:Article history
Selasa, 2024-08-20 01:12:15

displays its current status, as well as other -- information, such as the date it was featured on the main page. --------------------------------------...

Click to read more »
Module:Goalscorers/data/1964 European Nations' Cup qualifying
Kamis, 2019-02-07 23:57:16

= "1946", MLT = "1943", ESP = "1945", ROU = "1952", BUL = "1946" } } -- date and matches played of latest update data.updated = { ...

Click to read more »
Module:NepaliDateConverter/doc
Sabtu, 2022-07-23 07:46:19

Implements {{NepaliDateConverter}}...

Click to read more »
Module:Goalscorers
Minggu, 2026-07-05 08:34:43

on that date lacks it. ]] function p.matchesFinished(round, group, latestDate) if not latestDate or latestDate == "complete" or latestDate == "" or...

Click to read more »
Module:Medical cases chart/sandbox
Kamis, 2025-09-04 21:12:04

local lastDate = dateList[#dateList] months[#months].e = tonumber(os.date('%d', lastDate.nDate or lastDate.nEndDate or lastDate.nAltEndDate)) -- end...

Click to read more »
Module:Infobox/dates/sandbox
Selasa, 2025-04-08 21:45:18

-- This module provides functions to format date ranges according to [[MOS:DATERANGE]]. local p = {} local getArgs = require('Module:Arguments').getArgs...

Click to read more »
Module:Video game wikidata
Kamis, 2023-08-31 21:42:41

local Date = require('Module:Date')._Date local yesno = require('Module:Yesno') local p = {} -- Local variables. local reviewer = nil; local df = "mdy";...

Click to read more »
Module:Old XfD multi
Senin, 2026-07-13 21:17:26

OldAfdMulti:renderDate(date) if date then return date else self.hasMissingDate = true return string.format( '<sup>%s[[%s|date missing]]%s</sup>'...

Click to read more »
Module:Time/sandbox
Senin, 2025-05-05 00:40:57

date/time of daylight saving time events (beginning and ending). These timestamps will be compared to current UTC time. A dst timestamp is the date/time...

Click to read more »
Module:Footnotes/anchor id list
Selasa, 2025-01-14 09:04:50

letter of template name TODO: better way to do that? local redirects_date = { ['date'] = true, ['datetomos'] = true, ['formatdate'] = true, ['isotodmymdy']...

Click to read more »
Module:Unsubst-infobox
Senin, 2024-07-29 08:54:24

if not specialParams[k] then if v == '__DATE__' then v = mw.getContentLanguage():formatDate( 'F Y' ) end args[k] = v end ...

Click to read more »
Module:Routelist row/sandbox
Jumat, 2024-08-23 11:38:56

lang:formatDate('Y', date) -- This invocation of lang:formatDate returns just the year. if year == date then -- If the provided date is just the year: date = date .....

Click to read more »
Module:FillDate
Kamis, 2024-04-11 22:36:06

-- "14 March 2023" → "14 March 2023" local p = {} -- {{#invoke:FillDate|main|{{{1|}}}}} function p.main(frame) local str = frame.args[1] --...

Click to read more »
Module:Wd/sandbox
Selasa, 2026-08-04 23:21:51

datePrecedesDate(self.atDate[1], self.atDate[2], self.atDate[3], startTimeY, startTimeM, startTimeD)) and (endTimeY == nil or datePrecedesDate(self...

Click to read more »
Module:Citation/CS1/testcases/dates
Minggu, 2026-03-29 20:04:59

--[=[ Unit tests for [[Module:Citation/CS1/Date validation]]. Click talk page to run tests. ]=] local p = require('Module:UnitTests')...

Click to read more »
Module:Top 25 report
Sabtu, 2026-04-18 10:58:06

local Date = require('Module:Date')._Date local function range(date) local date2 = date + 6 if date2:text("%Y") ~= date:text("%Y") then return date:text("%B...

Click to read more »
Module:Signpost/index
Kamis, 2024-01-04 15:37:55

list[sortKey] = article local date = article.date addSubtable(article, index.dates, date) local page = makePageName(date, article.subpage) article.page...

Click to read more »
Module:Wd/i18n
Rabu, 2025-07-23 02:53:10

publicationDate] = "date", [aliasesP.lastUpdate] = "date", [aliasesP.retrieved] = "access-date", [aliasesP...

Click to read more »
Module:Footnotes/anchor id list/sandbox
Sabtu, 2025-05-24 17:15:09

letter of template name TODO: better way to do that? local redirects_date = { ['date'] = true, ['datetomos'] = true, ['formatdate'] = true, ['isotodmymdy']...

Click to read more »
Module:Sports rbr table
Selasa, 2025-04-01 20:57:51

updatedto = 'Updated to <matches> played on <date>.', firstplayed = 'First <matches> will be played on <date>.', futuredate = '?', complete = 'complete'...

Click to read more »
Module:Signpost/index/2005
Senin, 2024-04-29 08:13:02

return { { date = "2005-01-10", subpage = "AMA election", title = "AMA begins plans for new election", subhead = "", authors = {"Michael Snow"}...

Click to read more »
Module:Singles
Kamis, 2018-11-15 12:53:55

'"</span>' local date = args['single' .. num .. 'date'] or args['single ' .. num .. ' date'] or args['Single ' .. num .. ' date'] if date then out =...

Click to read more »
Module:Signpost/index/2022
Jumat, 2025-07-18 13:08:33

return { { date = "2022-01-30", subpage = "Arbitration report", title = "New arbitrators look at new case and antediluvian sanctions", subhead...

Click to read more »
Module:TwitterSnowflake/doc
Jumat, 2025-11-21 10:03:05

Date|id_str=1345021162959503360}} returns January 1, 2021. To specify the date format, use |format=. {{#invoke:TwitterSnowflake|snowflakeToDate...

Click to read more »
Module:Unsigned
Rabu, 2026-01-21 06:35:14

theDate then -- we have a date, so process and return accordingly -- first sanitize the date theDate = require('Module:Format time')._main{theDate}...

Click to read more »
Module:ISO 639 name/ISO 639-2/make
Kamis, 2024-07-11 14:22:13

{{#invoke:ISO 639 name/ISO 639-2/make|ISO_synonym_extract|file-date=2013-01-11}} reads a local copy of data from the table at http://www.loc...

Click to read more »
Module:Citation/CS1/testcases/anchor
Selasa, 2021-04-27 10:07:20

'CITEREF_A1_c\._2020', citeref(env, {date='c. 2020'})) self:assertEquals( 'CITEREF_A1_2020', citeref(env, {date='1 January 2020'})) self:assertEquals(...

Click to read more »
Module:CIA World Factbook
Jumat, 2026-02-13 18:20:58

function parseDate(date) local year, month, day if not date then return nil, nil, nil end _, _, year, month, day = mw.ustring.find(date,"(20%d%d)-(%d+)-(%d+)")...

Click to read more »
Module:Cite IUCN
Rabu, 2026-05-13 01:51:09

date = args.date or args.year; local doi = args.doi and args.doi:match ('[Ii][Uu][Cc][Nn]%.[Uu][Kk]%.(%d%d%d%d)') if vol and date and (vol ~= date)...

Click to read more »
Module:Goalscorers/data/UEFA Euro 1968 qualifying
Senin, 2024-06-10 01:02:34

= "1945", BUL = "1967", GRE = "old", ROU = "1965", CYP = "1960" } } -- date and matches played of latest update data.updated = { ...

Click to read more »
Module:Rotten Tomatoes data
Senin, 2025-11-24 22:20:36

attached i, j = dateStr:find("[T/]") if i then dateStr = dateStr:sub(1, i-1) end local from = 1 if dateStr:sub(1,1) == "-"...

Click to read more »
Module:Goalscorers/data/UEFA Euro 1988 qualifying
Sabtu, 2026-03-14 23:47:21

flagvar = { ROU = "1965", ALB = "1946", CYP = "1960", BUL = "1971" } } -- date and matches played of latest update data.updated = { ...

Click to read more »
Module:Goalscorers/data/UEFA Euro 1992 qualifying
Selasa, 2021-07-27 06:44:18

flagvar = { ALB = "1946", SMR = "1862", CYP = "1960" } } -- date and matches played of latest update data.updated = { ...

Click to read more »
Module:Goalscorers/data/UEFA Euro 1972 qualifying
Kamis, 2025-07-03 03:21:16

= "1970", ESP = "1945", CYP = "1960", POL = "1928", ALB = "1946" } } -- date and matches played of latest update data.updated = { ...

Click to read more »
Module:Webarchive/data/sandbox
Selasa, 2026-02-24 05:16:24

err_warn_msgs = { date_err = '(Date error)', -- decodeWebciteDate, decodeWaybackDate, decodeArchiveisDate date_miss = '(Date missing)', ...

Click to read more »
Module:Signpost/index/2006
Senin, 2024-04-29 08:13:05

return { { date = "2006-01-02", subpage = "ArbCom candidates", title = "ArbCom candidates", subhead = "", authors = {"Flcelloguy"}, piccy...

Click to read more »
Module:Solar eclipse
Minggu, 2025-10-05 01:05:44

tonumber(m)) local date_str = y .. '-' .. m .. '-' .. d local success, result = pcall(lang.formatDate, lang, 'F j, Y', date_str) return success...

Click to read more »
Module:WikidataIB/doc
Minggu, 2025-12-21 03:30:35

page formatDate takes a datetime of the usual format from mw.wikibase.entity:formatPropertyValues and formats it according to the df (date format) and...

Click to read more »
Module:Sandbox/DixonD/Datetime/Julian
Minggu, 2013-04-21 00:26:19

{}; function this.julianDayOfDate(date) -- http://www.tondering.dk/claus/cal/julperiod.php#formula local y = date.year + 4799; ...

Click to read more »
Module:TemplatePar
Kamis, 2023-04-20 01:13:15

item = 15393417, globals = { DateTime = 20652535, FileMedia = 24765326...

Click to read more »
Module:Goalscorers/data/UEFA Euro 1984 qualifying
Kamis, 2026-07-30 08:28:15

flagvar = { BUL = "1971", ROU = "1965", CYP = "1960", ALB = "1946" } } -- date and matches played of latest update data.updated = { ...

Click to read more »
Module:Signpost/sandbox
Sabtu, 2022-11-12 11:53:58

List:filterArticlesByDate(startDate, endDate) startDate = self.normalizeDate(startDate) or '2005-01-01' endDate = self.normalizeDate(endDate) or lang:formatDate('Y-m-d')...

Click to read more »
Module:Co-op profile/learner
Jumat, 2015-03-27 06:03:02

m.fields.timestamp.isRequired = true m.fields.timestamp.default = "join date unknown" m.fields.timestamp.prefix = "'''Joined on:<br/>''' " m.fields.timestamp...

Click to read more »
Module:PageLinks/sandbox
Rabu, 2026-01-21 05:37:30

month=string.sub(date,5,6), day=string.sub(date,7,8)} endDate = os.date("%Y-%m-%d", date - (1*86400)) startDate = os.date("%Y-%m-%d", date - (30*86400))...

Click to read more »
Module:Wikidata table
Kamis, 2026-02-12 20:56:00

local date = fetchNested(prop,{"mainsnak"}) local precision = fetchNested(dval,{"precision"}) retval = _getDate(date, precision)...

Click to read more »
Module:Unsigned/sandbox
Rabu, 2026-01-21 06:31:44

theDate then -- we have a date, so process and return accordingly -- first sanitize the date theDate = require('Module:Format time')._main{theDate}...

Click to read more »
Module:Progress box/config
Sabtu, 2025-12-27 08:25:39

[[Module:Progress box]]. return { -- The date at which to start checking for existing categories, in YYYY-MM -- format. ['start-date'] = '2006-10', -- The heading...

Click to read more »
Module:Goalscorers/data/UEFA Euro 1980 qualifying
Selasa, 2025-07-08 00:24:52

= "1971", ESP = "1977", ROU = "1965", CYP = "1960", POL = "1928" } } -- date and matches played of latest update data.updated = { ...

Click to read more »
Module:Goalscorers/data/UEFA Euro 1976 qualifying
Senin, 2023-11-06 19:11:11

= "1945", ROU = "1965", POL = "1928", GRE = "old", BUL = "1971" } } -- date and matches played of latest update data.updated = { ...

Click to read more »
Module:Spoken Wikipedia
Sabtu, 2025-10-18 07:13:29

getArgs local yesno = require('Module:Yesno') local Date = require('Module:Date')._Date local lang = mw.language.new('en') local cfg = mw.loadData('Module:Spoken...

Click to read more »
Module:Old moves
Minggu, 2026-07-26 21:22:05

args["dateformat"] or "dmy" local text = "" if (date ~= "") then if dateModule(date) then date = dateModule(date):text(dateformat) end text = mw.ustring...

Click to read more »
Module:Goalscorers/data/UEFA Euro 2020 qualifying
Jumat, 2026-08-07 07:28:45

flag_icon_linked = "fbicon" } -- date and matches played of latest update data.updated = { -- round, group, matches, update date group...

Click to read more »
Module:Wdtablerow/listed buildings
Minggu, 2026-05-17 07:21:17

completed_text local source_circumstance local earliest_date local latest_date local range_start_date local has_creator local has_architect local architect_text...

Click to read more »
Module:Citation/CS1/doc
Jumat, 2026-05-15 16:31:30

error and maintenance messaging Module:Citation/CS1/testcases/dates (run) – date validation Module:Citation/CS1/testcases/identifiers (run) – identifiers...

Click to read more »
Module:Time ago
Rabu, 2021-02-03 01:35:13

local Date = require('Module:Date')._Date local input = lang:formatDate('Y-m-d H:i:s', args[1]) -- Date needs a clean date input = Date(input) ...

Click to read more »
Module:SelectServiceAward
Minggu, 2025-08-10 22:31:24

main(frame) local numedits = tonumber(frame.args.edits) local date = frame.args.date local noincremental = frame.args.noinc local numpos = 0 local...

Click to read more »
Module:Top 25 report/sandbox
Rabu, 2023-04-12 22:08:00

local Date = require('Module:Date')._Date local function range(date) local date2 = date + 6 if date2:text("%Y") ~= date:text("%Y") then return date:text("%B...

Click to read more »
Module:Progress box/sandbox
Kamis, 2023-04-13 08:21:23

self._date = data.date self._dateFormat = data.dateFormat or self:message('date-format') self._formattedDate = self:formatDate(self._date) do local...

Click to read more »
Module:Sandbox/Johnuniq/testpre
Rabu, 2018-08-22 06:11:38

can Scribunto fit in the allowed 50 MB of memory? local Date = require('Module:Date')._Date local function main(frame) local count = tonumber(frame...

Click to read more »
Module:TwitterSnowflake/testcases
Senin, 2021-01-18 22:51:20

snowflakeToDate | id_str = 574608900537761792}}', 'March 8, 2015') end -- test getDate function p:test_getDate_date_off_by_five() -- date off by five...

Click to read more »
Module:Parsedate
Kamis, 2013-08-29 04:24:06

[[Template:Start date]] -- This will accept a start_date returning a string that: -- for a valid date, wraps a hidden copy of the date in ISO format in...

Click to read more »
Module:Split article
Sabtu, 2026-05-02 21:36:17

or args["to1"]) local diff = args["diff"] or args["diff1"] local date = args["date"] or args["date1"] local from_oldid = args["from_oldid"] or args["from_oldid1"]...

Click to read more »
Module:Parameters
Sabtu, 2020-07-04 17:52:26

code'}, start_date = { code = '<!-- {{Start date|YYYY|MM|DD|df=y}} -->', dlist = 'use {{tlx|Start date|YYYY|MM|DD|df=y}}'}, end_date = { code =...

Click to read more »
Module:TFA title
Selasa, 2025-02-04 16:12:25

today's date as YYYY-MM-DD local function today() return os.date("%Y-%m-%d") end -- Get the TFA title for the specified "YYYY-MM-DD" date. May be --...

Click to read more »
Module:Old XfD multi/sandbox
Senin, 2026-06-22 01:50:53

OldAfdMulti:renderDate(date) if date then return date else self.hasMissingDate = true return string.format( '<sup>%s[[%s|date missing]]%s</sup>'...

Click to read more »
Module:Wikidata/doc
Rabu, 2023-05-03 17:07:13

values, even if preferred values exist. getDateValue: Special method to return formatted dates. The default date format is [day month year]; an optional...

Click to read more »
Module:Infobox television/sandbox
Selasa, 2026-05-26 01:46:48

is_start_date_in_the_future(start_date) -- Extract the date from the start_date. local date_pattern = ".*<span[^>]*>(.-)</span>" local extracted_date =...

Click to read more »
Module:Video game wikidata/sandbox
Jumat, 2023-08-11 22:13:39

local Date = require('Module:Date')._Date local yesno = require('Module:Yesno') local p = {} -- Local variables. local reviewer = nil; local df = "mdy";...

Click to read more »
Module:Multiple releases/sandbox
Rabu, 2022-01-19 19:43:55

get_formatted_date(date) local formatted_date = mw.getCurrentFrame():expandTemplate{title = date_template, args = {date}} return formatted_date end ---...

Click to read more »
Module:Cite tweet/sandbox
Jumat, 2026-05-15 21:58:42

-- a sequence of snowflake date error messages; all must be terminated with a semicolon (;) ' <kbd>&#124;date=</kbd> / <kbd>&#124;number=</kbd>...

Click to read more »
Module:Formatted appearance/testcases
Senin, 2024-05-06 18:38:37

(Arrow)|Pilot]]|date={{start date|2012|10|10}}', '{{unbulleted list|"[[Pilot (Arrow)|Pilot]]"|\'\'[[Arrow (TV series)|Arrow]]\'\'|{{start date|2012|10|10}}}}'}...

Click to read more »
Module:Lang/data/iana languages/make
Rabu, 2024-07-10 21:55:31

when subtag is deprecated file_date = content:match ('(File%-Date: %d%d%d%d%-%d%d%-%d%d)'); -- get the file date line from this version of the source...

Click to read more »
Module:Template link with magic
Minggu, 2025-06-01 18:20:48

"mw:Help:Magic words#Date and time"; ["CURRENTMONTH"] = "mw:Help:Magic words#Date and time"; ["CURRENTMONTH1"] = "mw:Help:Magic words#Date and time"; -- undocumented...

Click to read more »
Module:Current events calendar/sandbox
Selasa, 2021-11-02 10:02:06

lang:formatDate('01-m-Y', argsDate) return { argsDate = argsDate, year = tonumber(lang:formatDate('Y', argsDate)), month = lang:formatDate('F', argsDate)...

Click to read more »
Module:Legislationuk
Jumat, 2026-02-13 02:25:37

tonumber( legDate ) >= tonumber( t.sDate.date ) and tonumber( legDate ) <= tonumber( t.eDate.date ) then o = o .. tonumber( t.sDate.date ) + legNumber...

Click to read more »
Module:Article history/config/sandbox
Jumat, 2025-12-19 03:09:03

function getYmdDate(date) date = getDate('Ymd', date) if date then return tonumber(date) else return nil end end -- Gets the date in the format...

Click to read more »
Module:On this day
Kamis, 2023-06-22 06:47:45

lang:formatDate( 'F_j', date ), oldid, lang:formatDate( 'F j, Y', date ), lang:formatDate( 'F Y', date ), ...

Click to read more »
Module:DartsRankings
Kamis, 2025-11-20 01:05:30

return dateTable['month'] .. " " .. dateTable['day'] .. ", " .. dateTable['year'] else return dateTable['day'] .. " " .. dateTable['month']...

Click to read more »
Module:Rotten Tomatoes data/sandbox
Jumat, 2023-08-25 22:21:26

attached i, j = dateStr:find("[T/]") if i then dateStr = dateStr:sub(1, i-1) end local from = 1 if dateStr:sub(1,1) == "-"...

Click to read more »
Module:Signpost/index/2010
Selasa, 2024-06-25 12:43:26

return { { date = "2010-01-04", subpage = "Arbitration report", title = "The Report on Lengthy Litigation", subhead = "", authors = {"AGK"}...

Click to read more »
Module:Citation/CS1/doc/Importing the Module:Citation/CS1 suite to your wiki
Kamis, 2022-02-03 00:32:37

understand the date and then test if it is a valid date. Examples "Example with a nonsense date". 57 Foo 2x21. {{cite web}}: Check date values in: |date= (help)...

Click to read more »
Module:Infobox/dates/testcases
Selasa, 2025-04-08 22:03:00

require('Module:UnitTests') local START_DATE_DFFAULT = {"2015", "4", "23"} local END_DATE_DEFAULT = {"2016", "4", "23"} local START_DATE_DFFAULT_DF = {"2015", "4"...

Click to read more »
Module:Medical cases chart/data
Rabu, 2021-09-01 12:04:01

_externalData(args) local data = mw.ext.data.get(args.datapage) local dateIndex local deathsIndex local recoveriesIndex local casesIndex local class4Index...

Click to read more »
Module:Arbitration Committee open tasks
Sabtu, 2025-12-27 06:40:20

start ) end local redate = '%d%d?%s%a*%s%d%d%d%d%f[(%s%(UTC%)]' sec.date = match(content, redate) local remotion = '\n====?([^\n]*[Mm]otion[^\n]-)====...

Click to read more »
Module:Old moves/sandbox
Kamis, 2026-02-26 07:17:08

args["dateformat"] or "dmy" local text = "" if (date ~= "") then if dateModule(date) then date = dateModule(date):text(dateformat) end text = mw.ustring...

Click to read more »
Module:Signpost/index/2023
Selasa, 2026-03-31 12:51:59

return { { date = "2023-01-01", subpage = "Arbitration report", title = "Arbitration Committee Election 2022", subhead = "Congratulations.", ...

Click to read more »
Module:Signpost/index/2015
Senin, 2024-04-29 08:13:32

return { { date = "2015-01-07", subpage = "Featured content", title = "Kock up", subhead = "Two lists and twelve pictures were promoted.", authors...

Click to read more »
Module:Sandbox/DixonD/Datetime/Gregorian
Sabtu, 2013-04-20 23:54:03

{}; function this.julianDayOfDate(date) -- http://www.tondering.dk/claus/cal/julperiod.php#formula local y = date.year + 4799; ...

Click to read more »
Module:Copied
Senin, 2026-06-08 17:15:55

args["from1"] or "" local to = args["to"] or args["to1"] or "" local date = args["date"] or args["date1"] or "" local afd = args["afd"] or args["afd1"]...

Click to read more »
Module:Signpost/index/2019
Selasa, 2024-06-25 12:43:51

return { { date = "2019-01-31", subpage = "Arbitration report", title = "An admin under the microscope", subhead = "Snowman flames newbies? Or...

Click to read more »
Module:Current events calendar with day links
Senin, 2021-11-01 08:47:16

getContentLanguage() dateStuff.argsDate = argsDate --Year local year = lang:formatDate('Y', argsDate) year = tonumber(year) dateStuff.year = year --...

Click to read more »
Module:Episode table
Rabu, 2026-06-03 04:11:12

{'aux3','Aux3',''}, {'airdate','OriginalAirDate','Original release date'}, {'altdate','AltDate',''}, {'guests','Guests','Guest(s)'}, {'musicalguests'...

Click to read more »
Module:Mountain table cell
Jumat, 2020-07-24 11:37:34

publisher = '[[U.S. National Geodetic Survey]]', accessdate = args['date']} } table.insert(refs, {'D', r}) end if args['gnis'] then local...

Click to read more »
Module:Infobox television/testcases
Jumat, 2026-02-27 20:57:58

{'released=' .. get_date("start") .. '|released2=' .. get_date("start"), ''}, {'released=' .. get_date("start") .. '|released2=' .. get_date("start") .. '|first_aired3='...

Click to read more »
Module:Time ago/sandbox
Jumat, 2022-02-04 09:27:52

local Date = require('Module:Date')._Date local input = lang:formatDate('Y-m-d H:i:s', args[1]) -- Date needs a clean date input = Date(input) ...

Click to read more »
Module:Protection banner/doc
Minggu, 2026-08-16 22:33:07

{{#invoke:Protection banner|main | 1 = reason | small = yes/no | action = action | date = protection date | user = username | section = talk page section name | category...

Click to read more »
Module:Age/doc
Sabtu, 2025-09-27 14:42:36

implements the following templates: Redirects The age templates expect the older date to be first. The implementations of age_in_years and age_in_years_nts display...

Click to read more »
Module:Sandbox/Elli/SignatureDateConvert/doc
Minggu, 2024-01-14 21:58:19

so they can be used sort-ably in tables. {{#invoke:Sandbox/Elli/SignatureDateConvert|sigConv|timestamp=02:19, 7 March 2021 (UTC)}} 2021-03-7 See...

Click to read more »
Module:Tropical cyclone season effects
Minggu, 2021-10-24 05:53:56

require('Module:Yesno') local dateperiod = require('Module:Date period')._main local Date = require('Module:Date')._Date local p = {} function p.main(frame) local...

Click to read more »
Module:Medical cases data
Sabtu, 2023-06-24 05:16:51

propertyID, startDate, endDate) local startTime = startDate and tonumber(lang:formatDate("U", startDate)) or -math.huge local endTime = endDate and...

Click to read more »
Module:Goalscorers/data/UEFA Euro 2004 qualifying
Selasa, 2025-11-25 19:52:08

= "1995", SMR = "1862", LTU = "1988", ITA = "2003", GEO = "1990" } } -- date and matches played of latest update data.updated = { ...

Click to read more »
Module:ISO 639 name/ISO 639-3 (dep)/make
Kamis, 2025-11-27 02:53:08

local names; local file_date = 'File-Date: ' .. frame.args["file-date"]; -- set the file date line from |file-date= for code, name in mw.ustring...

Click to read more »
Module:Weather box
Selasa, 2025-03-04 11:41:01

= frame:expandTemplate({ title = 'citation needed', args = {date = stripToNil(args.date)} }) end return result .. text .. '\n|}' end local function...

Click to read more »
Module:Webarchive/testcases
Selasa, 2026-02-24 04:59:00

org/web/20160801000000/http://example.com |date=August 1, 2016'}, {'|url=http://www.webcitation.org/5eWaHRbn4?url=http://www.example.com/ |date=12 February 2009'}, {'|url=http://www...

Click to read more »
Module:Signpost/index/2016
Jumat, 2025-07-18 13:06:09

return { { date = "2016-01-06", subpage = "Arbitration report", title = "Catflap08 and Hijiri88 case been decided", subhead = "Current Committee...

Click to read more »
Module:Spoken Wikipedia/sandbox
Senin, 2025-05-19 21:16:28

getArgs local yesno = require('Module:Yesno') local Date = require('Module:Date')._Date local lang = mw.language.new('en') local cfg = mw.loadData('Module:Spoken...

Click to read more »
Module:Sandbox/Angr pukhlya/2
Kamis, 2018-12-27 09:04:23

local p = {} p.date_formatting = function( frame ) -- Unpacking date local date = frame.args.date or "Invalid entry" local format = frame.args.format...

Click to read more »
Module:Template link with magic/sandbox
Minggu, 2024-06-02 00:13:28

"mw:Help:Magic words#Date and time"; ["CURRENTMONTH"] = "mw:Help:Magic words#Date and time"; ["CURRENTMONTH1"] = "mw:Help:Magic words#Date and time"; -- undocumented...

Click to read more »
Module:Submit an edit request/config
Minggu, 2026-01-11 07:43:40

current date, in the format specified by the -- "preload-title-date-format" message. ['preload-title-text'] = '$1 edit request on $2', -- The date format...

Click to read more »
Module:Time ago/testcases
Kamis, 2026-02-26 20:27:11

local Date = require('Module:Date')._Date local nowDateObj = Date('currentdate') local dates = { nowDateObj - '18y', Date('July 1 2009'), nowDateObj...

Click to read more »
Module:Signpost/index/2008
Selasa, 2024-06-25 12:43:19

return { { date = "2008-01-02", subpage = "Arbitration report", title = "The Report on Lengthy Litigation", subhead = "", authors = {"David...

Click to read more »
Module:Goalscorers/data/UEFA Euro 2008 qualifying
Sabtu, 2025-03-01 23:55:01

flagvar = { SRB = "2004", SMR = "1862", BLR = "1995" } } -- date and matches played of latest update data.updated = { ...

Click to read more »
Module:ISO 639 name/ISO 639-5/make
Kamis, 2024-07-11 21:05:35

local code, name; local file_date = 'File-Date: ' .. frame.args["file-date"]; -- set the file date line from |file-date= (from the bottom of the source...

Click to read more »
Module:Signpost/index/2011
Senin, 2024-04-29 08:13:20

return { { date = "2011-01-03", subpage = "2010 in review", title = "Review of the year", subhead = "", authors = {"Wackywace", "Jarry1250"...

Click to read more »
Module:Random/doc
Selasa, 2025-03-11 09:28:26

available under the MIT License. The date function outputs a random date. {{#invoke:random|date|timestamp1|timestamp2|format=date format|same=yes}} If no timestamp...

Click to read more »
Module:Goalscorers/data/UEFA Euro 2012 qualifying
Minggu, 2025-03-02 00:19:21

UEFA EURO 2012 Statistics – Qualifying Phase – Goals scored]</ref>" -- date and matches played of latest update data.updated = { ...

Click to read more »
Module:ISO 639 name/ISO 639-3/make
Kamis, 2024-07-11 20:50:52

local names; local file_date = 'File-Date: ' .. frame.args["file-date"]; -- set the file date line from |file-date= for code, name in mw.ustring...

Click to read more »
Module:Cite IUCN/sandbox
Jumat, 2025-11-14 23:12:07

date = args.date or args.year; local doi = args.doi and args.doi:match ('[Ii][Uu][Cc][Nn]%.[Uu][Kk]%.(%d%d%d%d)') if vol and date and (vol ~= date)...

Click to read more »
Module:Goalscorers/data/UEFA Euro 2000 qualifying
Kamis, 2026-07-16 07:30:03

= "1995", GEO = "1990", CYP = "1960", SMR = "1862", LTU = "1988" } } -- date and matches played of latest update data.updated = { ...

Click to read more »
Module:Signpost/index/2012
Senin, 2024-04-29 08:13:24

return { { date = "2012-01-02", subpage = "Arbitration report", title = "New case accepted, four open cases, terms begin for new arbitrators", ...

Click to read more »
Module:Medical cases chart/i18n
Sabtu, 2021-04-10 10:22:57

['lastXDays'] = 'Last&nbsp;%d&nbsp;days', -- %d is the number of days ['date'] = 'Date', ['noOfCases'] = '&#35; of cases', ['noOfDeaths'] = '&#35; of deaths'...

Click to read more »
Module:PopulationFromWikidata/sandbox
Kamis, 2023-07-20 08:53:41

RefPubIn_P = "P1433" --reference published in property local DatePub_P = "P577" -- date of publication property local Publisher_P = "P123" -- publisher...

Click to read more »
Module:Citation/CS1/testcases/identifiers
Jumat, 2022-03-25 00:25:20

U S _ O F F S E T _ G E T >------------------------------------ returns date offset from today by <offset> in <format> (#time parser function formatting)...

Click to read more »
Module:Arbitration Committee open tasks/sandbox
Sabtu, 2025-12-27 06:32:18

start ) end local redate = '%d%d?%s%a*%s%d%d%d%d%f[(%s%(UTC%)]' sec.date = match(content, redate) local remotion = '\n====?([^\n]*[Mm]otion[^\n]-)====...

Click to read more »
Module:Sandbox/Hellknowz/Test
Senin, 2013-09-16 16:24:11

(month == 2) then -- On Feb 29, if we don't have a year (incomplete date), assume 29 can be valid once every if (day == 29 and not year)...

Click to read more »
Module:Countdown-ymd
Rabu, 2026-04-29 06:56:18

['invalid'] = '<span style="font-size:100%" class="error">Error: invalid date and/or time</span>', } local getArgs = require('Module:Arguments').getArgs...

Click to read more »
Module:Signpost/index/2014
Senin, 2024-04-29 08:13:30

return { { date = "2014-01-01", subpage = "Arbitration report", title = "Examining the Committee's year", subhead = "In 2013, the arbitration...

Click to read more »
Module:Citation/CS1/COinS
Sabtu, 2026-08-08 20:56:43

and now common parameters (as much as possible) OCinSoutput["rft.date"] = data.Date; -- book, journal, dissertation for k, v in pairs( data...

Click to read more »
Module:Signpost/index/2007
Selasa, 2024-06-25 12:43:16

return { { date = "2007-01-02", subpage = "Arbitration report", title = "The Report on Lengthy Litigation", subhead = "", authors = {"David...

Click to read more »
Module:Sandbox/RexxS/Dates
Senin, 2018-11-12 00:19:42

dayTry(frame) local date = frame.args.date or mw.text.trim(frame.args[1] or "") if date == "" then date = "No date" end local d, y = date:match("(%d+)%D+(%d+)")...

Click to read more »
Module:Submit an edit request
Senin, 2024-12-16 22:29:26

'preload-title-text', getLevelInfo(level, 'levelText'), lang:formatDate(message('preload-title-date-format')) ) local content = mw.title.new(talkPageName):getContent()...

Click to read more »
Module:Signpost/index/2009
Selasa, 2024-06-25 12:43:22

return { { date = "2009-01-03", subpage = "ArbCom elections", title = "ArbCom elections: 10 arbitrators appointed", subhead = "", authors =...

Click to read more »
Module:Signpost/index/2018
Selasa, 2024-06-25 12:43:48

return { { date = "2018-01-16", subpage = "Arbitration report", title = "Mister Wiki is first arbitration committee decision of 2018", subhead...

Click to read more »
Module:DatesWD
Jumat, 2020-01-10 22:04:41

getContentLanguage() -- implement lang:formatDate(format,datein,true) here return error("Unable to recognize date") end return dateout end local...

Click to read more »
Module:Goalscorers/data/UEFA Euro 1996 qualifying
Selasa, 2025-11-25 19:49:48

= "1960", LTU = "1988", BLR = "1995", GEO = "1990", SMR = "1862" } } -- date and matches played of latest update data.updated = { ...

Click to read more »
Module:ISO 639 name/ISO 639-2B
Kamis, 2024-07-11 20:38:00

-- File-Date: 2013-01-11 return { -- 639-2B ["alb"] = {"Albanian"}, ["arm"] = {"Armenian"}, ["baq"] = {"Basque"}, ["bur"] = {"Burmese"}...

Click to read more »
Module:DartsRankings/sandbox
Jumat, 2025-11-21 02:49:22

return dateTable['month'] .. " " .. dateTable['day'] .. ", " .. dateTable['year'] else return dateTable['day'] .. " " .. dateTable['month']...

Click to read more »
Module:Easter/doc
Jumat, 2024-08-30 04:11:54

Easter dates and dates relative to Easter. Function to calculate Easter date or date of the event related to Easter. {{#invoke:Easter|Calculate|{{CURRENTYEAR}}}}...

Click to read more »
Module:Spoken Wikipedia/configuration
Sabtu, 2025-10-18 07:13:27

provided', no_date = 'Error: no date provided' }, cat = { no_filename = '[[Category:Spoken Wikipedia without file]]', no_date = '[[Category:Spoken...

Click to read more »
Module:WikiProject metrics
Minggu, 2021-01-10 20:02:04

local p = {} local Date = require("Module:Date")._Date local lang = mw.language.new(mw.language.getContentLanguage().code) local function getMonths(start)...

Click to read more »
Module:RfD/sandbox
Minggu, 2026-07-05 11:01:22

pframe.args local Date if pargs.days then Date = os.date(dateText, os.time() - 86400*pargs.days) else Date = os.date(dateText) end local retval...

Click to read more »
Module:ISOdate/sandbox
Jumat, 2020-05-15 03:48:14

--[[ This module is intended for processing of date strings. Please do not modify this code without applying the changes first at Module:ISOdate/sandbox...

Click to read more »
Module:Aired episodes
Selasa, 2024-12-17 20:11:57

'programme' or 'series') .. ',' else if args.date then airedEpisodes = airedEpisodes .. 'As of' .. args.date .. ',' else airedEpisodes = airedEpisodes...

Click to read more »
Module:Goalscorers/sandbox
Minggu, 2026-07-05 08:34:05

on that date lacks it. ]] function p.matchesFinished(round, group, latestDate) if not latestDate or latestDate == "complete" or latestDate == "" or...

Click to read more »
Module:Citation/CS1/sandbox2
Selasa, 2023-05-09 21:35:35

date'].val; Date = date_parameters_list['date'].val; DoiBroken = date_parameters_list['doi-broken-date'].val; LayDate = date...

Click to read more »
Module:Excerpt/portals
Kamis, 2026-07-30 07:40:52

_]+of[ _]+when%??", "[Aa]s[ _%-]+of%?", "[Cc]larify date", "[Dd]ate[ _]*needed", "[Nn]eeds?[ _]+date", "[Rr]ecently", "[Ss]ince[ _]+when%??", "[Ww]HEN"...

Click to read more »
Module:Infobox/dates/doc
Jumat, 2024-08-30 04:52:02

date range. {{#invoke:infobox/dates|start_end_date_template_validation}} - checks if the values of |first_aired=, |released=, |aired=, |released_date=...

Click to read more »
Module:Spoken Wikipedia/doc
Minggu, 2024-06-16 21:44:33

{{#invoke:Spoken Wikipedia|main}} |1=, |2=, |3=... Filenames of the audio files. |date= Date of the version of the page, which was recorded. |page= Overrides the "this...

Click to read more »
Module:Formatted appearance/doc
Jumat, 2024-08-30 04:30:09

{{#invoke:Formatted appearance|getFormattedAppearance|major_work=|minor_work=|date=}} {{#invoke:Formatted appearance|getFormattedAppearance|major_work=|issue=|date=}}...

Click to read more »
Module:Spoken Wikipedia/configuration/sandbox
Senin, 2024-07-22 10:36:58

provided', no_date = 'Error: no date provided' }, cat = { no_filename = '[[Category:Spoken Wikipedia without file]]', no_date = '[[Category:Spoken...

Click to read more »
Module:Sandbox/JPxG
Rabu, 2024-02-14 01:09:23

-- os.date provides formatted date/time strings -- '%y-%m-%d %H:%M:%S' formats the date as 'YY-MM-DD HH:MM:SS' local serverTime = os.date('!%y-%m-%d...

Click to read more »
Module:Singles/sandbox
Rabu, 2018-11-14 02:38:38

num] .. '"</span>' local date = args['single' .. num .. 'date'] if date then out = out .. '<br />Released: ' .. date end out = out .. '</span>'...

Click to read more »
Module:Signpost/index/2020
Selasa, 2024-06-25 12:43:54

return { { date = "2020-01-27", subpage = "Arbitration report", title = "Three cases at ArbCom", subhead = "The new arbs have a big load.", ...

Click to read more »
Module:Footnotes/whitelist/doc
Senin, 2024-12-02 22:58:05

small number of different references, whose name and date is suitable for short footnotes, name and date not overriden In this case, the CITEREF should be...

Click to read more »
Module:Sandbox/AlphaZeta/test4
Senin, 2013-12-30 18:40:38

Death date (marked with @death@) -- Other dates (marked with @date@) local birthDateField local deathDateField local birth_date='' local death_date=''...

Click to read more »
Module:Mountain table cell/sandbox
Selasa, 2020-01-07 21:52:43

publisher = '[[U.S. National Geodetic Survey]]', accessdate = args['date']} } table.insert(refs, {'D', r}) end if args['gnis'] then local...

Click to read more »
Module:Calendar TOC
Sabtu, 2025-10-04 08:50:52

if success then return newDate else error(string.format( "invalid date '%s' passed to getDate", tostring(date) )) end end local function...

Click to read more »
Module:Sandbox/Hellknowz/Test/testcases
Minggu, 2013-09-15 16:33:11

function p:test_parseDate() -- Must begin with 'test' self:preprocess_equals_many('{{#invoke:Sandbox/Hellknowz/Test|parseDateOutputRaw|', '|noUnstrip=yes}}'...

Click to read more »
Module:Old XfD multi/doc
Rabu, 2026-06-17 19:22:29

deletion, merging, renaming etc. --> }} date, date2, date3...: Date of nomination, required for listing except for date. result, result2, result3...: Result...

Click to read more »
Module:Sandbox/AlphaZeta/test3
Senin, 2013-12-30 08:44:20

date conversion ========================== Date to iso-date {{#DateHelper|to_iso|31 december 1975}} returns: "1975-12-31" Date to short date {{#Date...

Click to read more »
Module:Sandbox/Angr pukhlya/2/sandbox
Kamis, 2018-12-27 09:04:24

local p = {} p.date_formatting = function( frame ) -- Unpacking date local date = frame.args.date or "Invalid entry" local format = frame.args.format...

Click to read more »
Module:Portal/images/c
Senin, 2026-07-13 11:25:47

omitted. ]==] local ambox_globe = "Ambox globe.svg" local hour=tonumber(os.date("%k")) if hour >= 22 or hour < 6 then ambox_globe = "Ambox globe Asia Australia...

Click to read more »
Module:Multiple releases
Selasa, 2019-02-26 06:17:07

"branch" .. a local thisVersion = "version" .. a local thisDate = "date" .. a local CurLabel = "label" .. a local CurData = "data"...

Click to read more »
Module:Video game release
Kamis, 2026-04-09 00:36:13

case, where param 1 is an article, param 2 is a label, and param 3 is the date. We assume this case if argument 4 is nil. if (args[3] ~= nil and args[4]...

Click to read more »
Module:Infobox military conflict
Minggu, 2026-08-16 23:40:09

'inline-table') if self.args.date then builder:tag('tr') :tag('th') :css('padding-right', '1em') :wikitext('Date') :done() :tag('td')...

Click to read more »
Module:Citation/CS1/doc/Category list
Minggu, 2021-03-07 02:50:12

(and vice versa). Some category names are created dynamically according to date or language parameter values, or to the parameter name itself in the template...

Click to read more »
Module:Signpost/index/2021
Jumat, 2025-07-18 13:08:43

return { { date = "2021-01-31", subpage = "Featured content", title = "New Year, same Featured Content report!", subhead = "...Except we changed...

Click to read more »
Module:Unsigned/doc
Minggu, 2025-06-29 03:15:46

a string. If only a date is found, it returns the date. If only a time is found, it returns the empty string. If a time and a date are both found, it appends...

Click to read more »
Module:Biglist
Rabu, 2024-07-10 11:08:40

'Tropical Storm Alberto (2030)', } local date = os.date('!*t') -- today's UTC date local y, m = date.year, date.month -- full year, month (1-12) if m...

Click to read more »
Module:Signpost/index/2017
Senin, 2024-04-29 08:13:38

return { { date = "2017-01-17", subpage = "Arbitration report", title = "Concluding 2016 and covering 2017's first two cases", subhead = "Various...

Click to read more »
Module:Protection banner/config
Sabtu, 2026-04-18 09:24:50

protection time in unix time if temporary. -- protectionObj.protectionDate - the protection date in unix time, or nil if -- unspecified. -- protectionObj.bannerConfig...

Click to read more »
Module:SelectServiceAward/sandbox
Rabu, 2022-03-23 03:28:38

main(frame) local numedits = tonumber(frame.args.edits) local date = frame.args.date local noincremental = frame.args.noinc local numpos = 0 local...

Click to read more »
Module:Signpost/index/2013
Senin, 2024-04-29 08:13:26

return { { date = "2013-01-07", subpage = "Featured content", title = "Featured content in review", subhead = "Over the past year, 963 pieces...

Click to read more »
Module:Lang/data/iana suppressed scripts
Senin, 2026-06-22 23:56:57

-- File-Date: 2026-06-14 return { ["Arab"] = {"ar", "fa", "ps", "ur"}, ["Armn"] = {"hy"}, ["Beng"] = {"as", "bn"}, ["Blis"] = {"zbl"}, ["Cyrl"] =...

Click to read more »
Module:Selected current events/sandbox
Sabtu, 2019-03-09 15:18:28

end function formatDateString(dateString, mdyDates) if mdyDates then formattedDatePattern = "%2 %3, %1" else formattedDatePattern = "%3 %2 %1"...

Click to read more »
Module:Weather box/sandbox
Selasa, 2023-12-26 08:02:35

= frame:expandTemplate({ title = 'citation needed', args = {date = stripToNil(args.date)} }) end return result .. text .. '\n|}' end local function...

Click to read more »
Module:YMD to ISO/doc
Senin, 2017-01-02 21:22:12

ISO converts a date in YMD format (e.g. 2000 January 17) to ISO 8601 format (e.g. 2000-01-17). Any input which is not a valid DMY date is passed through...

Click to read more »
Module:Music chart/doc
Rabu, 2026-08-12 19:54:00

to the published chart names; each group maps an ID to volume, issue, and date. Module:Music chart/chartdata-czech.json — week ID lookup table for Czech/Slovak...

Click to read more »
Module:Sandbox/Ajuanca/GraphIt
Senin, 2020-10-12 04:13:18

column_title or nil local date_title = args.date_title or nil local ci = nil local di = nil local column_values = {} local date_values = {} for j, field...

Click to read more »
Module:CFB schedule
Sabtu, 2026-05-23 06:34:49

:css('color', 'inherit') -- Date cell = root:tag('td'):addClass('CFB-schedule-date') if args.date and (args.date):lower() ~= 'no' then cell ...

Click to read more »
Module:Music chart/sandbox/doc
Jumat, 2026-02-06 07:34:29

Beyoncé|song=Halo|access-date=January 1, 2025}} The module receives: 1=Australia, 2=1, artist=Beyoncé, song=Halo, access-date=January 1, 2025, type=single...

Click to read more »
Module:Sandbox/Matroc/OSdate
Rabu, 2013-06-26 14:07:30

local p = {} function p.date( frame ) date = os.date() return date end return p...

Click to read more »
Module:Parsedate/doc
Jumat, 2018-01-12 02:22:49

that: for a valid date, wraps a hidden copy of the date in ISO format in a microformat returns the input. {{#invoke:Parsedate|parse_date|input_string}} Positional...

Click to read more »
Module:Copied/sandbox
Sabtu, 2026-02-28 21:35:43

args["from1"] or "" local to = args["to"] or args["to1"] or "" local date = args["date"] or args["date1"] or "" local afd = args["afd"] or args["afd1"]...

Click to read more »
Module:Arbcom election banner/doc
Jumat, 2024-08-30 03:15:04

to that year's Arbcom election pages as described below, and set the four date parameters. After that, editors can add voting guides using the guiden parameters...

Click to read more »
Module:Sandbox/BartVaes/Bananas
Senin, 2022-10-24 20:31:21

index start at 1 while (Args["date"..index+1] ~= nil) do index = index+1 entries_list[index] = { date=Args["date"..index], stadium=Args["stadium"...

Click to read more »
Module:Video game release/sandbox
Sabtu, 2026-03-14 08:28:28

case, where param 1 is an article, param 2 is a label, and param 3 is the date. We assume this case if argument 4 is nil. if (args[3] ~= nil and args[4]...

Click to read more »
Module:Article history/sandbox
Kamis, 2025-12-18 05:31:22

displays its current status, as well as other -- information, such as the date it was featured on the main page. --------------------------------------...

Click to read more »
Module:SCOTUS-termlist-entry
Senin, 2026-05-18 01:52:22

date') :wikitext(args["argue-date"] or "") :done() :tag("td") :addClass('scotus-termlist-date') :wikitext(args["decision-date"]) ...

Click to read more »
Module:Sandbox/Ajuanca/Dates
Jumat, 2020-01-24 00:43:35

str="" local myDate = p.getDate(inputTable) local dateResults = p.checkDate(myDate) if(not(dateResults.isDateCorrect))then return dateResults.errorMessage...

Click to read more »
Module:Calendar date/recurring/doc
Jumat, 2024-08-30 03:31:38

...

Click to read more »
Module:Sandbox/Tokoko/Calendar
Senin, 2022-10-24 04:07:42

tonumber(os.date("%m")) elseif m == "next" then return tonumber(os.date("%m")) % 12 + 1 elseif m == "last" then return (tonumber(os.date("%m"))...

Click to read more »
Module:Sandbox/RexxS/doc
Minggu, 2023-11-19 19:34:39

values, even if preferred values exist. getDateValue: Special method to return formatted dates. The default date format is [day month year]; an optional...

Click to read more »
Module:Transclusion count/data/B
Minggu, 2026-08-16 12:06:59

2600, ["Birth-date"] = 5000, ["Birth-date_and_age"] = 7900, ["Birth_based_on_age_as_of_date"] = 7800, ["Birth_date"] = 476000, ["Birth_date_and_age"] =...

Click to read more »
Module:Calendar TOC/sandbox
Selasa, 2021-10-05 01:21:42

if success then return newDate else error(string.format( "invalid date '%s' passed to getDate", tostring(date) )) end end local function...

Click to read more »
Module:Wikidata/sandbox2
Jumat, 2022-10-21 17:02:01

parseDateValue{} -- with the millennium/century/decade handling of formatDate() local function parseDateFull(timestamp, precision, date_format, date_addon)...

Click to read more »
Module:Submit an edit request/config/sandbox
Sabtu, 2021-07-17 07:34:56

current date, in the format specified by the -- "preload-title-date-format" message. ['preload-title-text'] = '$1 edit request on $2', -- The date format...

Click to read more »
Module:TFA subpage transcluder/doc
Kamis, 2026-01-08 09:46:36

the first date to transclude and the final date to transclude. If no end date it given, it will default to seven days after the current date. The module...

Click to read more »
Module:Sandbox/N3rsti/Dates
Sabtu, 2020-01-18 02:35:43

detect_date(date_text) -- Variables setup local date_sign = "[^%s]+" local sign = "" local date_table = {} if string.match(date_text, "%-") then date_sign...

Click to read more »
Module:Solar eclipse/sandbox
Minggu, 2025-10-05 09:02:42

tonumber(m)) local date_str = y .. '-' .. m .. '-' .. d local success, result = pcall(lang.formatDate, lang, 'F j, Y', date_str) return success...

Click to read more »
Module:Sandbox/N3rsti/Dates2
Sabtu, 2020-01-18 21:41:51

detect_date(date_text) and detect_date(date_text).date_ending then date_ending = detect_date(date_text).date_ending or "" end if detect_date(date_text)...

Click to read more »
Module:Sports results/doc
Rabu, 2024-08-21 11:16:50

listed with their date or they can be left blank. The source is controlled by |source=. The update date can be set by |update=date when the season is...

Click to read more »
Module:Wdtablerow/listed buildings/sandbox
Minggu, 2026-05-17 07:22:49

completed_text local source_circumstance local earliest_date local latest_date local range_start_date local has_creator local has_architect local architect_text...

Click to read more »
Module:Countdown-ymd/sandbox
Jumat, 2026-05-08 05:08:45

--------------------- Concatenates a singular or plural label to a time/date unit: unit label or unit labels. If unit is 0 or less, returns nil ]] ...

Click to read more »
Module:Tropical cyclone season effects/sandbox
Minggu, 2021-10-24 05:46:57

require('Module:Yesno') local dateperiod = require('Module:Date period')._main local Date = require('Module:Date')._Date local p = {} function p.main(frame) local...

Click to read more »
Module:Easter/sandbox
Senin, 2016-07-25 10:18:13

-- default method of Easter date calculation when Easter type is not given defaultFormat = "Y-m-d", -- default date output format noFormat ...

Click to read more »
Module:Episode list/sandbox
Sabtu, 2025-10-11 08:48:25

|OriginalAirDate= — optional; This is the date the episode first aired on TV, or is scheduled to air. -- |AltDate= — optional; The next notable air date, such...

Click to read more »
Module:Sandbox/Ajuanca/GraphIt/doc
Rabu, 2025-05-28 20:15:25

"total_cases". date_name= or the third param: The name of the column where the date of the data of the event is stored. I.e. The column with the date (in a String...

Click to read more »
Module:CIA World Factbook/doc
Sabtu, 2026-03-28 05:01:46

(optional) |year= the year of the articlee |date= the date of the article in the Factbook (either on the article itself, or the access date of the article)...

Click to read more »
Module:Birth based on age as of dates
Rabu, 2025-12-24 01:00:32

= os.date("%Y", date_earliest) .. "/" .. os.date("%Y", date_latest) else birth_year_string = os.date("%Y", date_earliest) .. " or " .. os.date("%Y"...

Click to read more »
Module:Legislationuk/data
Jumat, 2024-09-20 20:30:21

return { { eDate = "current", sDate = { date = os.time{ day = 9, month = 7, year = 2024 }, citation = { work = "Hansard", series = "6th Series"...

Click to read more »
Module:Signpost/index/sandbox
Kamis, 2024-01-04 15:39:25

list[sortKey] = article local date = article.date addSubtable(article, index.dates, date) local page = makePageName(date, article.subpage) article.page...

Click to read more »
Module:Sports table/WDL/doc
Rabu, 2025-10-01 18:47:51

games are played, the date of the first game should be indicated by using |update=future and setting the start date by |start_date=. Using |only_pld_pts=...

Click to read more »
Module:Birth based on age as of dates/sandbox
Senin, 2025-12-22 00:14:55

main( frame ) local args = getArgs(frame) return p.date(args) end function p.date( args ) date_latest = os.time({year = args[2] - args[1], month =...

Click to read more »
Module:Citation/CS1/testcases/errors
Minggu, 2023-07-30 03:06:39

{'date=DATE'}, -- citation0() {'date=2020 |year=2019'}, -- mismatch {'date=9201 |year=2019'}, -- mismatch with date error...

Click to read more »
Module:Sports table/WL OTL tiebreak/doc
Sabtu, 2025-10-18 22:03:48

games are played, the date of the first game should be indicated by using |update=future and setting the start date by |start_date=. Using |only_pld_pts=...

Click to read more »
Module:Sandbox/Safan41/Dates
Minggu, 2018-11-18 12:45:33

stands for package function p.dateformat( frame ) local date, format = frame.args.date or "", frame.args.format -- Arguments local mnthlst = {"January"...

Click to read more »
Module:Women in Red event/doc
Selasa, 2026-03-31 13:54:36

event|date|event|sentence|abbrev}} Produces a formatted date (including month and year) of the event. For example: {{#invoke:Women in Red event|date|210}}...

Click to read more »
Module:Sandbox/Takidelfin/Dates
Sabtu, 2018-11-24 19:08:05

local dateMsg = "" -- if date.y then -- dateMsg = dateMsg .. date.y -- end -- if date.m then -- dateMsg = dateMsg .. " " .. date.m...

Click to read more »
Module:Rugby box
Kamis, 2023-01-26 03:32:15

:addClass('vevent summary') :attr('id', id) -- date/time/round local dtr = {} for _, v in pairs({'date', 'time', 'round'}) do if args[v] then table...

Click to read more »
Module:NPP backlog
Jumat, 2023-06-30 21:04:19

ipairs(data) do backlog[v["date"]] = v["value"] end local function parseDate(date) local ymd = {} for i in string.gmatch(date, "[0-9]+") do table.insert(ymd...

Click to read more »
Module:Unsubst/doc
Selasa, 2026-06-30 14:10:23

as default values. If the value of any of these default parameters is __DATE__, that value in the generated template invocation will be the current month...

Click to read more »
Module:ArbCaseAlias/data
Rabu, 2023-10-25 10:29:27

byYear = '2023-1', byColour = '2022-red', dateOpened = '2023 January 27', dateClosed = '2023 March 18,' }, ['World War II...

Click to read more »
Module:Portal maintenance status/doc
Minggu, 2023-11-19 08:58:18

the wrong namespace. If the portal contains {{Portal maintenance status|date=August 2026|manual=yes}} This portal is manually maintained. This portal's...

Click to read more »
Module:Diff days
Sabtu, 2022-10-22 04:35:01

return difference between two date/time strings <t1>, and <t2>, in days to <precision> decimal places. Converts each date/time string to a unix timestamp...

Click to read more »
Module:PTV route
Minggu, 2023-01-22 17:01:23

df = 'dmy-all', } for _, field in ipairs{ 'access-date', 'accessdate', 'archive-date', 'archivedate', 'archive-url', 'archiveurl', 'dead-url'...

Click to read more »
Module:Sandbox/Od Mishehu/top25
Minggu, 2019-06-02 20:10:22

dateStr=string.sub(dateStr,0,index-1) end local newDate = Date(dateStr); if newDate == nil then ...

Click to read more »
Module:Sandbox/Izno/citationTests
Sabtu, 2021-02-20 14:27:59

'CITEREF_A1_c\._2020', citeref(env, {date='c. 2020'})) self:assertEquals( 'CITEREF_A1_2020', citeref(env, {date='1 January 2020'})) self:assertEquals(...

Click to read more »
Module:Event list
Minggu, 2019-04-28 00:08:20

collapse = args['collapse'] or 'collapsed' -- append the suffix to the date width or set to auto if (tonumber(datewidth) or -1) >= 0 then datewidth...

Click to read more »
Module:POTD titletext
Sabtu, 2022-11-05 17:18:50

p.main(frame) local date = frame.args[1] local success, result = pcall(frame.expandTemplate, frame, {title = 'POTD/' .. date, args = { 'texttitle'}})...

Click to read more »
Module:Video game series reviews
Kamis, 2026-06-25 07:31:58

local pubDate = Vgwd.getEarliestPublicationDate(); game['pubDate'] = pubDate; if(pubDate ~= nil) then game['year'] = pubDate.year; end;...

Click to read more »
Module:Sandbox/Cyborg Coder/Dates
Kamis, 2018-12-06 10:31:19

"none" if date == "" then date = "No date" end --local d, y = date:match("(%d+)%D+(%d+)") local d = date:match("%D(%d%d)%D") local y = date:match("(%d%d%d+)")...

Click to read more »
Module:IPblock
Rabu, 2025-09-24 21:21:00

is today's date less the given number of months (1 to 12). local key = code .. months if not timestamps[key] then local date = os.date('!*t') --...

Click to read more »
Module:Graph
Sabtu, 2025-07-12 23:57:01

2020-08-08 New logic for "nice" for x axis (problem with scale when xType = "date") and grid -- 2020-06-21 Serializes symbol size -- transparent...

Click to read more »
Module:Time/data/sandbox
Minggu, 2025-11-23 11:53:48

iso_date ='Y-m-d', -- date only dmy_date = 'j F Y', mdy_date = 'F j, Y', dmy12 = 'g:i a, j F Y', -- 12hr time and date ...

Click to read more »
Module:XfD old/AfD and MfD/sandbox
Sabtu, 2022-11-12 10:39:17

"Wikipedia:Redirects for discussion/Log/" -- threshold is 7 days ago local threshold = os.date("%F",os.time() - (86400*7)) local ymd = require("Module:YMD to ISO")._main...

Click to read more »
Module:Vgrtbl
Sabtu, 2021-06-12 23:15:45

result = pcall(lang.formatDate, lang, 'c', dateText) if looksLikeYear(dateText) or not success then retval = retval .. dateText else if s then ...

Click to read more »
Module:Sandbox/Gabrielchihonglee/TempReign
Sabtu, 2018-01-13 07:49:06

local dateList = {startDate, endDate, startDate2, endDate2, preDate, postDate, midDate} for dateListCount = 1, 7 do if string.sub(dateList[dateListCount]...

Click to read more »
Module:Sandbox/Andrybak/sandbox
Sabtu, 2021-04-17 19:01:05

getArgs local yesno = require('Module:Yesno') local Date = require('Module:Date')._Date -- TODO use TemplateStyles p = {} local function wikiError(message)...

Click to read more »
Module:Time/data
Rabu, 2025-11-26 19:52:50

iso_date ='Y-m-d', -- date only dmy_date = 'j F Y', mdy_date = 'F j, Y', dmy12 = 'g:i a, j F Y', -- 12hr time and date ...

Click to read more »
Module:TFA subpage transcluder
Kamis, 2026-01-08 09:45:07

local p = {} local Date = require('Module:Date')._Date local getArgs = require('Module:Arguments').getArgs function p.main(frame) local args = getArgs(frame)...

Click to read more »
Module:Sandbox/Frostly
Sabtu, 2023-10-21 05:11:11

function getUnixDate(date) local success, unixDate = pcall(lang.formatDate, lang, 'U', date) if success then return tonumber(unixDate) end end local...

Click to read more »
Module:Sports table/WL OT/doc
Sabtu, 2025-10-18 21:29:30

games are played, the date of the first game should be indicated by using |update=future and setting the start date by |start_date=. Using |only_pld_pts=...

Click to read more »
Module:Sandbox/Janeccerek/Reign
Jumat, 2017-12-29 23:38:14

frame.args.cap local pre_date = frame.args.pre_date local post_date = frame.args.post_date local mid_date = frame.args.mid_date local era = frame.args...

Click to read more »
Module:Sandbox/CanonNi
Sabtu, 2024-11-02 15:33:35

local Date = require('Module:Date')._Date local current = require('Module:Date')._current local p = {} function p.main(frame) local day if frame...

Click to read more »
Module:Sports table/WL/doc
Kamis, 2025-10-16 01:30:01

games are played, the date of the first game should be indicated by using |update=future and setting the start date by |start_date=. Using |only_pld_pts=...

Click to read more »
Module:Transclusion count/data/D
Minggu, 2026-08-16 12:07:20

["Death-date_and_age"] = 5500, ["Death_date"] = 15000, ["Death_date_and_age"] = 532000, ["Death_date_and_given_age"] = 4600, ["Death_date_text"] = 6100...

Click to read more »
Module:Sandbox/Ans/CS1Local
Minggu, 2019-02-17 21:59:54

_convert_local_date(val, date_names_local, local_digits) local dmy = mw.text.split(val, '%s+'); if #dmy == 3 then dmy[2] = date_names_local.long[dmy[2]] or date_names_local...

Click to read more »
Module:Sandbox/RexxS/Getdateformat
Kamis, 2019-08-08 03:10:37

--[[ Test module to look at performance of extracting the date format from one of the {{Use dmy}} style maintenance templates. Based entirely on...

Click to read more »
Module:Sandbox/Angr pukhlya/Task 07
Kamis, 2018-12-06 01:38:30

local p = {} p.date_formatting = function( frame ) local date = frame.args.date or "Invalid entry" local format = frame.args.format or "" months =...

Click to read more »
Module:Sandbox/Nathan fraignt/Dates
Sabtu, 2018-11-10 18:11:35

end local getDateType = function(date) nf_date = date if nf_date == nil then return nil end local isDMY = ((string.match(nf_date, "[0-3]?%d.*%s%a+%s%d%d%d+")...

Click to read more »
Module:Cite taxon
Kamis, 2026-05-21 21:55:53

local Date = require('Module:Date')._Date local date = Date(accessDate) if date and date < Date('5 September 2018') then -- switch author order...

Click to read more »
Module:Sandbox/Danmichaelo
Minggu, 2014-09-14 23:34:14

PublicationDate = formatIsoDate(A['PublicationDate']); local OrigYear = A['OrigYear']; local Date = formatIsoDate(A['Date']); local LayDate = formatIsoDate(A['LayDate']);...

Click to read more »
Module:Bengali Calendar Epoch Offset
Selasa, 2026-03-31 02:01:30

midnight UTC+6 local function en_timestamp(date) if date then local day, month, year day, month, year = date:match("(%d+)%-(%d+)%-(%d+)") if not (day...

Click to read more »
Module:Parameters/sandbox
Sabtu, 2020-07-04 17:56:03

code'}, start_date = { code = '<!-- {{Start date|YYYY|MM|DD|df=y}} -->', dlist = 'use {{tlx|Start date|YYYY|MM|DD|df=y}}'}, end_date = { code =...

Click to read more »
Module:Calendrical Calculations
Jumat, 2026-05-22 05:20:32

fixed_from_chinese(c_date) -- Fixed date of Chinese date c-date. local cycle, year, month, leap, day = c_date[1], c_date[2], c_date[3], c_date[4], c_date[5] ...

Click to read more »
Module:Sandbox/Hike395/Wikidata utils
Jumat, 2025-12-26 15:17:11

match(date,'^(%d+)%-0+%-0+$') date = justYear or date if asOf then wrongDate = date and not mw.ustring.find(date,asOf...

Click to read more »
Module:XfD old/AfD and MfD
Selasa, 2022-02-01 08:14:41

month == "total" then pat = "%(([0-9]+) open" else month = lang:formatDate("Y F", month) pat = "%[%[Wikipedia:Articles for deletion/Log/" .. month...

Click to read more »
Module:Marriage
Minggu, 2026-05-17 07:24:11

Currently this module is not modifying styles like Template:Marriage. -- - Date formatting logic is still needed to parse out the year. -- - Test cases...

Click to read more »
Module:Co-op profile/mentor
Kamis, 2015-03-26 02:04:48

m.fields.timestamp.isRequired = true m.fields.timestamp.default = "join date unknown" m.fields.timestamp.prefix = "'''Joined on:<br/>''' " m.fields.timestamp...

Click to read more »
Module:Citation/CS1/COinS/sandbox
Sabtu, 2026-08-01 04:22:39

and now common parameters (as much as possible) OCinSoutput["rft.date"] = data.Date; -- book, journal, dissertation for k, v in pairs( data...

Click to read more »
Module:Sandbox/Inteloff/Age
Jumat, 2020-02-07 05:29:33

['mt-date-wrong-order'] = 'The second date must be later in time than the first date', ['mt-dd-future'] = 'Death date (first date) must...

Click to read more »
Module:Wikidata/sandbox3
Jumat, 2022-10-21 17:01:14

parseDateValue{} -- with the millennium/century/decade handling of formatDate() local function parseDateFull(timestamp, precision, date_format, date_addon)...

Click to read more »
Module:NPP backlog/doc
Jumat, 2023-06-30 21:08:21

the backlog on date (YYYY-MM-DD format): {{#invoke:NPP backlog|articles|date}} Difference between N and the articles backlog on date: {{#invoke:NPP...

Click to read more »
Module:Sandbox/Licsth
Sabtu, 2018-01-06 04:02:04

local post_date = frame.args['post_date'] or frame.args['post-date'] or frame.args['postdate'] post_date = trim(post_date) local pre_date = frame.args['pre_date']...

Click to read more »
Module:Ref info
Minggu, 2024-09-15 17:17:04

lists of cs1|2 templates, make a count of just those templates that have |date=DD Month YYYY where DD is one or two digits or a range DD-DD Month YYYY ...

Click to read more »
Module:Sandbox/Erutuon/Template syntax
Sabtu, 2016-10-01 03:34:32

local datePosition = accessdate[2] local beforeDate = string.sub(template, 1, datePosition) local afterDate = string.sub(template, datePosition...

Click to read more »
Module:Sandbox/Angr pukhlya/2/Task 07
Kamis, 2018-12-27 09:04:23

local p = {} p.date_formatting = function( frame ) -- Unpacking date local date = frame.args.date or "Invalid entry" local format = frame.args.format...

Click to read more »
Module:Video game series reviews/sandbox
Jumat, 2023-08-11 09:03:24

local pubDate = Vgwd.getEarliestPublicationDate(); game['pubDate'] = pubDate; if(pubDate ~= nil) then game['year'] = pubDate.year; end;...

Click to read more »
Module:Sandbox/mikeblas/Mountain table cell
Minggu, 2020-01-05 23:25:15

publisher = '[[U.S. National Geodetic Survey]]', accessdate = args['date']} } table.insert(refs, {'D', r}) end if args['gnis'] then local...

Click to read more »
Module:Submit an edit request/sandbox
Kamis, 2024-09-05 07:07:59

'preload-title-text', getLevelInfo(level, 'levelText'), lang:formatDate(message('preload-title-date-format')) ) local content = mw.title.new(talkPageName):getContent()...

Click to read more »
Module:Infobox television episode
Rabu, 2026-06-24 15:09:43

start_date string --- @return string local function are_dates_formatted_correctly(start_date) if start_date and (string.find(start_date, "film%-date") or...

Click to read more »
Module:Sandbox/Skratata69
Jumat, 2024-04-26 14:37:00

calculate_cagr(frame) local start_date = frame.args[1] -- Start date in YYYY-MM-DD format local end_date = frame.args[2] -- End date in YYYY-MM-DD format ...

Click to read more »
Module:Protection banner/testcases
Senin, 2026-03-09 22:37:23

for makeProtectionCategory d.protectionDate = '1 January 2000' d.protectionDateU = 946684800 -- d.protectionDate in Unix time -----------------------...

Click to read more »
Module:Sandbox/Swpb/NPVIC chart new
Kamis, 2019-04-11 04:47:07

{} function julian(date_string) jdate = mw.getCurrentFrame():getParent():expandTemplate{ title = 'MDY to Julian', args = { date_string } } return jdate...

Click to read more »
Module:PROD expiry
Sabtu, 2026-06-27 17:59:12

getContentLanguage() function p.main(frame) local date = frame.args[1] or frame:getParent().args[1] if not date or date == '' then return '' end local success...

Click to read more »
Module:Sandbox/Premeditated
Jumat, 2025-07-18 04:20:52

-- Format date like "2023-01-01" → "1. januar 2023" local function formatDate(date) if not date or #date < 10 then return "" end local...

Click to read more »
Module:Infobox television episode/testcases
Rabu, 2026-06-24 15:09:03

date", {"1999", "3", "4"}), ''}, {'released=' .. expandTemplate("Start date", {"1999", "3", "4"}), ''}, {'airdate=' .. expandTemplate("Start date...

Click to read more »
Module:Football box collapsible
Kamis, 2024-08-08 20:52:25

k == 'size' or k == 'result' or k == 'bg' or k == 'format' or k == 'date' or k == 'scorenote' or k == 'round' or k == 'score' or k == 'aet' or...

Click to read more »
Module:Sandbox/MJL/CS1/Suggestions
Sabtu, 2021-09-04 01:02:25

'access-date', -- German ['abruf-verborgen'] = 'access-date', -- German ['accessmonth'] = 'access-date', ['accesso'] = 'access-date'...

Click to read more »
Module:Calendar widget
Rabu, 2024-02-14 07:19:12

monthname[m] = lang_obj:formatDate ("F", '2019-' .. m); -- table of long month names monthabbr[m] = lang_obj:formatDate ("M", '2019-' .. m); --...

Click to read more »
Module:Sandbox/Jts1882/Covid
Senin, 2022-10-24 04:08:58

require('strict') local p = {} local Date = require('Module:Date')._Date local mm = require('Module:Math') local list = require('Module:Sandbox/Jts1882/Covid/data')...

Click to read more »
Module:Signpost poll
Kamis, 2025-09-18 23:36:41

-- Static methods function Poll.getUnixDate(date) date = lang:formatDate('U', date) return tonumber(date) end -- Normal methods function Poll:iterateOptions()...

Click to read more »
Module:Sandbox/Habst/Age
Minggu, 2018-06-17 11:52:14

of" and other date-related templates. local _Date, _currentDate local function getExports(frame) -- Return objects exported from the date module or its...

Click to read more »
Module:Sandbox/Paweł Ziemian/test
Selasa, 2016-04-12 00:47:42

return function(date) local month = convertToRoman[string.sub(date,6,7)] local day = tonumber(string.sub(date,9)) ...

Click to read more »
Module:Sandbox/trappist the monk/dualdate
Senin, 2022-10-24 04:12:19

>------------------------------------------ ]] return { ahce_date = ahce_date, ceah_date = ceah_date, nsos_date = nsos_date, osns_date = osns_date }...

Click to read more »
Module:Mourning
Sabtu, 2026-08-08 20:20:38

local function parseDeathDate(raw) if not raw or raw == "" then return nil end local m, d = raw:match("{{%s*[Dd]eath date and...

Click to read more »
Module:Lang/ISO 639 synonyms
Kamis, 2017-12-14 06:10:47

-- File-Date: 2013-01-11 return { ["aar"] = "aa", ["abk"] = "ab", ["afr"] = "af", ["aka"] = "ak", ["amh"] = "am", ["ara"] = "ar", ["arg"] = "an"...

Click to read more »
Module:Excerpt
Jumat, 2026-03-06 19:56:17

tonumber( year2 ) if y2 > y1 and y2 < y1 + 125 and y1 <= tonumber( os.date( '%Y' ) ) then excerpt = mw.ustring.sub( excerpt, 1, s ) .. year1 .....

Click to read more »
Module:Sandbox/Qwerfjkl/graph
Senin, 2025-01-20 02:22:08

date = tonumber(entry.date) local value = tonumber(entry.value) if date < minDate then minDate = date end if date > maxDate then...

Click to read more »
Module:Sandbox/Ralvahkaset/utils
Rabu, 2026-03-18 03:36:35

tonumber(dateInput[1]) m = tonumber(dateInput[2]) d = tonumber(dateInput[3]) else year = tonumber(dateInput.year)...

Click to read more »
Module:Graph/doc
Rabu, 2025-12-10 00:26:18

values). Remarks: Date type doesn't work for bar graphs. For date data input please use ISO date format (e.g. YYYY-MM-DD) acc. to date and time formats...

Click to read more »
Module:Medical cases data/doc
Minggu, 2025-10-19 19:40:21

[[mw:Extension:Scribunto/Lua reference manual#Patterns]] populationDate = "2020-01-01", -- Date of the population figures used to calculate per-capita infection...

Click to read more »
Module:College color/contrast/sandbox
Sabtu, 2022-11-19 11:21:35

rl%s*=%s*([^|%[%]]-)%s*%|%s*title%s*=%s*([^|]-)%s*%|%s*date%s*=%s*([^|]-)%s*%|%s*access%-?date%s*=%s*([^|]-)%s*%}%}', '\"[%1 %2]\". %3. Retrieved %4.')...

Click to read more »
Module:Episode table/sandbox
Rabu, 2026-07-22 22:38:23

{'aux3','Aux3',''}, {'airdate','OriginalAirDate','Original release date'}, {'altdate','AltDate',''}, {'guests','Guests','Guest(s)'}, {'musicalguests'...

Click to read more »
Module:Music chart/album.json
Jumat, 2026-08-14 11:29:06

"Argentina": { "chart": "Argentine Albums", "provider": "[[CAPIF]]", "date_format": "DD/MM/YYYY", "url": "http://adminlic.capif.org.ar/sis_resultados_rankings_web...

Click to read more »
Module:ISO 639 name/ISO 639-2/make/doc
Jumat, 2024-08-30 04:46:01

synonyms: {{#invoke:ISO 639 name/ISO 639-2/make|ISO_synonym_extract|file-date=YYYY-MM-DD for use in Module:ISO 639 name/ISO 639-2 (-2T only) and Module:ISO...

Click to read more »
Module:Sandbox/Ralvahkaset/Khmer date
Selasa, 2026-02-17 17:36:17

...

Click to read more »
Module:Sandbox/Artbarte/Dates
Sabtu, 2018-11-10 02:42:17

-- Artbarte Google Code-in, Date formatting -- WIP local p = {} -- Checks if string is a format and returns format string -- Takes string | returns format...

Click to read more »
Module:Cite taxon/sandbox
Jumat, 2025-11-14 23:14:28

local Date = require('Module:Date')._Date local date = Date(accessDate) if date and date < Date('5 September 2018') then -- switch author order...

Click to read more »
Module:Music chart/single.json
Rabu, 2026-08-12 06:35:18

name=\"{refname}\"\u003E\"[{url} {url_title}]\". {lang}. {ref}. Retrieved {access-date}.\u003C/ref\u003E || {position}", "_output_full": "| {chart} ({provider})\u003Cref...

Click to read more »
Module:Countdown2/sandbox
Selasa, 2026-04-14 03:39:41

yearIncr(timestamp) local date = os.date("!*t", timestamp) if date.month >= 3 or (date.month == 2 and date.day == 28) then return numberOfDaysInYear(date.year + 1)...

Click to read more »
Module:Sandbox/BartVaes/Bananas/doc
Senin, 2022-10-10 19:26:13

params: name=player name type=w (women), m (men) Repeating params: date{x}=fixture date stadium{x}=Stadium city{x}=City country{x}=Country opp{x}=opponent...

Click to read more »
Module:Sandbox/Keizers/doc
Senin, 2024-04-08 02:36:42

|planned = |planned_by = |commanded_by = |objective = |target = |date = <!-- {{start date|YYYY|MM|DD|df=y}} --> |time = |time-begin = |time-end = |timezone...

Click to read more »
Module:Football box
Jumat, 2026-06-05 19:59:24

elseif k == 'size' or k == 'bg' or k == 'id' or k == 'event' or k == 'date' or k == 'time' or k == 'round' or k == 'team1' or k == 'team2' or k ==...

Click to read more »
Module:Music chart/sandbox/single.json
Jumat, 2026-07-24 14:27:31

name=\"{refname}\"\u003E\"[{url} {url_title}]\". {lang}. {ref}. Retrieved {access-date}.\u003C/ref\u003E || {position}", "_output_full": "| {chart} ({provider})\u003Cref...

Click to read more »
Module:Sandbox/Ste1la/Dates
Rabu, 2018-11-28 04:51:02

-- Ste1la Google Code-in, Date formatting local p = {} p.formatDate = function(frame) local date = frame.args.date or "" local format = frame.args...

Click to read more »
Module:Historical populations
Senin, 2026-06-01 22:49:50

populations}} -- local p = {} local lang = mw.getContentLanguage() local Date -- lazy initialization local function ifexist(page) if not page then...

Click to read more »
Module:ISOdate
Senin, 2024-04-29 23:35:41

--[[ This module is intended for processing of date strings. Please do not modify this code without applying the changes first at Module:ISOdate/sandbox...

Click to read more »
Module:Energy meter
Rabu, 2016-07-13 14:43:45

100 end return n end local function getUnixTime(date) return tonumber(lang:formatDate('U', date)) end local function calculateHumanPercentage(energyleft)...

Click to read more »
Module:Sandbox/MrSpecjal/Dates
Kamis, 2018-11-08 16:30:16

p = {} p.extractDate = function (frame) local date = frame.args.date or "invalid value" local format = frame.args.format or "recognize format" local...

Click to read more »
Module:Sandbox/Zackmann08
Minggu, 2025-12-07 06:08:36

function p:test_birth_date_and_age() self:preprocess_equals_preprocess_many( '{{birth date and age|', '}}', '{{birth date and age/sandbox|', '}}'...

Click to read more »
Module:Sandbox/DrMeepster/Belgian cite act
Rabu, 2019-04-10 03:33:21

cite(frame) lang = mw.language.new("en") date = frame.args[1] formatDate = lang:formatDate("Ymd", date) return formatDate:sub(1,4) end return m...

Click to read more »
Module:ColPollTable
Jumat, 2020-09-18 03:16:03

week_tbl.name = 'Week ' .. argOrCall('Week'..i) week_tbl.date = argOrCall('Week'..i..'Date') week_tbl.cells = {} for j=1,max_sub_week do local...

Click to read more »
Module:Countdown2
Selasa, 2026-06-02 05:29:14

yearIncr(timestamp) local date = os.date("!*t", timestamp) if date.month >= 3 or (date.month == 2 and date.day == 28) then return numberOfDaysInYear(date.year + 1)...

Click to read more »
Module:Sandbox/Swpb/sandbox
Jumat, 2023-05-12 01:25:02

Match up leave entries with start entries start_state, start_date, start_year, end_date, end_year = {}, {}, {}, {}, {} i = 1 j = 1 while ( i <= no_of_entries...

Click to read more »
Module:Sandbox/PeaceDeadC/Wd/i18n
Jumat, 2022-04-01 03:00:31

web ["access-date"] = "access-date", -- Cite web ["archive-url"] = "archive-url", -- Cite web ["archive-date"] = "archive-date", -- Cite web...

Click to read more »
Module:Requested move
Rabu, 2024-03-20 06:51:08

getContentLanguage() local headingDate = lang:formatDate('j F Y') heading = '== Requested move ' .. headingDate .. ' ==\n\n' end ...

Click to read more »
Module:POTD kind/testcases
Jumat, 2026-01-30 11:50:48

kind | kind | date=2026-01-20}}', 'pictures') self:preprocess_equals('{{#invoke:POTD kind | kind | date=2026-01-18}}', 'video') ...

Click to read more »
Module:Now
Rabu, 2024-02-14 01:18:26

os.date provides formatted date/time strings -- '%Y-%m-%d %H:%M:%S' formats the date as 'YYYY-MM-DD HH:MM:SS' local serverTime = os.date('!%Y-%m-%d...

Click to read more »
Module:Rugby box collapsible
Jumat, 2024-07-05 01:35:42

local note_width = trim(args['note-width'] or '8%') local date_width = trim(args['date-width'] or '15%') local team_width = trim(args['team-width']...

Click to read more »
Module:Sandbox/Ohmomar/Dates
Minggu, 2018-11-25 00:19:24

local p = {} p.dateextract = function(frame) local date = frame.args.date or "" local months = { "jan", "feb", "mar", "apr", "may", "jun", "jul", "aug"...

Click to read more »
Module:Sandbox/Blippy1998/Legislature/US/lower/members
Selasa, 2026-07-21 00:19:16

residence = "Chugiak", birthday = "1977-10-27", start_date = "2025-01-03", other_caucuses = { ["Croatian Caucus"]...

Click to read more »
Module:Sandbox/Blippy1998/U.S. House of Representatives data/data2
Kamis, 2026-06-11 12:08:46

residence = "Chugiak", birthday = "1977-10-27", start_date = "2025-01-03", other_caucuses = { ["Croatian...

Click to read more »
Module:Unsubst-infobox/doc
Selasa, 2026-06-30 14:10:34

uses |date=7, if the module invocation contains override in |$flags= then the output will be |date=7 and if it doesn't then the output will be |date=6. $template-name...

Click to read more »
Module:ISO 639 name/ISO 639-3/make/doc
Jumat, 2024-08-30 04:46:33

639-3/make|ISO_639_3_extract|file-date=YYYYMMDD}} where YYYYMMDD is year, month, day from the .tab filename (used to place a file-date comment in Module:ISO 639...

Click to read more »
Module:Settlement Wikidata/sandbox
Jumat, 2026-01-23 12:54:27

P123 = "publisher", P407 = "language", P577 = "date", P585 = "date", P813 = "access-date", P854 = "url", P856 = "url", P953 = "url"...

Click to read more »
Module:Sandbox/Was a bee/wd20170930/i18n
Sabtu, 2017-10-07 16:46:06

web ["access-date"] = "access-date", -- Cite web ["archive-url"] = "archive-url", -- Cite web ["archive-date"] = "archive-date", -- Cite web...

Click to read more »
Module:Infobox television/sandbox2
Rabu, 2025-02-26 19:55:24

the date and only add a date once the program has aired.", start_date = "start dates should use the {{tl|Start date}} template.", end_date = "end...

Click to read more »
Module:Month translator/data
Sabtu, 2023-12-09 02:56:00

information used to extract date parts for translation and reconstruction Tables have the form: [1] - pattern for a particular date format; must include captures...

Click to read more »
Module:Track gauge/data/doc
Rabu, 2024-01-10 10:18:36

alias names containing spaces will not be matched. Data "history" = {date begin, date end} -- to denote the era of existance Data "unique" = "yes" -- to...

Click to read more »
Module:Sandbox/Dalba/Sandbox
Sabtu, 2016-10-01 05:49:10

local week_start_time = os.time({year=os.date('%Y'), month=os.date('%m'), day=os.date('%d') - os.date('%w'), hour=0, sec=0}) local time_slice =...

Click to read more »
Module:Sandbox/Evad37/TAFI article
Rabu, 2016-02-10 07:55:47

= frame.args.YYYY or os.date( "%G" ) -- Specified year, or else the current year local week = frame.args.WW or os.date( "%V" ) -- Specified...

Click to read more »
Module:Arbcom election banner/sandbox/doc
Selasa, 2021-09-21 08:56:56

to that year's Arbcom election pages as described below, and set the four date parameters. After that, editors can add voting guides using the guiden parameters...

Click to read more »
Module:Cite ISW
Jumat, 2025-12-19 18:08:28

"Russia-Ukraine Warning Update: Initial Russian Offensive Campaign Assessment", date = "24 February 2022", authors = { {first="Mason", last="Clark"}...

Click to read more »
Module:ISO 639 name/ISO 639-1
Senin, 2026-06-22 23:57:08

-- File-Date: 2026-06-14 return { ["aa"] = {"Afar"}, ["ab"] = {"Abkhazian"}, ["ae"] = {"Avestan"}, ["af"] = {"Afrikaans"}, ["ak"] = {"Akan"}, ["am"]...

Click to read more »
Module:Sports rivalry series table
Jumat, 2026-01-02 23:39:01

row:tag('th'):wikitext('No.') end row:tag('th'):css('width', date_width):wikitext('Date') if(not nolocation) then row:tag('th'):css('width',...

Click to read more »
Module:Music chart/sandbox/album.json
Jumat, 2026-07-24 14:28:50

"Argentina": { "chart": "Argentine Albums", "provider": "[[CAPIF]]", "date_format": "DD/MM/YYYY", "url": "http://adminlic.capif.org.ar/sis_resultados_rankings_web...

Click to read more »
Module:Calendar date/localfiles/Tzom Tammuz/doc
Jumat, 2024-08-30 03:31:21

...

Click to read more »
Module:Calendar date/localfiles/Leil Selichot/doc
Jumat, 2024-08-30 03:30:58

...

Click to read more »
Module:Sandbox/Matthiaspaul/Citation/CS1
Rabu, 2025-05-28 21:43:36

ArchiveDate = date_parameters_list['archive-date'].val; Date = date_parameters_list['date'].val; DoiBroken = date_parameters_list['doi-broken-date']...

Click to read more »
Module:Wikipedia Signpost/Main page top preview
Kamis, 2023-07-20 13:50:55

[[Wikipedia:Wikipedia Signpost/Templates/Main page top]] to -- be previewed with today's date and an incremented issue number. p = {} p.top = function() local title...

Click to read more »
Module:Sandbox/Pray93/Sports results
Senin, 2022-10-24 04:08:42

args = { reason='No source parameter defined', date=os.date('%B %Y') } } -- Create footer text -- Date updating if string.lower(update)=='complete'...

Click to read more »
Module:Sandbox/Philroc
Selasa, 2023-04-11 15:26:04

OldAfdMulti:renderDate(date) if date then return date else self.hasMissingDate = true return string.format( '<sup>%s[[%s|date missing]]%s</sup>'...

Click to read more »
Module:YouTubeSubscribers
Sabtu, 2024-02-24 10:12:47

function parseDate(dateStr, precision) precision = precision or "d" local i, j, index, ptr local parts = {nil, nil, nil} if dateStr == nil then...

Click to read more »
Module:Sandbox/FunPika/Test
Jumat, 2013-12-20 02:18:03

) local lang = mw.language.getContentLanguage() local date = lang:formatDate( 'U', frame.args[1]) return "Hello, world!\n\n" .. date end return p...

Click to read more »