「モジュール:Purge」の変更履歴

差分の選択: 比較したい版のラジオボタンを選択し、Enterキーを押すか、下部のボタンを押します。
凡例: (最新)=最新版との比較、(前)=直前の版との比較、=細部の編集

2022年8月24日 (水)

  • 最新 16:472022年8月24日 (水) 16:47AdminJP1 トーク 投稿記録 1,185バイト +1,185 ページの作成:「-- This module implements Template:Purge. local p = {} local function makeUrlLink(url, display) return string.format('[%s %s]', url, display) end function p._main(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 title = mw.title.getCurrentTitle() end…」