跳转到内容

Module:Interval:修订历史

2024年3月29日 (星期五)

  • 当前先前 06:422024年3月29日 (五) 06:42 Shizhao 留言 贡献 1,773字节 +1,773 建立内容为“-- This module powers {{interval}}. local p = {} -- Constants local lang = mw.language.getContentLanguage() local getArgs = require('Module:Arguments').getArgs local function getArgNums(args) -- Returns an array containing the keys of all positional arguments -- that contain data (i.e. non-whitespace values). -- (from Module:Unbulleted_list) local nums = {} for k, v in pairs(args) do if type(k) == 'number' and…”的新页面