跳转到内容

Module:See also if exists:修订历史

2025年4月18日 (星期五)

  • 当前先前 11:422025年4月18日 (五) 11:42 ItsLiana 留言 贡献 1,168字节 +1,168 建立内容为“--v1.0 local p = {} local yesno = require("Module:yesno") local function exists(title) local success, result = pcall(function() return title.exists end) if success then return result else return true end end function p.main(frame) local rawpages = {} local nvalid = 0 local namespace = frame.args.ns for i, v in ipairs(frame:getParent().args) do if (v ~= nil) then local thisArg = mw.text.trim(v) if (thisArg ~= "") then…”的新页面