模块:Date2/doc

来自维阿百科
跳转至: 导航搜索

这是模块:Date2的文档页面

简介

这个模块用于创建各种语言版本的日期。各语言版的日期可以在I18n/date模块中查看。并由ISOdate模块调用。

用法

{{#invoke:Date|Date|year=...|month=...|day=...|hour=...|minute=...|second=...|tzhour=...|tzmin=...|lang=...}}

参数

参数名称 含义
year
month
day
hour
minute
second
tzhour UTC小时
tzmin UTC分
lang 语言
class 增加HTML参数class。
case 增加Switch...Case...条件。
trim_year 格式化年参数

在其他模块中调用该模块

当你需要在其他模块中使用该模块时,只需调用该模块即可。

比如:

local DateMod = require('Module:Date')

_Date函数

用法:

date_string = DateMod._Date({year,month,day,hour,minute, second},lang)