打开/关闭菜单
打开/关闭个人菜单
未登录
如果您进行任何编辑,您的IP地址会公开展示。

Help:创建信息栏:修订间差异

帮助页面
添加的内容 删除的内容
imported>Wr
无编辑摘要
imported>Wr
无编辑摘要
第1行: 第1行:
<html>
<html>
<div class="media">
<div class="media">
<img src="https://sonicpedia.org/wiki/%E9%A6%96%E9%A1%B5" class="mr-3" alt="索尼克百科 Logo" width="60px" height="60px">
<img src="https://sonicpedia.org/headlogo.png" class="mr-3" alt="索尼克百科 Logo" width="60px" height="60px">
<div class="media-body">
<div class="media-body">
<h5 class="mt-0">欢迎来到信息栏创建工具!</h5>
<h5 class="mt-0">欢迎来到信息栏创建工具!</h5>

2022年3月23日 (三) 13:43的版本

<html>

 <img src="https://sonicpedia.org/headlogo.png" class="mr-3" alt="索尼克百科 Logo" width="60px" height="60px">
欢迎来到信息栏创建工具!

您可通过本工具快速创建适用于索尼克百科及其他 MediaWiki 站点的信息栏~ 欢迎分享!

可以告诉我们信息栏的名字吗?

<input type="text" id="franame" onkeydown="if(event.keyCode==13){getfraname()}"/> <button type="button" class="btn btn-primary" onclick="getfraname()">确定</button>


<script> /*确认名字*/

function getfraname() { var franame=document.getElementById("franame").value var xianhide=document.getElementById("xianhide"); document.getElementById("houhide").style.display = "none" xianhide.style.display = "block" var mwmark = document.getElementById("mwmark") mwmark.insertAdjacentHTML("beforeend",franame) } /*添加信息*/ function getfracontent() { var fraco=document.getElementById("fracontent").value document.getElementById("writee").insertAdjacentHTML("beforeend","
|-
") var mwmark = document.getElementById("mwmark") mwmark.insertAdjacentHTML("beforeend","
|") mwmark.insertAdjacentHTML("beforeend",fraco) mwmark.insertAdjacentHTML("beforeend"," =") document.getElementById("fracontent").value = "" } function stopmakefra() { document.getElementById("writee").insertAdjacentHTML("beforeend","
|}") document.getElementById("mwmark").insertAdjacentHTML("beforeend","
}}") document.getElementById("mwmark").style.opacity = "100" document.getElementById("buttoncr").style.display = "none"; document.getElementById("houhide").style.display = "none" } </script> </html>

我们提供服务需要使用Cookie。您使用我们的服务,即表示您同意我们使用Cookie。