×
新規記事を作成
ここにページのタイトルを記入:
We currently have 2 articles on ポリティボールwiki 日本語版. Type your article name above or click on one of the titles below and start writing!



    ポリティボールwiki 日本語版

    「モジュール:No globals」の変更履歴

    差分の選択: 比較したい版のラジオボタンを選択し、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)」