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

提供:大乱闘スマッシュブラザーズWiki
(ページの作成:「<onlyinclude> <script type='text/javascript'> unction allpopopenbutton(){ var allpopopenbutton_a = 0; var allpopopenbutton_b = setInterval(function() { allpopopen...」)
 
(12版)
 
(同じ利用者による、間の11版が非表示)
1行目: 1行目:
<onlyinclude>
<includeonly><script type='text/javascript'>
<script type='text/javascript'>
function allpopopenbutton(){
unction allpopopenbutton(){
var allpopopenbutton_a = 0;
var allpopopenbutton_a = 0;
var allpopopenbutton_b = setInterval(function() {
var allpopopenbutton_b = setInterval(function() {
9行目: 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);
14行目: 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="手製画像/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>
<a href="javascript:void(0)" onClick="allpopclosebutton()"><img width=33px alt="全て閉じる" src="http://ssbwiki.s1.adexd.net/wiki/extensions/masahiroimages/pop-.gif"></a>
</onlyinclude>
</div></includeonly>

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