Module:ISOdate: Difference between revisions
Richardpruen (talk | contribs) m 1 revision imported |
Richardpruen (talk | contribs) m 1 revision imported |
||
Line 1: | Line 1: | ||
--[[ | --[[ | ||
This module is intended for processing of date strings. | This module is intended for processing of date strings. | ||
Line 14: | Line 9: | ||
* User:Parent5446 - original version of the function mimicking template:ISOdate | * User:Parent5446 - original version of the function mimicking template:ISOdate | ||
* User:Jarekt - original version of the functions mimicking template:Date and template:ISOyear | * User:Jarekt - original version of the functions mimicking template:Date and template:ISOyear | ||
]] | ]] | ||
Line 22: | Line 18: | ||
-- === Dependencies ====================== | -- === Dependencies ====================== | ||
-- ======================================= | -- ======================================= | ||
local D = require('Module:DateI18n') | local D = require('Module:DateI18n') -- the enwp version of c:Module:Date | ||
--[[ | --[[ |