リンク元またはリンク先の変更を表示したいページ名を入力してください。(カテゴリ:カテゴリ名 と入力するとそこに収録されたページを参照できます)。自分のウォッチリストにあるページの変更は太字で表示されます。
略語のリスト:
- 新
- ページの新規作成 (新しいページ一覧も参照)
- 細
- 細部の編集
- ボ
- ボットによる編集
- (±123)
- ページサイズの増減 (バイト単位)
2026年8月1日 (土)
| 新 13:16 | テンプレート:Userbox/doc 差分履歴 +1,717 LiberalPolandball トーク 投稿記録 (ページの作成:「<includeonly>{{Documentation subpage}}</includeonly> {{Lua|モジュール:Userbox}} Babelの機能かと思ったらそうじゃなかった、プロフィールに貼る用のボックスを作れるテンプレートです。 <pre> {{Userbox |border-c = <!--外枠の色、省略値:id-c--> |border-s = <!--外枠の太さ (px)、省略値:1--> |id-c = <!--アイコン画像またはID記号の入る枠の背景色、省略値:#d0d0d0--> |id-fc = <!--ID記号…」) | ||||
2026年7月20日 (月)
| 新 16:03 | モジュール:Userbox 差分履歴 +13,294 LiberalPolandball トーク 投稿記録 (ページの作成:「-- This module implements {{userbox}}. local categoryHandler = require('Module:Category handler').main local p = {} -------------------------------------------------------------------------------- -- Helper functions -------------------------------------------------------------------------------- local function checkNum(val, default) -- Checks whether a value is a number greater than or equal to zero. If so, -- returns it as a number. If not, returns a default…」) | ||||
2026年7月11日 (土)
| 新 15:13 | モジュール:Color contrast/colors 差分履歴 +6,119 LiberalPolandball トーク 投稿記録 (ページの作成:「return { aliceblue = 0.92880068253475, antiquewhite = 0.84646951707754, aqua = 0.7874, aquamarine = 0.8078549208338, azure = 0.97265264954166, beige = 0.8988459998705, bisque = 0.80732327372979, black = 0, blanchedalmond = 0.85084439608156, blue = 0.0722, blueviolet = 0.12622014321946, brown = 0.0982242878…」) | ||||
| 新 15:12 | モジュール:Color contrast 差分履歴 +6,971 LiberalPolandball トーク 投稿記録 (ページの作成:「-- -- This module implements -- {{Color contrast ratio}} -- {{Greater color contrast ratio}} -- {{ColorToLum}} -- {{RGBColorToLum}} -- local p = {} local HTMLcolor = mw.loadData( 'Module:Color contrast/colors' ) local function sRGB (v) if (v <= 0.03928) then v = v / 12.92 else v = math.pow((v+0.055)/1.055, 2.4) end return v end local function rgbdec2lum(R, G, B) if ( 0 <= R and R < 256 and 0 <= G and G < 256 and 0 <= B and B < 256 ) then return 0.21…」) | ||||
| 新 12:00 | モジュール:Category handler 差分履歴 +7,871 LiberalPolandball トーク 投稿記録 (ページの作成:「-------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category handler}} template in Lua, -- -- with a few improvements: all namespaces and all namespace…」) | ||||