这是林泊百科的迁移技术测试站点,所有改动不会同步到林泊百科上,此站点将会在正式迁移后关闭,请勿存放重要数据
微件:Title:修订间差异
跳转到导航
跳转到搜索
小 修饰语句 |
小无编辑摘要 |
||
| 第3行: | 第3行: | ||
$("#lw-title").ready(function(){$("title").html($("#lw-title").get(0).innerHTML);}); | $("#lw-title").ready(function(){$("title").html($("#lw-title").get(0).innerHTML);}); | ||
$("#lw-firsthead").ready(function(){$("h1#firstHeading").html($("#lw-firsthead").get(0).innerHTML);}); | $("#lw-firsthead").ready(function(){$("h1#firstHeading").html($("#lw-firsthead").get(0).innerHTML);}); | ||
}); | }); | ||
</script> | </script> | ||
2022年3月29日 (二) 21:25的版本
<script> mw.loader.implement("lw-title",function($,jQuery){ $("#lw-title").ready(function(){$("title").html($("#lw-title").get(0).innerHTML);}); $("#lw-firsthead").ready(function(){$("h1#firstHeading").html($("#lw-firsthead").get(0).innerHTML);}); }); </script>