LarryChou
建立內容為「local p = {} local getArgs = require('Module:Arguments').getArgs function p.match(args) if not args["page"] then args.page = mw.title.getCurrentTitle().fullText end local page = mw.title.new(args.page) if not page then return args["3"] or "" end local content = page:getContent() if not content then return args["3"] or "" end if mw.ustring.match(content, args["1"] or "") then if args["subst"] then local pattern = args["1"] or "" if mw.…」的新頁面