这是林泊百科的迁移技术测试站点,所有改动不会同步到林泊百科上,此站点将会在正式迁移后关闭,请勿存放重要数据

微件:AnchorCore

来自Limbo Wiki
Nannnnn留言 | 贡献2022年8月27日 (六) 10:35的版本
跳转到导航 跳转到搜索

<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){

 $(document).ready(function(){
   $(".lw-AnchorError").hide();
   a = $("#" + $(this).attr("href"));
   if(a.length == 0){$("#Anchor-Default").show();}
   $("a").click(function(){
   	a = $("#" + $(this).attr("href"));
       if(a.length == 0){$("#Anchor-Default").show();}
   	else{$("#Anchor-Default").css("display","");}
 });
 });

}); }); </script>