「モジュール:ISOdate」の版間の差分
ナビゲーションに移動
検索に移動
rename Module:Date to Module:DateI18n
細 (1版) |
bsd>Jarekt (rename Module:Date to Module:DateI18n) |
||
1行目: | 1行目: | ||
--[[ | --[[ | ||
__ __ _ _ ___ ____ ___ _ _ | |||
| \/ | ___ __| |_ _| | ___ _|_ _/ ___| / _ \ __| | __ _| |_ ___ | |||
| |\/| |/ _ \ / _` | | | | |/ _ (_)| |\___ \| | | |/ _` |/ _` | __/ _ \ | |||
| | | | (_) | (_| | |_| | | __/_ | | ___) | |_| | (_| | (_| | || __/ | |||
|_| |_|\___/ \__,_|\__,_|_|\___(_)___|____/ \___/ \__,_|\__,_|\__\___| | |||
This module is intended for processing of date strings. | This module is intended for processing of date strings. | ||
9行目: | 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 | ||
]] | ]] | ||
18行目: | 22行目: | ||
-- === Dependencies ====================== | -- === Dependencies ====================== | ||
-- ======================================= | -- ======================================= | ||
local D = require('Module: | local D = require('Module:DateI18n') | ||
--[[ | --[[ |