2026年7月4日 (土)
- 15:192026年7月4日 (土) 15:19 差分 履歴 +865 新 モジュール:Documentation/styles.css ページの作成:「→{{pp-template}}: .documentation, .documentation-metadata { border: 1px solid #a2a9b1; background-color: #ecfcf4; clear: both; } .client-darkmode .documentation,.client-darkmode .documentation-metadata{ background:#003000; } .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 .documentatio…」 最新
- 15:182026年7月4日 (土) 15:18 差分 履歴 +19,554 新 モジュール: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. ----------------------------------------------------------------------------…」 最新
- 15:162026年7月4日 (土) 15:16 差分 履歴 +745 新 モジュール: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…」 最新
- 15:152026年7月4日 (土) 15:15 差分 履歴 +458 新 モジュール:No globals ページの作成:「local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then -- perf optimization here and below: do not load Module:TNT unless there is an error error(require('Module:TNT').format('I18n/No globals', 'err-read', tostring(k)), 2) end return nil end function mt.__newindex(t, k, v) if k ~= 'arg' then error(require('Module:TNT').format('I18n/No globals', 'err-write', tostring(k)), 2) end rawset(t, k, v) end setmetatable(_G, mt)」 最新
- 15:042026年7月4日 (土) 15:04 差分 履歴 +18,591 新 モジュール:Message box ページの作成:「require('Module:No globals') 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 -----------------------------------------------------------…」 最新
- 15:012026年7月4日 (土) 15:01 差分 履歴 −11 メインページ 編集の要約なし
- 14:592026年7月4日 (土) 14:59 差分 履歴 +727 メインページ 編集の要約なし
- 14:482026年7月4日 (土) 14:48 差分 履歴 −431 メインページ 編集の要約なし
- 12:212026年7月4日 (土) 12:21 差分 履歴 +10,054 新 モジュール: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…」 最新
- 12:142026年7月4日 (土) 12:14 差分 履歴 +36,678 新 モジュール: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…」 最新
- 12:142026年7月4日 (土) 12:14 差分 履歴 +221 新 テンプレート:Documentation ページの作成:「{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Add categories and interwikis to the /doc subpage, not here! --> Category:システムテンプレート </noinclude>」 最新
- 12:122026年7月4日 (土) 12:12 差分 履歴 +80 新 テンプレート:Clear ページの作成:「<div style="clear:{{{1|both}}};"></div><noinclude> {{documentation}}</noinclude>」 最新
2026年6月29日 (月)
- 21:052026年6月29日 (月) 21:05 差分 履歴 +893 新 テンプレート:Card ページの作成:「<div style="margin:0.8em 0;"> <div style="width:96%;box-shadow:0 0px 10px 2px color-mix(in srgb,transparent,var(--theme-text-color) 20%);position:relative;left:2%;border-radius:4px;"> <div style="background:{{#if:{{{header-color|}}}|{{{header-color}}}|var(--theme-main-bg-color)}};border-radius:4px 4px 0 0;"><div style="background:linear-gradient(to right,transparent,rgba(var(--theme-main-color--rgb),0.2));text-align:center;font-weight:bold;color:white;border:1px sol…」 最新
2026年6月28日 (日)
- 21:132026年6月28日 (日) 21:13 差分 履歴 0 細 メインページ 「メインページ」を保護しました: 不用な編集を防ぐため ([編集=管理者のみ許可] (無期限) [移動=管理者のみ許可] (無期限))