2026年7月20日 (月)
- 15:482026年7月20日 (月) 15:48 差分 履歴 +356 新 モジュール:Sidebar/doc ページの作成:「このモジュールは{{tl|Sidebar}}を実装します。詳しくはテンプレートの解説文を参照してください。 <includeonly>{{sandbox other|| <!-- カテゴリは以下に追加してください --> Category:ウィキペディアのモジュール<!-- 適切なサブカテゴリに張り替えてください --> }}</includeonly>」 最新
- 15:462026年7月20日 (月) 15:46 差分 履歴 +1,713 新 モジュール:Sidebar/configuration ページの作成:「return { i18n = { child_yes = 'yes', float_none = 'none', float_left = 'left', wrap_true = 'true', navbar_none = 'none', navbar_off = 'off', default_list_title = 'List', title_not_to_add_navbar = 'Template:Sidebar', collapse_title_not_to_add_navbar = 'Template:Sidebar with collapsible lists', templatestyles = 'Module:Sidebar/styles.css', category = { child = '[[Category:子パラメーター付きサイドバーを使用しているペー…」 最新
- 15:442026年7月20日 (月) 15:44 差分 履歴 +10,521 新 モジュール:Sidebar ページの作成:「-- -- This module implements {{Sidebar}} -- require('Module:No globals') local cfg = mw.loadData('Module:Sidebar/configuration') local p = {} local getArgs = require('Module:Arguments').getArgs --[[ Categorizes calling templates and modules with a 'style' parameter of any sort for tracking to convert to TemplateStyles. TODO after a long cleanup: Catch sidebars in other namespaces than Template and Module. TODO would probably want to remove /log and /archive as C…」 最新
- 15:372026年7月20日 (月) 15:37 差分 履歴 +84 新 モジュール:Side box/doc ページの作成:「<includeonly>{{使用箇所の多いテンプレート|250,000以上}}</includeonly>」 最新
- 15:342026年7月20日 (月) 15:34 差分 履歴 +2,607 新 モジュール:Side box ページの作成:「-- This module implements {{side box}}. local yesno = require('Module:Yesno') local p = {} function p.main(frame) local origArgs = frame:getParent().args local args = {} for k, v in pairs(origArgs) do v = v:match('%s*(.-)%s*$') if v ~= '' then args[k] = v end end return p._main(args) end function p._main(args) local data = p.makeData(args) return p.renderSidebox(data) end function p.makeData(args) local data = {} -- Main table classes data.c…」 最新
- 15:332026年7月20日 (月) 15:33 差分 履歴 +1,348 新 モジュール:Shortcut/config ページの作成:「-- This module holds configuration data for Module:Shortcut. return { -- The heading at the top of the shortcut box. It accepts the following parameter: -- $1 - the total number of shortcuts. (required) ['shortcut-heading'] = '{{PLURAL:$1|ショートカット|ショートカット}}:', -- The error message to display when a shortcut is invalid (is not a string, or -- is the blank string). It accepts the following parameter…」 最新
- 15:322026年7月20日 (月) 15:32 差分 履歴 +3,243 新 モジュール:Shortcut ページの作成:「-- This module implements {{shortcut}}. -- Set constants local CONFIG_MODULE = 'Module:Shortcut/config' -- Load required modules local checkType = require('libraryUtil').checkType local yesno = require('Module:Yesno') local p = {} local function message(msg, ...) return mw.message.newRawMessage(msg, ...):plain() end local function makeCategoryLink(cat) return string.format('%s:%s', mw.site.namespaces[14].name, cat) end function p._main(shortcuts, options…」 最新
- 15:302026年7月20日 (月) 15:30 差分 履歴 +4,072 新 MediaWiki:ArticleTemplate.js ページの作成:「→article template: if((mw.config.values.wgAction=="edit"||mw.config.values.wgAction=="submit")&&(mw.config.values.wgNamespaceNumber==0||mw.config.values.wgNamespaceNumber==2||mw.config.values.wgNamespaceNumber==200)){ (async function(){ let isDataCorrect; let textarea=document.getElementById("wpTextbox1"); let message=document.createElement("span"); message.style.display="block"; message.innerHTML="ページ編集にお…」 最新
- 15:122026年7月20日 (月) 15:12 差分 履歴 +2,965 新 テンプレート:Information/doc ページの作成:「<noinclude>{{Documentation subpage|種類=テンプレート}}</noinclude><includeonly>{{Sandbox other||{{使用箇所の多いテンプレート|22,000以上}}{{Used in system}}}}</includeonly> これは画像や音声などのファイルをウィキペディアにアップロードするのに必要な情報を記述するためのテンプレートです。 __TOC__ == 使い方 == 以下のテキストをそのまま貼り付けて…」 最新
- 15:112026年7月20日 (月) 15:11 差分 履歴 +1,918 新 テンプレート:Information ページの作成:「<div class="hproduct"> {| summary="ファイルに関する情報(ファイルの内容、出典、著作権状況など)を記載した表。" class="toccolours vevent mbox-inside" style="width:100%; padding:5px;" cellpadding="2" ! {{#if:{{{Description|{{{description|}}}}}}|id="fileinfotpl_desc"}} class="fileinfo-paramfield" style="background:#ccf; text-align:right; vertical-align:top; padding-right:0.4em; width:20%" | ファイルの概要<span class="summary…」 最新
- 15:082026年7月20日 (月) 15:08 差分 履歴 +9,582 新 テンプレート:政党ボール ページの作成:「{{Navbox main |pagename = 政党ボール |name = 政党・政治団体のアイコン一覧 |lefticon = LDP-icon Japan.png |righticon = JCP-icon flag.png |titlecolor = color(srgb 0.6 0.141176 0.309804) |listfontcolor = #000000 |groupcolor = color(srgb 0.6 0.141176 0.309804) |groupfontcolor = #FFF |groupwidth = 20% |listcolor = #FFF |belowcolor = color(srgb 0.6 0.141176 0.309804) |belowfontcolor = #FFF |notes = '''{{I|LDP|Japan}}<18歳になったら投票に行こ…」
- 15:062026年7月20日 (月) 15:06 差分 履歴 +22,467 新 テンプレート:Navbox main ページの作成:「{| class="navbox wikitable mw-collapsible mw-collapsed" cellspacing="1" id="{{{id}}}" cellpadding="3" align="center" style="{{#if:{{{border|}}}| border:{{{borderwidth|5px}}} solid {{{border|}}} | border:1px solid #999}}; font-size: 11px; width: 100%; margin-top:5px; margin-bottom:5px; background:{{{background|transparent}}};" |- | colspan="2" style="{{#if:{{{titlecolor|}}}| background:{{{titlecolor|}}} | background:#f20000}}; font-weight: bold; text-align:center; {{…」 最新
- 15:042026年7月20日 (月) 15:04 差分 履歴 +718 新 テンプレート:Navbox/doc ページの作成:「;解説 :このテンプレートは基本的なナビボックス (Navigation box) の生成に利用します。 ;構文 :下記に示すようにパラメータつきで表示したい場所で<code>{{t|navbox|...}}</code>と入力してください。 ;サンプル出力 <pre>{{navbox |header=ボブの土地 |body=この<nowiki>場所</nowiki>とあの<nowiki>場所</nowiki>。 }}</pre> は次のようになります... {{navbox |header=ボブの土…」 最新
- 15:032026年7月20日 (月) 15:03 差分 履歴 +292 新 テンプレート:Navbox ページの作成:「{| style="width:100%; margin-top:1em; border:1px solid #999; font-size:90%; text-align:center;" |- ! style="background-color:#3366CC; color:#FFFFFF; padding:0.2em 0.5em;" nowrap="nowrap" | {{{header}}} |- | style="padding:0.2em 0.5em;" | {{{body}}} |}<noinclude> {{documentation}}</noinclude>」 最新
- 14:592026年7月20日 (月) 14:59 差分 履歴 +25 テンプレート:Infobox Party/doc 編集の要約なし
- 14:572026年7月20日 (月) 14:57 差分 履歴 −75 テンプレート:Infobox Party/doc 編集の要約なし
- 14:522026年7月20日 (月) 14:52 差分 履歴 −374 テンプレート:Infobox Party 編集の要約なし 最新
- 14:422026年7月20日 (月) 14:42 差分 履歴 −48 MediaWiki:Common.css 編集の要約なし 最新 タグ: 手動差し戻し
- 14:402026年7月20日 (月) 14:40 差分 履歴 +48 MediaWiki:Common.css 編集の要約なし タグ: 手動差し戻し 差し戻し済み
- 14:382026年7月20日 (月) 14:38 差分 履歴 +44 MediaWiki:Common.css LiberalPolandball (トーク) による版 105 を取り消し タグ: 取り消し 差し戻し済み
- 14:362026年7月20日 (月) 14:36 差分 履歴 −44 MediaWiki:Common.css 編集の要約なし タグ: 差し戻し済み
- 14:352026年7月20日 (月) 14:35 差分 履歴 −48 MediaWiki:Common.css 編集の要約なし タグ: 差し戻し済み
- 14:332026年7月20日 (月) 14:33 差分 履歴 +99 MediaWiki:Common.css 編集の要約なし
- 14:302026年7月20日 (月) 14:30 差分 履歴 +177 新 MediaWiki:Common.css ページの作成:「→ここに記述したCSSはすべての外装に反映されます: .pi-title { color: white; } .pi-header { color: white; } .pi-data-label { color: white; }」
- 14:282026年7月20日 (月) 14:28 差分 履歴 −262 テンプレート:Infobox Party LiberalPolandball (トーク) による版 100 を取り消し タグ: 取り消し
- 14:252026年7月20日 (月) 14:25 差分 履歴 +262 テンプレート:Infobox Party 編集の要約なし タグ: 差し戻し済み
- 08:162026年7月20日 (月) 08:16 差分 履歴 0 細 MediaWiki:Cosmos.css LiberalPolandball (トーク) による編集を デリゾール による直前の版へ差し戻しました 最新 タグ: 巻き戻し
- 08:152026年7月20日 (月) 08:15 差分 履歴 0 MediaWiki:Cosmos.css 編集の要約なし タグ: 差し戻し済み
- 07:582026年7月20日 (月) 07:58 差分 履歴 −18 テンプレート:Infobox Party/doc 編集の要約なし
2026年7月16日 (木)
- 21:532026年7月16日 (木) 21:53 差分 履歴 +1,171 新 モジュール: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._format…」 最新
- 21:482026年7月16日 (木) 21:48 差分 履歴 +1,996 新 モジュール:Sakujo ページの作成:「local p = {} function p.Main( frame ) if mw.isSubsting() then -- subst展開されている時 m_subpagename = '' if frame.args[1] ~= '' then -- {{{1}}}に何か指定されている場合 m_subpagename = frame.args[1] elseif mw.title.new('Wikipedia:削除依頼/' .. mw.allToString(mw.title.getCurrentTitle())).exists and string.find( mw.title.new('Wikipedia:削除依頼/' .. mw.allToString(mw.title.getCurrentTitle())):getContent(), 'このページは以…」 最新
- 21:462026年7月16日 (木) 21:46 差分 履歴 +2,007 新 テンプレート:Lua/doc ページの作成:「{{Documentation subpage|種類=テンプレート}} {{lua|Module:Lua banner}} このテンプレートはLuaモジュールを呼び出しているテンプレートであることを示します。テンプレートのドキュメントページの最上部に設置します。このテンプレートが設置されたテンプレートは原則自動的にCategory:Luaを利用するテンプレートにカテゴライズされ…」 最新
- 21:452026年7月16日 (木) 21:45 差分 履歴 +96 新 テンプレート:Lua ページの作成:「<includeonly>{{#invoke:Lua banner|main}}</includeonly><noinclude> {{Documentation}} </noinclude>」 最新
- 21:452026年7月16日 (木) 21:45 差分 履歴 +10,022 新 テンプレート:Infobox/doc ページの作成:「<noinclude>{{Documentation subpage}}</noinclude> {{Lua|モジュール:Infobox/former}} == 使い方 == このテンプレートはメタテンプレート(他のテンプレートを作成するときに使われるテンプレート)として使われることを想定しています。記事に直接使われることを想定していません。<!--ページが無いのでコメントアウト→一般的なInfoboxの作り方については[[Help:Infobox]…」 最新
- 21:442026年7月16日 (木) 21:44 差分 履歴 +101 新 テンプレート:Infobox ページの作成:「{{#invoke:Infobox|infobox}} <noinclude> {{Documentation}} Category:システムテンプレート」 最新
2026年7月13日 (月)
- 20:172026年7月13日 (月) 20:17 差分 履歴 −11 メインページ 編集の要約なし 最新
- 20:132026年7月13日 (月) 20:13 差分 履歴 +550 メインページ 編集の要約なし
- 19:192026年7月13日 (月) 19:19 差分 履歴 +2,092 新 モジュール:Protect/doc ページの作成:「このモジュールは他のモジュールでエラー処理を簡略化するために使用されます。エラーを投げる可能性のある関数を変換して、エラーを投げる代わりにエラーメッセージを返すようにします。 __TOC__ == 使い方 == local protect = require('モジュール:Protect') local protectedFunc = '''protect(''func'', ''errFormat'', ''options'')''' === 引数 === * ''{{code|func}}'' *: 変換される…」 最新
- 19:182026年7月13日 (月) 19:18 差分 履歴 +928 新 モジュール:Protect ページの作成:「local function processResult(options, success, ...) if not success then local message = tostring(... or '(メッセージなし)') if options.removeLocation then message = string.gsub(message, '^Module:[^:]+:%d+: ', '', 1) message = string.gsub(message, '^モジュール:[^:]+:%d+: ', '', 1) end return string.format(options.errFormat, message) end return ... end local function protect(func, errFormat, options) if type(errFormat) == 'table' the…」 最新
- 17:592026年7月13日 (月) 17:59 差分 履歴 +1,172 新 モジュール:Pie chart ページの作成:「local p = {} function p.render(frame) local args = frame.args local caption = args["caption"] or "" local values = {} local labels = {} for i = 1, 10 do if args["label" .. i] and args["value" .. i] then table.insert(labels, args["label" .. i]) table.insert(values, tonumber(args["value" .. i]) or 0) end end local total = 0 for _, v in ipairs(values) do total = total + v end…」 最新
- 17:572026年7月13日 (月) 17:57 差分 履歴 +1,678 新 モジュール:Ns has subpages ページの作成:「-- This module implements Template:Ns has subpages. -- While the template is fairly simple, this information is made available to -- Lua directly, so using a module means that we don't have to update the -- template as new namespaces are added. local p = {} function p._main(ns, frame) -- Get the current namespace if we were not passed one. if not ns then ns = mw.title.getCurrentTitle().namespace end -- Look up the namespace table from mw.site.namespaces…」 最新
- 17:052026年7月13日 (月) 17:05 差分 履歴 +1,553 新 モジュール:Noredirect ページの作成:「local p = {} -- Return a blue noredirect wikilink for an existing page, a red wikilink for a non-existing page function p.noredirect(pagetitle, label) -- Evaluate pagetitle if pagetitle == nil or pagetitle == '' then return error('ページ名が指定されていません') end pagetitle = pagetitle:gsub('^%[*', ''):gsub('%]*$', '') -- Remove leading/trailing brackets to prevent errors pagetitle = pagetitle:gsub('_', ' ') -- Replace un…」 最新
2026年7月12日 (日)
- 21:552026年7月12日 (日) 21:55 差分 履歴 +13,819 新 モジュール:Math ページの作成:「--This module provides a number of basic mathematical operations. local yesno, getArgs -- lazily initialized local p = {} -- Holds functions to be returned from #invoke, and functions to make available to other Lua modules. local wrap = {} -- Holds wrapper functions that process arguments from #invoke. These act as intemediary between functions meant for #invoke and functions meant for Lua. --Helper functions used to avoid redundant code. local fun…」 最新
- 21:512026年7月12日 (日) 21:51 差分 履歴 +23,019 新 モジュール:Location map ページの作成:「require('Module:No globals') local p = {} local getArgs = require('Module:Arguments').getArgs local function round(n, decimals) local pow = 10^(decimals or 0) return math.floor(n * pow + 0.5) / pow end function p.getMapParams(map, frame) if not map then error('Location mapの名前は必ず指定しなければなりません。', 2) end local moduletitle = mw.title.new('Module:Location map/data/' .. map) if not moduletitle then error(string.format('%q…」 最新
- 21:482026年7月12日 (日) 21:48 差分 履歴 +3,083 新 モジュール:Labelled list hatnote ページの作成:「-------------------------------------------------------------------------------- -- Labelled list -- -- -- -- This module does the core work of creating a hatnote composed of a list -- -- prefixed by a colon-terminated label, i.e. "LABEL: [andList of pages]", -- -- for {{see also}} and similar templates.…」 最新
- 21:472026年7月12日 (日) 21:47 差分 履歴 +275 新 モジュール: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」 最新
- 21:402026年7月12日 (日) 21:40 差分 履歴 +84 新 モジュール:InfoboxImage/doc ページの作成:「<includeonly>{{使用箇所の多いテンプレート|300,000以上}}</includeonly>」 最新
- 21:392026年7月12日 (日) 21:39 差分 履歴 +9,630 新 モジュール:InfoboxImage ページの作成:「-- Inputs: -- image - Can either be a bare filename (with or without the File:/Image: prefix) or a fully formatted image link -- page - page to display for multipage images (DjVu) -- size - size to display the image -- maxsize - maximum size for image -- sizedefault - default size to display the image if size param is blank -- alt - alt text for image -- title - title text for image -- border - set to yes if border -- center - set to yes,…」 最新
2026年7月11日 (土)
- 17:232026年7月11日 (土) 17:23 差分 履歴 +562 新 モジュール:Infobox3cols/doc ページの作成:「{{Main|Template:Infobox3cols}} <!-- カテゴリはページの最下部に、言語間リンクはウィキデータに追加してください。(Wikipedia:ウィキデータ参照) --> == 使用法 == <nowiki>{{</nowiki>#invoke:{{BASEPAGENAME}}|''関数名''}} <!------------------------- カテゴリの設定 ---------------------------> <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | | <!-- カテゴリは ここより下の<includeonly>の中に…」 最新
- 17:212026年7月11日 (土) 17:21 差分 履歴 +16,902 新 モジュール:Infobox3cols ページの作成:「-- -- This module implements {{Infobox3cols}} -- -- The initial version was created by modifying Module:Infobox -- local p = {} local navbar = require('Module:Navbar')._navbar local args = {} local origArgs local root local function union(t1, t2) -- Returns the union of the values of two tables, as a sequence. local vals = {} for k, v in pairs(t1) do vals[v] = true end for k, v in pairs(t2) do vals[v] = true end l…」 最新