微件:Title:修订间差异

来自Limbo Wiki
(创建页面,内容为“<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>”)
 
无编辑摘要
第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日 (日) 00: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>