「モジュール:SMWメンバー情報」の変更履歴

ナビゲーションに移動 検索に移動

差分の選択: 比較したい版のラジオボタンを選択し、Enterキーを押すか、下部のボタンを押します。
凡例: (最新)=最新版との比較、(前)=直前の版との比較、=細部の編集

2023年10月1日 (日)

2023年9月30日 (土)

2023年9月29日 (金)

2023年8月26日 (土)

2023年7月22日 (土)

  • 最新 21:142023年7月22日 (土) 21:1448wiki トーク 投稿記録 4,407バイト +23 編集の要約なし
  • 最新 21:102023年7月22日 (土) 21:1048wiki トーク 投稿記録 4,384バイト +4,384 ページの作成:「local p = {} local function setProperty(dataStore) -- メイン空間のみ if not mw.title.getCurrentTitle().namespace == 0 then return true; end if not mw.smw then return true; end local result = mw.smw.set( dataStore ) if result == true then -- everything ok else -- error message to be found in result.error end end local function test(frame) local args = frame.args --local args = require( 'Module:Argum…」