微件:AnchorCore:修订间差异

来自Limbo Wiki
无编辑摘要
无编辑摘要
第7行: 第7行:
}
}
</style><script>
</style><script>
(RLQ=window.RLQ||[]).push(function(){
(RLQ=window.RLQ||[]).push(function(){ mw.loader.implement("lw.anchor",function($,jQuery,require,module){
mw.loader.implement("lw.anchor",function($,jQuery,require,module){
$(".lw-AnchorError").ready(function(){
  $(".lw-AnchorError").ready(function(){
$(".lw-AnchorError").hide();
    $(".lw-AnchorError").hide();
if(location.hash == ''){$("#Anchor-Default").show();}
    a = $("#" + $(this).attr("href"));
$("a").click(function(){
    if(a.length == 0){$("#Anchor-Default").show();}
a = $(this).attr("href");
 
if(a.substr(0,1) = "#"){
    $("a").click(function(){
a = $(a);
    a = $("#" + $(this).attr("href"));
if(a.length == 0){$("#Anchor-Default").show();}
        if(a.length == 0){$("#Anchor-Default").show();}
else{$("#Anchor-Default").css("display","");}
    else{$("#Anchor-Default").css("display","");}
window.scroll(0,0);
  });
}
  });
});
});
});
});
});});
</script>
</script>

2022年8月27日 (六) 02:57的版本

<style> .lw-Anchor {

 display:none;

} .lw-Anchor:target {

 display:block;

} </style><script> (RLQ=window.RLQ||[]).push(function(){ mw.loader.implement("lw.anchor",function($,jQuery,require,module){

$(".lw-AnchorError").ready(function(){

$(".lw-AnchorError").hide(); if(location.hash == ){$("#Anchor-Default").show();} $("a").click(function(){ a = $(this).attr("href"); if(a.substr(0,1) = "#"){ a = $(a); if(a.length == 0){$("#Anchor-Default").show();} else{$("#Anchor-Default").css("display","");} window.scroll(0,0); } }); }); });}); </script>