すべての公開記録
ナビゲーションに移動
検索に移動
gorosabaWikiの取得できる記録をまとめて表示しています。 記録の種類、実行した利用者 (大文字小文字は区別)、影響を受けたページ (大文字小文字は区別) による絞り込みができます。
- 2024年2月29日 (木) 18:22 Moku21 トーク 投稿記録 がページ「モジュール: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 { border: 1px solid…」)
- 2024年2月29日 (木) 18:22 Moku21 トーク 投稿記録 がページ「テンプレート:Documentation subpage」を削除しました (内容:「<onlyinclude><includeonly>{{ #ifeq: {{lc:{{SUBPAGENAME}}}} | {{{override|doc}}} | <!-- doc page --> </includeonly>{{ #ifeq: {{{doc-notice|show}}} | show | <!-- doc-notice show -->{{Ombox | type = notice | image = 40px | text = '''これは{{{1|[[{{SUBJECTSPACE}}:{{BASEPAGENAME}}]]}}}の解説サブページです。'''<br />使用方法、カテゴリ…」)
- 2024年2月29日 (木) 18:22 Moku21 トーク 投稿記録 がページ「テンプレート:SUBJECTSPACE ja」を削除しました (内容:「<onlyinclude>{{#switch:{{SUBJECTSPACE}} | {{ns:0}} = | {{ns:2}} = 利用者 | {{ns:4}} = ウィキペディア | {{ns:6}} = ファイル | {{ns:8}} = メディアウィキ | {{ns:10}} = テンプレート | {{ns:12}} = ヘルプ | {{ns:14}} = カテゴリ | {{ns:100}} = ウィキポータル | {{ns:102}} = ウィキプロジェクト | {{ns:828}} = モジュール | #default = {{SUBJECTSPACE}} }}</onlyinclude> {{Documentation}}」)
- 2024年2月29日 (木) 18:22 Moku21 トーク 投稿記録 がページ「モジュール:Infobox/former/doc」を削除しました (内容:「<includeonly>{{使用箇所の多いテンプレート|550,000以上}}</includeonly>」)
- 2024年2月29日 (木) 18:22 Moku21 トーク 投稿記録 がページ「テンプレート:Code」を削除しました (内容:「{{#tag:syntaxhighlight|{{{code|{{{1}}}}}}|lang={{{lang|{{{2|text}}}}}}|class={{{class|}}}|id={{{id|}}}|style={{{style|}}}|inline=1}}<noinclude> {{Documentation}}</noinclude>」)
- 2024年2月29日 (木) 18:22 Moku21 トーク 投稿記録 がページ「テンプレート:Main other」を削除しました (内容:「{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{ns:0}} | main | other }} }} | main = {{{1|}}} | other | #default = {{{2|}}} }}<noinclude> {{Documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>」)
- 2024年2月29日 (木) 18:22 Moku21 トーク 投稿記録 がページ「モジュール:String」を削除しました (内容:「--[[ This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed parameters, or a mixture. If named parameters are used, Mediawiki will automatically remove any leading or trailing whitespace from the parameter. Depending on the intended use, it may be advantageous to either preserve or remove such whitespace. Global options ignore_errors: If set to 'true' or 1, any error condition…」)
- 2024年2月29日 (木) 18:22 Moku21 トーク 投稿記録 がページ「テンプレート:Pp-template」を削除しました (内容:「<includeonly>{{#invoke:Protection banner|main}}</includeonly><noinclude> {{Documentation}} </noinclude>」)
- 2024年2月29日 (木) 18:22 Moku21 トーク 投稿記録 がページ「モジュール:IsValidPageName」を削除しました (内容:「-- このモジュールは Template:IsValidPageName の実体です。 local export = {} function export.isValidPageName(frame) local success, res = pcall(mw.title.new, frame.args[1]) if success and res then return "valid" else return "" end end return export」)
- 2024年2月29日 (木) 18:22 Moku21 トーク 投稿記録 がページ「テンプレート:Tl」を削除しました (内容:「{{[[Template:{{{1}}}|{{{1}}}]]}}<noinclude> {{documentation}} <!-- カテゴリと言語間リンクはここではなく、/doc サブページに追加してください --> </noinclude>」)
- 2024年2月29日 (木) 18:22 Moku21 トーク 投稿記録 がページ「モジュール:Message box」を削除しました (内容:「require('strict') local getArgs local yesno = require('Module:Yesno') local lang = mw.language.getContentLanguage() local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = 'imbox', file = 'imbox', category = 'cmbox', article = 'ambox', main = 'ambox'} -------------------------------------------------------------------------------- -- Helper functions -------------------------------------------------------------------------------- lo…」)
- 2024年2月29日 (木) 18:21 Moku21 トーク 投稿記録 がページ「モジュール:Yesno」を削除しました (内容:「-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y' or val == 'true'…」)
- 2024年2月29日 (木) 18:21 Moku21 トーク 投稿記録 がページ「モジュール:Message box/configuration」を削除しました (内容:「-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-speedy',…」)
- 2024年2月29日 (木) 18:21 Moku21 トーク 投稿記録 がページ「テンプレート:See/core」を削除しました (内容:「{{#invoke:See/core|GetLink|{{{1}}}|{{{2|}}}}}<noinclude> {{pp-template}} {{PAGENAME}} </noinclude>」)
- 2024年2月29日 (木) 18:21 Moku21 トーク 投稿記録 がページ「モジュール:See/core」を削除しました (内容:「local p = {} function p.GetLink(frame) local link = frame.args[1] local display = frame.args[2] -- 第一引数の値が技術的に利用可能な記事名でない場合、 -- 第一引数の値をそのまま返す local IsValidPageName = require('モジュール:IsValidPageName') if IsValidPageName.isValidPageName(frame) == "" then return link end if display == "" then display = nil end return p._formatLink(link, dis…」)
- 2024年2月29日 (木) 18:21 Moku21 トーク 投稿記録 がページ「モジュール:List」を削除しました (内容:「local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(listType, args) -- Constructs a data table to be passed to p.renderList. local data = {} -- Classes and TemplateStyles data.classes = {} data.templatestyles = '' if list…」)
- 2024年2月29日 (木) 18:21 Moku21 トーク 投稿記録 がページ「モジュール:Protection banner」を削除しました (内容:「-- This module implements {{pp-meta}} and its daughter templates such as -- {{pp-dispute}}, {{pp-vandalism}} and {{pp-sock}}. -- Initialise necessary modules. require('strict') local makeFileLink = require('Module:File link')._main local effectiveProtectionLevel = require('Module:Effective protection level')._main local effectiveProtectionExpiry = require('Module:Effective protection expiry')._main local yesno = require('Module:Yesno') -- Lazily initialise modules and objects w…」)
- 2024年2月29日 (木) 18:21 Moku21 トーク 投稿記録 がページ「モジュール: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'関数におけ…」)
- 2024年2月29日 (木) 18:21 Moku21 トーク 投稿記録 がページ「モジュール: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 level = mw.ex…」)
- 2024年2月29日 (木) 18:21 Moku21 トーク 投稿記録 がページ「モジュール: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 == 'autoreview' t…」)
- 2024年2月29日 (木) 18:21 Moku21 トーク 投稿記録 がページ「モジュール:Protection banner/config」を削除しました (内容:「-- This module provides configuration data for Module:Protection banner. return { -------------------------------------------------------------------------------- -- -- BANNER DATA -- -------------------------------------------------------------------------------- --[[ -- Banner data consists of six fields: -- * text - the main protection text that appears at the top of protection -- banners. -- * explanation - the text that appears below t…」)
- 2024年2月29日 (木) 18:21 Moku21 トーク 投稿記録 がページ「テンプレート:Rellink」を削除しました (内容:「<div class="rellink {{{extraclasses|}}}" style="margin-bottom: 0.5em; padding-left: 2em; font-style: italic;">{{{1}}}</div><noinclude> {{documentation}} </noinclude>」)
- 2024年2月29日 (木) 18:21 Moku21 トーク 投稿記録 がページ「テンプレート:Ombox」を削除しました (内容:「{{#invoke:Message box|ombox}}<noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>」)
- 2024年2月29日 (木) 18:20 Moku21 トーク 投稿記録 がページ「テンプレート:Sandbox other」を削除しました (内容:「{{#if:{{#ifeq:{{#invoke:String|sublength|s={{SUBPAGENAME}}|i=0|len=7}}|sandbox|1}}{{#ifeq:{{SUBPAGENAME}}|doc|1}}{{#invoke:String|match|{{PAGENAME}}|/sandbox/styles.css$|plain=false|nomatch=}}|{{{1|}}}|{{{2|}}}}}<!-- --><noinclude> {{Documentation}} </noinclude>」)
- 2024年2月29日 (木) 18:20 Moku21 トーク 投稿記録 がページ「テンプレート:Clear」を削除しました (内容:「<div style="clear:{{{1|both}}};"></div><noinclude> {{documentation}} </noinclude>」)
- 2024年2月29日 (木) 18:20 Moku21 トーク 投稿記録 がページ「テンプレート:Documentation」を削除しました (内容:「{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>」)
- 2024年2月29日 (木) 18:20 Moku21 トーク 投稿記録 がページ「モジュール:Documentation」を削除しました (内容:「-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs local messageBox = require('Module:Message box') -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are made availa…」)
- 2024年2月29日 (木) 18:20 Moku21 トーク 投稿記録 がページ「モジュール:Documentation/config」を削除しました (内容:「---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Module:Documentation to -- localise it to your wiki and your language. Unless specified otherwise, values given here -- should be string values. ------------------------------------------------------------------------------------------…」)
- 2024年2月29日 (木) 18:20 Moku21 トーク 投稿記録 がページ「モジュール:Documentation/styles.css」を削除しました (内容:「{{pp-template}}: .documentation, .documentation-metadata { border: 1px solid #a2a9b1; background-color: #ecfcf4; clear: both; } .documentation { margin: 1em 0 0 0; padding: 1em; } .documentation-metadata { margin: 0.2em 0; same margin left-right as .documentation: font-style: italic; padding: 0.4em 1em; same padding left-right as .documentation: } .documentation-startbox { padding-bottom: 3px; border-bottom: 1px solid #aaa; margin-bottom: 1ex; }…」)
- 2024年2月29日 (木) 18:20 Moku21 トーク 投稿記録 がページ「テンプレート:Infobox」を削除しました (内容:「<includeonly>{{#invoke:infobox/former|main}}</includeonly><noinclude>{{documentation}}</noinclude>」)
- 2024年2月29日 (木) 18:20 Moku21 トーク 投稿記録 がページ「モジュール:Infobox/former」を削除しました (内容:「local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame, {parentOnly = true}) --引数取得 local child = (args.child == 'yes') local subbox = (args.subbox == 'yes') local h = {subheader = {}, image = {{}}} --ヘッダー部(subheader, image)テーブル local body, sbody = {}, {} --本体部テーブル, ソート済み本体部テーブル local link = args.tnavbar or args.name --(フッター部)テンプレート名 local re…」)
- 2024年2月29日 (木) 18:20 Moku21 トーク 投稿記録 がページ「モジュール:Arguments」を削除しました (内容:「-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string' then va…」)
- 2024年2月29日 (木) 18:20 Moku21 トーク 投稿記録 がページ「モジュール:TableTools」を削除しました (内容:「--[[ ------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should -- -- not be called directly from #invoke.…」)
- 2024年2月29日 (木) 18:20 Moku21 トーク 投稿記録 がページ「テンプレート:Para」を削除しました (内容:「<code class="nowrap" style="{{SAFESUBST:<noinclude />#if:{{{plain|}}}|border: none; background-color: inherit;}} {{SAFESUBST:<noinclude />#if:{{{plain|}}}{{{mxt|}}}{{{green|}}}{{{!mxt|}}}{{{red|}}}|color: {{SAFESUBST:<noinclude />#if:{{{mxt|}}}{{{green|}}}|#006400|{{SAFESUBST:<noinclude />#if:{{{!mxt|}}}{{{red|}}}|#8B0000|inherit}}}};}} {{SAFESUBST:<noinclude />#if:{{{style|}}}|{{{style}}}}}">|{{SAFESUBST:<noinclude />#if:{{{1|}}}|{{{1}}}=}}{{{2|}}}</code><noinclude> {{D…」)
- 2024年2月29日 (木) 18:20 Moku21 トーク 投稿記録 がページ「テンプレート:Main」を削除しました (内容:「{{rellink|1 = 詳細は{{#if:{{{1<includeonly>|</includeonly>}}}|「{{see/core|{{{1}}}|{{{l1|{{{1}}}}}}}}」 | 「{{error|エラー:記事名が入力されていません}}」 }}{{#if:{{{2|}}}|{{#if:{{{3|}}}|、|および}}「{{see/core|{{{2}}}|{{{l2|{{{2}}}}}}}}」 }}{{#if:{{{3|}}}|{{#if:{{{4|}}}|、|、および}}「{{see/core|{{{3}}}|{{{l3|{{{3}}}}}}}}」 }}{{#if:{{{4|}}}|{{#if:{{{5|}}}|、|、および}}「{{see/core|{{{4}}}|{{{l4|{{{4}}}}}}}}」 }}{{#if:{{{5|}}}|{{#if:{{{…」)
- 2024年2月29日 (木) 18:20 Moku21 トーク 投稿記録 がページ「モジュール:Arguments/doc」を削除しました (内容:「<includeonly>{{使用箇所の多いテンプレート|1,400,000以上}}{{pp-template}}</includeonly> <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | | Category:Luaメタモジュール }}</includeonly> このモジュールは、{{Code|#invoke}} から渡された引数を処理できます。このモジュールは他のモジュールで使用するためのメタモジュールであり、{{Code|#invoke}} から直接呼び出すことはできません。 次のよ…」)
- 2024年2月29日 (木) 18:19 Moku21 トーク 投稿記録 がページ「テンプレート:Cob」を削除しました (内容:「#転送 Template:Collapse bottom」)
- 2024年2月29日 (木) 18:19 Moku21 トーク 投稿記録 がページ「テンプレート:Cot」を削除しました (内容:「#転送 Template:Collapse top」)
- 2024年2月29日 (木) 18:19 Moku21 トーク 投稿記録 がページ「テンプレート:Collapse bottom」を削除しました (内容:「<includeonly>|}</div></includeonly><noinclude> {{PAGENAME}} </noinclude>」)
- 2024年2月29日 (木) 18:19 Moku21 トーク 投稿記録 がページ「テンプレート:Collapse top」を削除しました (内容:「<div style="margin-left:{{{indent|0}}}"><!-- NOTE: width renders incorrectly if added to main STYLE section --> {| <!-- Template:Collapse top --> class="mw-collapsible {{<includeonly>safesubst:</includeonly>#if:{{{expand|{{{collapse|}}}}}}||mw-collapsed}} {{{class|}}}" style="background: {{{bg1|transparent}}}; text-align: left; border: {{{border|1px}}} solid {{{b-color|Silver}}}; margin: 0.2em auto auto; width:{{<includeonly>safesubst:</includeonly>#if:{{{width|}}}|{{{width}}}|10…」)
- 2024年2月29日 (木) 18:19 Moku21 トーク 投稿記録 がページ「テンプレート:Tag」を削除しました (内容:「<code style="white-space:nowrap">{{#switch:{{{2|pair}}} |c|close = <!--nothing--> |s|single |o|open |p|pair = <{{{1|tag}}}{{#if:{{{params|}}}| {{{params}}}}} }}{{#switch:{{{2|pair}}} |c|close = {{{content|}}} |s|single = /> |o|open = >{{{content|}}} |p|pair = >{{{content|...}}} }}{{#switch:{{{2|pair}}} |s|single |o|open = <!--nothing--> |c|close |p|pair = </{{{1|tag}}}> }}</code><noinclude> {{documentation}}</noinclude>」)
- 2024年2月29日 (木) 18:19 Moku21 トーク 投稿記録 がページ「テンプレート:Death date and age」を削除しました (内容:「<includeonly>[[{{{1|{{{year}}}}}}年]]{{#if:{{{df|}}}|[[{{MONTHNAME|{{{2}}}}}{{#expr:{{{3}}}}}日]]|[[{{MONTHNAME|{{{2}}}}}{{#expr:{{{3}}}}}日]]}}<span style="display:none">({{{1}}}-{{padleft:{{MONTHNUMBER|{{{2}}}}}|2|0}}-{{padleft:{{{3}}}|2|0}})</span>({{#if:{{{5|}}} |{{#if:{{{6|}}} |<!-- if all birth values are specified -->{{年数|{{{4}}}|{{{5}}}|{{{6}}}|{{{1}}}|{{{2}}}|{{{3}}}}} |{{#ifexpr:{{{2}}}<{{{5}}} |<!-- if birth month but not day exist and birth month was…」)
- 2024年2月29日 (木) 18:19 Moku21 トーク 投稿記録 がページ「テンプレート:Birth date and age」を削除しました (内容:「#転送 Template:生年月日と年齢」)
- 2024年2月29日 (木) 18:19 Moku21 トーク 投稿記録 がページ「テンプレート:年月日」を削除しました (内容:「<includeonly>{{ #ifeq: {{#expr: {{#expr: {{{year|}}} > 0 }}}} | 1 | {{#expr: {{{year}}} + 0}}年 | {{{year|}}} }}{{ #ifeq: {{#expr: {{#expr: {{{month|}}} > 0 }}}} | 1 | {{#expr: {{{month}}} + 0}}月 | {{ #switch: {{lc:{{{month|}}}}} | jan|jan.|january=1月 | feb|feb.|february=2月 | mar|mar.|march=3月 | apr|apr.|april=4月 | may=5月 | jun|jun.|june=6月 | jul|jul.|july=7月 | aug|aug.|august=8月 | sep|sep.|september=9月…」)
- 2024年2月29日 (木) 18:18 Moku21 トーク 投稿記録 がページ「テンプレート:Br separated entries」を削除しました (内容:「{{<includeonly>safesubst:</includeonly>#invoke:Separated entries|br}}<noinclude> {{documentation}} </noinclude>」)
- 2024年2月29日 (木) 18:18 Moku21 トーク 投稿記録 がページ「テンプレート:Infobox 人物」を削除しました (内容:「{{Infobox|child={{{child|}}} |tnavbar = Infobox 人物 | bodyclass = biography vcard | bodystyle = {{#if:{{{box_width|}}}|width:{{{box_width}}};}} | above = {{ #if:{{{ふりがな|}}} | <div style="font-size:small; font-weight:normal">{{{ふりがな}}}</div> }}{{#if:{{{honorific prefix|{{{honorific_prefix|}}}}}}|<span class="honorific-prefix" style="font-size: small">{{{honorific prefix|{{{honorific_prefix|}}}}}}</span><br />}}<includeonly><span class="fn">{{{氏名|{{{n…」)
- 2024年2月29日 (木) 18:18 Moku21 トーク 投稿記録 がページ「テンプレート:HRR」を削除しました (内容:「{{Flagicon|HRR}} 神聖ローマ帝国<noinclude> ==解説== 1400年ごろ以降の旗。それ以前の旗はドイツの国旗参照。 ==関連テンプレート== *{{HRR1200}}<nowiki>{{HRR1200}}</nowiki>template:HRR1200 *{{HRR1350}}<nowiki>{{HRR1350}}</nowiki>template:HRR1350 *{{HRR1512}}<nowiki>{{HRR1512}}</nowiki>template:HRR1512 *{{HRR1804}}<nowiki>{{HRR1804}}</nowiki>template:HRR1804 HRR </n…」)
- 2024年2月29日 (木) 18:18 Moku21 トーク 投稿記録 がページ「テンプレート:Country alias HRR」を削除しました (内容:「神聖ローマ帝国<noinclude> HRR </noinclude>」)
- 2024年2月29日 (木) 18:18 Moku21 トーク 投稿記録 がページ「テンプレート:Country flag alias HRR」を削除しました (内容:「Banner of the Holy Roman Emperor (after 1400).svg<noinclude> HRR </noinclude>」)
- 2024年2月29日 (木) 18:18 Moku21 トーク 投稿記録 がページ「テンプレート:Country alias USA」を削除しました (内容:「アメリカ合衆国<noinclude> {{pp-template}} USA </noinclude>」)