「Broken/Pop開閉ボタン」の版間の差分

提供:大乱闘スマッシュブラザーズWiki
編集の要約なし
(12版)
 
(同じ利用者による、間の9版が非表示)
1行目: 1行目:
<onlyinclude><script type='text/javascript'>
<includeonly><script type='text/javascript'>
unction allpopopenbutton(){
function allpopopenbutton(){
var allpopopenbutton_a = 0;
var allpopopenbutton_a = 0;
var allpopopenbutton_b = setInterval(function() {
var allpopopenbutton_b = setInterval(function() {
8行目: 8行目:
     if (allpopopenbutton_a == 1) {
     if (allpopopenbutton_a == 1) {
     clearInterval(allpopopenbutton_b);
     clearInterval(allpopopenbutton_b);
    }
}, 100);
}
function allpopclosebutton(){
var allpopclosebutton_a = 0;
var allpopclosebutton_b = setInterval(function() {
        allpopclose();
        allpopclosebutton_a++;
    //終了条件
    if (allpopclosebutton_a == 1) {
    clearInterval(allpopclosebutton_b);
     }
     }
}, 100);
}, 100);
13行目: 25行目:
</script>
</script>
<div style="position:fixed; bottom:0px; left:0px; padding:0 0.5em 0.5em;">
<div style="position:fixed; bottom:0px; left:0px; padding:0 0.5em 0.5em;">
<a href="javascript:void(0)" onClick="allpopopenbutton()"><img width=33px alt="全て展開" src="http://ssbwiki.s1.adexd.net/wiki/extensions/masahiroimages/pop+.gif"></a>
<a href="javascript:void(0)" onClick="allpopopenbutton()"><img width=33px alt="全て開く" src="http://ssbwiki.s1.adexd.net/wiki/extensions/masahiroimages/pop+.gif"></a>
</div></onlyinclude>
<a href="javascript:void(0)" onClick="allpopclosebutton()"><img width=33px alt="全て閉じる" src="http://ssbwiki.s1.adexd.net/wiki/extensions/masahiroimages/pop-.gif"></a>
</div></includeonly>

2014年6月14日 (土) 21:54時点における最新版