このページの記録を表示 (不正利用記録を閲覧)版の絞り込み開く折り畳む この日まで:タグ絞り込み:wikieditor(隠しタグ)ビジュアルエディター: 中途切替取り消し差し戻し済み巻き戻し手動差し戻し選択したものを除く 更新を表示 差分の選択: 比較したい版のラジオボタンを選択し、Enterキーを押すか、下部のボタンを押します。 凡例: (最新)=最新版との比較、(前)=直前の版との比較、細=細部の編集 2026年7月4日 (土) 最新前 15:152026年7月4日 (土) 15:15 LiberalPolandball トーク 投稿記録 458バイト +458 ページの作成:「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)」