龍太郎の投稿記録
2023年4月17日 (月)
- 15:372023年4月17日 (月) 15:37 差分 履歴 +3,714 新 モジュール:Effective protection level ページの作成:「local p = {} -- Returns the permission required to perform a given action on a given title. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action == 'autoreview' then local…」
- 15:362023年4月17日 (月) 15:36 差分 履歴 +1,563 新 モジュール:Effective protection expiry ページの作成:「local p = {} -- Returns the expiry of a restriction of an action on a given title, or unknown if it cannot be known. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action ==…」
- 15:362023年4月17日 (月) 15:36 差分 履歴 +2,587 新 モジュール:File link ページの作成:「-- This module provides a library for formatting file wikilinks. local yesno = require('Module:Yesno') local checkType = require('libraryUtil').checkType local p = {} function p._main(args) checkType('_main', 1, args, 'table') -- This is basically libraryUtil.checkTypeForNamedArg, but we are rolling our -- own function to get the right error level. local function checkArg(key, val, level) if type(val) ~= 'string' then error(string.format( "'_main'…」
- 15:322023年4月17日 (月) 15:32 差分 履歴 +141 新 テンプレート:Ombox ページの作成:「{{#invoke:Message box|ombox}}<noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>」
- 15:322023年4月17日 (月) 15:32 差分 履歴 +1,430 新 モジュール:Message box/ombox.css ページの作成:「→{{pp-template}}: .ombox { margin: 4px 0; border-collapse: collapse; border: 1px solid #a2a9b1; →Default "notice" gray: background-color: #f8f9fa; box-sizing: border-box; } →For the "small=yes" option.: .ombox.mbox-small { font-size: 88%; line-height: 1.25em; } .ombox-speedy { border: 2px solid #b32424; →Red: background-color: #fee7e6; →Pink: } .ombox-delete { border: 2px solid #b32424; →Red: } .ombox-content { bord…」
- 15:262023年4月17日 (月) 15:26 差分 履歴 +1,467 新 MediaWiki:Licenses ページの作成:「* subst:uwl|どのライセンスになるのか分かりません * subst:uwl|グーグルまたはどこかのウェブサイトから見つけてきたファイル * フリーライセンス: * あなたが作った作品の場合: ** self|cc-zero|Creative Commons CC0 1.0 全世界 (CC0 1.0) パブリック・ドメイン提供 ** self|CC-by-sa-2.5|Creative Commons 表示 - 継承 2.5 一般 (CC BY-SA 2.5) ** self|cc-by-sa-4.0|Creative Commons 表示 - 継承 4…」
- 15:072023年4月17日 (月) 15:07 差分 履歴 +85 新 ファイル:Information icon4.svg https://commons.wikimedia.org/wiki/File:Information_icon4.svg?uselang=ja 最新
- 14:572023年4月17日 (月) 14:57 差分 履歴 +208 新 テンプレート:Tl ページの作成:「{{[[Template:{{{1}}}|{{{1}}}]]}}<noinclude> {{documentation}} <!-- カテゴリと言語間リンクはここではなく、/doc サブページに追加してください --> </noinclude>」
- 14:452023年4月17日 (月) 14:45 差分 履歴 +854 細 困った時の手引き 編集の要約なし
- 05:472023年4月17日 (月) 05:47 差分 履歴 +6,360 新 モジュール:Message box/configuration ページの作成:「-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox…」
- 03:052023年4月17日 (月) 03:05 差分 履歴 +137 MediaWiki・トーク:Spam-whitelist →ilnk.infoがブロックされる 最新
- 03:052023年4月17日 (月) 03:05 差分 履歴 +137 MediaWiki・トーク:Spam-whitelist →今週のビバ丼サイトドメインがブロックされる
- 03:032023年4月17日 (月) 03:03 差分 履歴 +6 細 MediaWiki:Spam-whitelist 名前付け忘れた
- 03:032023年4月17日 (月) 03:03 差分 履歴 +20 MediaWiki:Spam-whitelist vivadon.hopto.orgの追加
- 01:462023年4月17日 (月) 01:46 差分 履歴 +71 新 テンプレート:Boxboxbottom ページの作成:「<includeonly>|}</includeonly><noinclude> {{Documentation}} </noinclude>」 最新
- 01:462023年4月17日 (月) 01:46 差分 履歴 +416 新 テンプレート:Boxboxtop ページの作成:「{|class="userboxes" style="width: 250px; border: 1px solid {{{bordercolor|#99B3FF}}}; background-color: {{{backgroundcolor|#FFFFFF}}}; float:{{{2|{{{align|right}}}}}}; clear: {{{clear|none}}}; {{{extra-css|}}}" !style="text-align: center; color: {{{toptextcolor|#000000}}};"|{{{1|{{{toptext|'''ユーザーボックス'''}}}}}} |- |<noinclude> |} {{documentation}} </noinclude>」 最新
- 01:392023年4月17日 (月) 01:39 差分 履歴 +265 利用者:龍太郎/audonbox 編集の要約なし
- 01:332023年4月17日 (月) 01:33 差分 履歴 +5 利用者:龍太郎/audonbox 編集の要約なし
- 01:312023年4月17日 (月) 01:31 差分 履歴 +5,755 新 モジュール:Category handler/config ページの作成:「-------------------------------------------------------------------------------- -- Module:Category handler configuration data -- -- Language-specific parameter names and values can be set here. -- -- For blacklist config, see Module:Category handler/blacklist. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. -----------------------…」 最新
- 01:302023年4月17日 (月) 01:30 差分 履歴 +5,992 新 モジュール:Namespace detect ページの作成:「--[[ -------------------------------------------------------------------------------- -- -- -- NAMESPACE DETECT -- -- -- -- This module implements the {{namespace detect}} template in Lua, with a -- -- few improvements: all namespaces and all namespace aliase…」 最新
- 01:212023年4月17日 (月) 01:21 差分 履歴 +1,071 新 モジュール:Category handler/blacklist ページの作成:「-- This module contains the blacklist used by Module:Category handler. -- Pages that match Lua patterns in this list will not be categorised unless -- categorisation is explicitly requested. return { '^メインページ$', -- don't categorise the main page. -- Don't categorise the following pages or their subpages. -- "%f[/\0]" matches if the next character is "/" or the end of the string. --'^Wikipedia:Cascade%-protected items%f[/\0]', -- カスケード…」 最新
- 01:202023年4月17日 (月) 01:20 差分 履歴 +7,871 新 モジュール:Category handler/data ページの作成:「-------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category handler}} template in Lua, -- -- with a few improvements: all namespaces and all namespace…」 最新
- 01:162023年4月17日 (月) 01:16 差分 履歴 +20 利用者:龍太郎/audonbox 編集の要約なし
- 01:032023年4月17日 (月) 01:03 差分 履歴 +112 新 利用者:龍太郎/audonbox ページの作成:「{{Userbox |id = 40px| |info = このユーザーはおうどん配信者です }}」 タグ: ビジュアルエディター: 中途切替
- 00:542023年4月17日 (月) 00:54 差分 履歴 +23 新 ファイル:Audon-logo-orange.svg audon logo
- 00:522023年4月17日 (月) 00:52 差分 履歴 +68 新 テンプレート:Userbox ページの作成:「{{#invoke:userbox|userbox}}<noinclude> {{documentation}}</noinclude>」 最新
- 00:492023年4月17日 (月) 00:49 差分 履歴 +6,360 新 モジュール:Documentation/config ページの作成:「-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox…」
- 00:482023年4月17日 (月) 00:48 差分 履歴 +18,742 新 モジュール:Message box Wikipedia のmodule:Message boxからコピー
- 00:472023年4月17日 (月) 00:47 差分 履歴 +36,678 新 モジュール:Documentation Wikipedia のmodule:Documentationからコピー
- 00:472023年4月17日 (月) 00:47 差分 履歴 +177 新 テンプレート:Documentation ページの作成:「{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>」
- 00:462023年4月17日 (月) 00:46 差分 履歴 +41 利用者:龍太郎/Userbox 編集の要約なし 最新
- 00:452023年4月17日 (月) 00:45 差分 履歴 +27 新 利用者:龍太郎/Userbox ページの作成:「{{#invoke:Userbox|userbox}}」
- 00:452023年4月17日 (月) 00:45 差分 履歴 +6,119 新 モジュール:Color contrast/colors Wikipedia のmodule:Color contrast/colorsからコピー 最新
- 00:442023年4月17日 (月) 00:44 差分 履歴 +6,971 新 モジュール:Color contrast Wikipedia のmodule:Color contrastからコピー 最新
- 00:432023年4月17日 (月) 00:43 差分 履歴 +10,054 新 モジュール:Arguments Wikipedia のmodule:Argumentsからコピー
- 00:422023年4月17日 (月) 00:42 差分 履歴 +745 新 モジュール:Yesno Wikipedia のmodule:Yesnoからコピー
- 00:412023年4月17日 (月) 00:41 差分 履歴 +7,871 新 モジュール:Category handler Wikipedia のmodule:Category handlerからコピー 最新
- 00:402023年4月17日 (月) 00:40 差分 履歴 +2,262 新 モジュール:Userbox/doc Wikipedia のUserbox/docからコピー 最新
- 00:362023年4月17日 (月) 00:36 差分 履歴 +13,294 新 モジュール:Userbox Wikipedia のUserboxからコピー 最新
2023年4月16日 (日)
- 20:512023年4月16日 (日) 20:51 差分 履歴 −63 細 Audon 正しい表記方法に変更
- 20:242023年4月16日 (日) 20:24 差分 履歴 −14 困った時の手引き いったん編集状況の解除
- 17:412023年4月16日 (日) 17:41 差分 履歴 +54 細 Mastodon →外部リンク: ドキュメントリンクを追加
- 16:582023年4月16日 (日) 16:58 差分 履歴 +79 新 テンプレート:保護ページ 初版 最新
- 16:562023年4月16日 (日) 16:56 差分 履歴 +283 メインページ トップページを正常化
- 16:352023年4月16日 (日) 16:35 差分 履歴 0 細 メインページ 「メインページ」を保護しました: メインページの為 ([編集=管理者のみ許可] (無期限) [移動=管理者のみ許可] (無期限)) [カスケード]
- 16:322023年4月16日 (日) 16:32 差分 履歴 +396 新 テンプレート:メインページ/styles.css 初版 最新
- 15:562023年4月16日 (日) 15:56 差分 履歴 +27 新 困った時の手引き ページの作成:「{{編集中}} {{スタブ}}」
- 14:482023年4月16日 (日) 14:48 差分 履歴 +1,931 新 テンプレート:工事中 初版
- 14:482023年4月16日 (日) 14:48 差分 履歴 +24 細 テンプレート:編集中 template:工事中がテンプレート参照になっていた物を修正
- 14:402023年4月16日 (日) 14:40 差分 履歴 +607 新 MediaWiki:Spam-whitelist ilnk.info の追加