すべての公開記録
提供:南雲霞思考回廊
ナビゲーションに移動検索に移動
南雲霞思考回廊の取得できる記録をまとめて表示しています。 記録の種類、実行した利用者 (大文字小文字は区別)、影響を受けたページ (大文字小文字は区別) による絞り込みができます。
- 2023年12月30日 (土) 17:39 Kasumi トーク 投稿記録 がページ「テンプレート:Pathnav」を作成しました (ページの作成:「{{#if:{{{frame|}}}|<templatestyles src="Pathnavbox/styles.css" />}}<div {{#if: {{{frame|}}}|class="pathnavbox"}}>{{pathnav/link|{{{1}}}|{{{namespace|{{NAMESPACE}}}}}}}{{#if: {{{2|}}}| > {{pathnav/link|{{{2}}}|{{{namespace|{{NAMESPACE}}}}}}} }}{{#if: {{{3|}}}| > {{pathnav/link|{{{3}}}|{{{namespace|{{NAMESPACE}}}}}}} }}{{#if: {{{4|}}}| > {{pathnav/link|{{{4}}}|{{{namespace|{{NAMESPACE}}}}}}} }}{{#if: {{{5|}}}| > {{pathnav/link|{{{5}}}|{…」)
- 2023年12月30日 (土) 17:37 Kasumi トーク 投稿記録 がページ「GHOST IN THE SHELL / 攻殻機動隊」を作成しました (ページの作成:「{{Pathnav|攻殻機動隊|frame=1}} {{Infobox Film | 作品名 = GHOST IN THE SHELL<br />攻殻機動隊 | 原題 = | 画像 = Ghost in the Shell logo (1995 film).svg | 画像サイズ = | 画像解説 = | 監督 = 押井守 | 製作総指揮 = | 製作 = 宮原照夫<br />渡辺繁<br />ANDY FRAIN | 脚本 = 伊藤和典 | 原作 = 士郎正宗『攻殻機動隊』 | 出演者 = 田中敦子<br />[[大塚明夫]…」)
- 2023年12月30日 (土) 12:14 Kasumi トーク 投稿記録 がページ「草薙素子」を作成しました (ページの作成:「{{Infobox animanga character | name = 草薙 素子 | series = 攻殻機動隊 | image = | caption = | first = | creator = 士郎正宗 | voiced by = ;'''日本''' :田中敦子 :坂本真綾(若年期(1995年映画 / S.A.C.)、ARISE) :鶴ひろみ(攻殻機動隊…」)
- 2023年12月30日 (土) 00:41 Kasumi トーク 投稿記録 がページ「モジュール: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.…」)
- 2023年12月30日 (土) 00:39 Kasumi トーク 投稿記録 がページ「モジュール:Anchor」を作成しました (ページの作成:「-- This module implements {{anchor}}. local getArgs = require('Module:Arguments').getArgs local tableTools = require('Module:TableTools') local p = {} function p.main(frame) -- Get the positional arguments from #invoke, remove any nil values, -- and pass them to p._main. local args = getArgs(frame) local argArray = tableTools.compressSparseArray(args) return p._main(unpack(argArray)) end function p._main(...) -- Generate the list of anchors. local anchors…」)
- 2023年12月30日 (土) 00:38 Kasumi トーク 投稿記録 がページ「モジュール: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…」)
- 2023年12月30日 (土) 00:37 Kasumi トーク 投稿記録 がページ「テンプレート:Anchors」を作成しました (ページの作成:「{{{{{|safesubst:}}}#invoke:Anchor|main}}<noinclude> {{Documentation}} </noinclude>」)
- 2023年12月29日 (金) 13:50 Kasumi トーク 投稿記録 がページ「モジュール: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 ----------------------------------------------------------------------…」)
- 2023年12月29日 (金) 13:50 Kasumi トーク 投稿記録 がページ「テンプレート:Instagram」を作成しました (ページの作成:「{{#if:{{ifempty|{{{1<includeonly>|</includeonly>}}}|{{{id|}}}|{{#property:P2003|from={{{from|}}}}}}} | [https://www.instagram.com/{{ifempty|{{{1|}}}|{{{id|}}}|{{#property:P2003|from={{{from|}}}}}|{{{id}}}}}/ {{{2|{{{name|{{PAGENAMEBASE}}}}}}}}] {{#ifeq:{{str endswith|{{{2|{{{name|{{PAGENAMEBASE}}}}}}}}|({{ifempty|{{{1|}}}|{{{id|}}}|{{#property:P2003|from={{{from|}}}}}|{{{id}}}}})}}|yes||(@{{ifempty|{{{1|}}}|{{{id|}}}|{{#property:P2003|from={{{from|}}}}}|{{{id}}}}})}…」)
- 2023年12月29日 (金) 13:47 Kasumi トーク 投稿記録 がページ「モジュール: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) == 'str…」)
- 2023年12月28日 (木) 18:09 Kasumi トーク 投稿記録 がページ「テンプレート:Infobox animanga/Header/TemplateData」を作成しました (ページの作成:「== TemplateData == {{TemplateDataHeader}} <templatedata> { "description": "{{Template:Infobox animanga}}テンプレート群の共通ヘッダー。", "params": { "タイトル": { "label": "タイトル", "description": "", "type": "string", "default": "{{PAGENAME}}", "aliases": ["name"], "required": false }, "画像": { "label": "画像", "description": "", "type": "content", "aliases": ["image"], "required": false },…」)
- 2023年12月28日 (木) 18:08 Kasumi トーク 投稿記録 がページ「モジュール: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 a…」)
- 2023年12月28日 (木) 17:48 Kasumi トーク 投稿記録 がページ「テンプレート:Infobox animanga/TVAnime」を作成しました (ページの作成:「<noinclude> {{Infobox animanga/Header2}} </noinclude>|- !colspan="2" style="background-color:#ccf; text-align:center; white-space:nowrap"|アニメ{{#if:{{{title|{{{タイトル|}}}}}}|<nowiki>:</nowiki>{{{title|{{{タイトル}}}}}}}} |- {{#if:{{{原作|}}}|!style="background-color:#e6e9ff; white-space:nowrap"{{!}}原作 {{!}}{{{原作}}}|}} |- {{#if:{{{原案|}}}|!style="background-color:#e6e9ff; white-space:nowrap"{{!}}原案 {{!}}{{{原案}}}|}} |- {{#if:{{{…」)
- 2023年12月28日 (木) 17:44 Kasumi トーク 投稿記録 がページ「デフォルト (金融)」を作成しました (ページの作成:「{{for|日本の民法における債務不履行|債務不履行}} '''デフォルト'''({{lang-en-short|default}})や'''債務不履行'''(さいむふりこう)<ref>[https://www.daiwa.jp/glossary/YST1311.html デフォルト | 金融・証券用語解説集 | 大和証券]</ref>とは、債務の契約上の義務が果たされないこと。金融においては、例えば、債券の発行者が破綻等の原因によって、[…」)
- 2023年12月27日 (水) 00:32 Kasumi トーク 投稿記録 がページ「テンプレート:Infobox animanga/Header」を作成しました (ページの作成:「{| class="infobox bordered" !colspan="2" style="background-color:#ccf; text-align:center;"|{{{name|{{{タイトル|{{PAGENAME}}}}}}}} {{#if:{{{image|{{{画像|}}}}}}|<tr><td colspan="2" style="background-color:#fff; text-align:center">{{Image2|{{{image|{{{画像}}}}}}|{{{サイズ|300px}}}}}<br /><div style="padding:0.5em; margin-left:auto; margin-right:auto; max-width:{{{サイズ|300px}}};">{{{説明|}}}</div></td></tr>Category:Infobox animanga/画像表示}}…」)
- 2023年12月26日 (火) 21:45 Kasumi トーク 投稿記録 がページ「攻殻機動隊 SAC 2045」を作成しました (ページの作成:「{{出典の明記|date=2020年4月21日 (火) 03:14 (UTC)}} {{Pathnav|攻殻機動隊|frame=1}} {{Infobox animanga/Header | タイトル = 攻殻機動隊 SAC_2045<br/>{{small|Ghost in the Shell: SAC_2045}} | ジャンル = SFアニメ }} {{Infobox animanga/TVAnime | 原作 = 士郎正宗 | 監督 = 神山健治、荒牧伸志 | シリーズ構成 = 神山健治 | 脚本 = 神山健治、檜垣亮、砂山蔵澄、土城温美、佐藤大、…」)
- 2023年12月25日 (月) 10:50 Kasumi トーク 投稿記録 がページ「テンプレート:Rellink」を作成しました (ページの作成:「<div class="rellink {{{extraclasses|}}}" style="margin-bottom: 0.5em; padding-left: 2em; font-style: italic;">{{{1}}}</div><noinclude> {{documentation}} </noinclude>」)
- 2023年12月25日 (月) 10:50 Kasumi トーク 投稿記録 がページ「テンプレート: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…」)
- 2023年12月23日 (土) 18:04 Kasumi トーク 投稿記録 がページ「テンプレート:Navbox」を作成しました (ページの作成:「<includeonly>{{#invoke:navbox/former|navbox}}</includeonly><noinclude>{{documentation}}</noinclude>」)
- 2023年12月23日 (土) 18:03 Kasumi トーク 投稿記録 がページ「テンプレート:攻殻機動隊」を作成しました (ページの作成:「{{Navbox |name = 攻殻機動隊 |title = <span style="color:#59f;">攻殻機動隊</span> |titlestyle = background:#020d19; color:#59f; |groupstyle = background:#313d41; color:#fff; |liststyle = background:#F4F4F4; |listclass = hlist hlist-hyphen |group1 = 原作 |list1 = * 攻殻機動隊 THE GHOST IN THE SHELL(1991) * 攻殻機動隊1.5 HUMAN-ERROR PROCESSER(2003) * 攻殻機動隊2 MANMACHINE INTERFACE(2…」)
- 2023年12月23日 (土) 00:14 Kasumi トーク 投稿記録 がページ「テンプレート:Redirectlist」を作成しました (ページの作成:「{{Dablink|1=「'''{{{1}}}'''」はこの項目へ転送されています。 * {{{2}}}については「{{#if:{{IsValidPageName|{{{3}}}}}|[[:{{{3}}}]]|{{{3}}}}}」をご覧ください。{{#if:{{{5|}}}| * {{{4}}}については「{{#if:{{IsValidPageName|{{{5}}}}}|[[:{{{5}}}]]|{{{5}}}}}」をご覧ください。}}{{#if:{{{7|}}}| * {{{6}}}については「{{#if:{{IsValidPageName|{{{7}}}}}|[[:{{{7}}}]]|{{{7}}}}}」をご覧くださ…」)
- 2023年12月22日 (金) 23:36 Kasumi トーク 投稿記録 がページ「テンプレート:Documentation」を作成しました (ページの作成:「{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>」)
- 2023年12月22日 (金) 23:35 Kasumi トーク 投稿記録 がページ「テンプレート:脚注ヘルプ」を作成しました (ページの作成:「<div class="noprint" style="float:right; font-size:90%;"><nowiki>[</nowiki><span title="この欄の操作法">脚注の使い方</span><nowiki>]</nowiki></div><noinclude>{{Documentation}}</noinclude>」)