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

微件:Title:修订间差异

来自Limbo Wiki
跳转到导航 跳转到搜索
Sam0324留言 | 贡献
创建页面,内容为“<script>$("#lw-title").ready(function(){$("title").html($("#lw-title").get(0).innerHTML);}); $("#lw-firsthead").ready(function(){$("h1#firstHeading").html($("#lw-firsthead").get(0).innerHTML);});</script>”
 
Sam0324留言 | 贡献
无编辑摘要
第1行: 第1行:
<script>$("#lw-title").ready(function(){$("title").html($("#lw-title").get(0).innerHTML);});
<script>
$("#lw-firsthead").ready(function(){$("h1#firstHeading").html($("#lw-firsthead").get(0).innerHTML);});</script>
$("#lw-title").ready(function(){$("title").html($("#lw-title").get(0).innerHTML);});
$("#lw-firsthead").ready(function(){$("h1#firstHeading").html($("#lw-firsthead").get(0).innerHTML);});
</script>

2022年3月27日 (日) 08:50的版本

<script> $("#lw-title").ready(function(){$("title").html($("#lw-title").get(0).innerHTML);}); $("#lw-firsthead").ready(function(){$("h1#firstHeading").html($("#lw-firsthead").get(0).innerHTML);}); </script>