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

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

2022年8月24日 (水)

  • 最新 13:312022年8月24日 (水) 13:31AdminJP1 トーク 投稿記録 3,227バイト +3,227 ページの作成:「-- -- This module implements {{URL}} -- -- See unit tests at Module:URL/tests local p = {} local function safeUri(s) local success, uri = pcall(function() return mw.uri.new(s) end) if success then return uri end end function p._url(url, text) url = mw.text.trim(url or '') text = mw.text.trim(text or '') if url == '' then if text == '' then return mw.getCurrentFrame():expandTemplate{ title =…」