すべての公開記録

VRpedia Worldの取得できる記録をまとめて表示しています。 記録の種類、実行した利用者 (大文字小文字は区別)、影響を受けたページ (大文字小文字は区別) による絞り込みができます。

ログ
  • 2022年8月24日 (水) 13:31 AdminJP1 トーク 投稿記録 がページ「モジュール:URL」を作成しました (ページの作成:「-- -- 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 =…」)