查看“Module:AnotherTool”的源代码
因为以下原因,您没有权限编辑本页:
您可以查看和复制此页面的源代码。
-- 合并了若干个基本没有环境变量的en wikipedia模块
local lang = mw.language.getContentLanguage()
local getArgs = require 'Module:Arguments'.getArgs
local p = {}
-- [*[https://en.wikipedia.org/wiki/Module:Purge, 供养{{Purge}}]*]
local function purge(args)
-- Make the URL
local url
do
local title
if args.page then
title = mw.title.new(args.page)
if not title then
error(string.format(
"'%s'不是有效的页面名称",
args.page
), 2)
end
else
000
1:0
本页使用的模板: