查看“模块:Birthday”的源代码
←
模块:Birthday
跳转至:
导航
、
搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看与复制此页面的源代码。
高级
特殊字符
帮助
2级
3级
4级
5级
标题
格式
插入
拉丁字母
扩展拉丁字母
国际音标
符号
希腊字母
希腊字母扩展
西里尔字母
阿拉伯字母
扩展阿拉伯字母
希伯来字母
孟加拉字母
泰米尔数字和符号
泰卢固字母
僧伽罗语
梵文
古吉拉特语
泰语
老挝语
高棉语字母
加拿大原住民音节文字
Á
á
À
à
Â
â
Ä
ä
Ã
ã
Ǎ
ǎ
Ā
ā
Ă
ă
Ą
ą
Å
å
Ć
ć
Ĉ
ĉ
Ç
ç
Č
č
Ċ
ċ
Đ
đ
Ď
ď
É
é
È
è
Ê
ê
Ë
ë
Ě
ě
Ē
ē
Ĕ
ĕ
Ė
ė
Ę
ę
Ĝ
ĝ
Ģ
ģ
Ğ
ğ
Ġ
ġ
Ĥ
ĥ
Ħ
ħ
Í
í
Ì
ì
Î
î
Ï
ï
Ĩ
ĩ
Ǐ
ǐ
Ī
ī
Ĭ
ĭ
İ
ı
Į
į
Ĵ
ĵ
Ķ
ķ
Ĺ
ĺ
Ļ
ļ
Ľ
ľ
Ł
ł
Ń
ń
Ñ
ñ
Ņ
ņ
Ň
ň
Ó
ó
Ò
ò
Ô
ô
Ö
ö
Õ
õ
Ǒ
ǒ
Ō
ō
Ŏ
ŏ
Ǫ
ǫ
Ő
ő
Ŕ
ŕ
Ŗ
ŗ
Ř
ř
Ś
ś
Ŝ
ŝ
Ş
ş
Š
š
Ș
ș
Ț
ț
Ť
ť
Ú
ú
Ù
ù
Û
û
Ü
ü
Ũ
ũ
Ů
ů
Ǔ
ǔ
Ū
ū
ǖ
ǘ
ǚ
ǜ
Ŭ
ŭ
Ų
ų
Ű
ű
Ŵ
ŵ
Ý
ý
Ŷ
ŷ
Ÿ
ÿ
Ȳ
ȳ
Ź
ź
Ž
ž
Ż
ż
Æ
æ
Ǣ
ǣ
Ø
ø
Œ
œ
ß
Ð
ð
Þ
þ
Ə
ə
local module = {} local getArgs = require('Module:Arguments').getArgs function module._main(args) args[1] = tonumber(args[1]) args[2] = tonumber(args[2]) -- 默认值暂时使用GMT,即不手动指定时区时维持原状;但也许改为UTC+8更合适? local time = os.time() + (tonumber(args.tz) or 0) * 3600 local month = { 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 } if args[1] < 1 or args[1] > 12 then error('请输入正确的月份!') end if args[2] < 1 or args[2] > month[args[1]] then error('请输入正确的日期!') end function isLeapYear(year) local year = year or os.date('%Y', time) if (year % 4 == 0) and (year % 100 ~= 0 or year % 400 == 0) then return true end return false end if isLeapYear() == false then month[2] = 28 end local count = args[2] for i=1, args[1] - 1 do count = count + month[i] end local year = os.date('%Y', time) + 1 local num = tonumber(os.date('%j', time)) count = count - num if count < 0 then local foo = 0 if isLeapYear(year) then if (args[1] == 2 and args[2] == 29) or args[1] > 2 then foo = 1 end end count = count + 365 + foo end -- 针对2月29日的计算 if(args[1] == 2 and args[2] == 29) then count = 0 if isLeapYear() == false or num > 60 then local foo = 0 if isLeapYear() and num > 60 then foo = 1 end count = 365 - num + foo while isLeapYear(year) == false do count = count + 365 year = year + 1 end count = count + 60 else count = 60 - num end end count = math.floor(count) return count end function module.main(frame) local args = getArgs(frame, {wrappers='Template:生日倒计时'}) return module._main(args) end return module
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
0
0
0
1:0
调试控制台
* 此模块的返回的值存于控制台变量“p”中,包括没有保存的变更。 * 在一行的前面加上“=”或使用print()可以将其作为表达式来计算。表格请使用mw.logObject()。 * 在模块代码中使用mw.log()和mw.logObject()来向控制台发送消息。
该页面使用的模板:
模块:Birthday/doc
(
查看源代码
)
返回至
模块:Birthday
。
导航菜单
个人工具
登录
名字空间
模块
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
导航
首页
随机页面
最近更改
最新文件
常用
上传多个文件
工具
链入页面
相关更改
特殊页面
页面信息