Module:ISOdate: Difference between revisions

rename Module:Date to Module:DateI18n
Wikipedia >Mike Peel
m (Protected "Module:ISOdate": High-risk Lua module ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)))
 
Wikimedia+Commons>Jarekt
(rename Module:Date to Module:DateI18n)
Line 1: Line 1:
--[[   
--[[   
   
  __ __          _      _        ___ ____  ___      _      _     
|  \/  | ___  __| |_  _| | ___ _|_ _/ ___| / _ \  __| | __ _| |_ ___
| |\/| |/ _ \ / _` | | | | |/ _ (_)| |\___ \| | | |/ _` |/ _` | __/ _ \
| |  | | (_) | (_| | |_| | |  __/_ | | ___) | |_| | (_| | (_| | ||  __/
|_|  |_|\___/ \__,_|\__,_|_|\___(_)___|____/ \___/ \__,_|\__,_|\__\___|
   
This module is intended for processing of date strings.
This module is intended for processing of date strings.


Line 9: Line 14:
* 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 18: Line 22:
-- === Dependencies ======================
-- === Dependencies ======================
-- =======================================
-- =======================================
local D = require('Module:DateI18n') -- the enwp version of c:Module:Date
local D = require('Module:DateI18n')


--[[
--[[