2025年11月30日 (日) 16:29Zelda110留言贡献删除页面Module:RecentPages(内容为:“-- Module:RecentPages local p = {} -- 获取最近创建或修改的页面 -- type: "new" = 最新创建, "changes" = 最近更改 -- limit: 显示条数 function p.list(frame) local args = frame.args local type = args.type or "new" local limit = tonumber(args.limit) or 8 local rcType = (type == "new") and "newpages" or "recentchanges" local list =…”,唯一贡献者是“Zelda110”(讨论))