「MediaWiki:Common.js」の版間の差分

折り畳みボックス用JS関数を作成
編集の要約なし
290行目: 290行目:
         // 'custom-template-expandable-box' クラスを持つ要素をすべて取得
         // 'custom-template-expandable-box' クラスを持つ要素をすべて取得
         var expandableBoxes = document.querySelectorAll('.custom-template-expandable-box');
         var expandableBoxes = document.querySelectorAll('.custom-template-expandable-box');
        console.log(expandableBoxes);


         expandableBoxes.forEach(function(box) {
         expandableBoxes.forEach(function(box) {