可在Module:Tool/doc创建此模块的帮助文档
local p={} function p.time(frame) return os.date("%Y/%m/%d", frame.args.time) end return p