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

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

帮助页面
添加的内容 删除的内容
imported>Wr
(创建页面,内容为“{{Tab|English}} <html> <div class="alert alert-primary alert-dismissible fade show" role="alert"> <h4 class="alert-heading">Welcome to Infobox Utility</h4> <p>You can create an infobox easily with this utility for <strong>Sonicpedia</strong>and other MediaWiki sites~ Please share!</p> <hr> <p class="mb-0">Notice: Other MediaWiki Sites should download <a href="https://sonicpedia.org/images/6/60/No_Image_Available.png?download" target="_blank">No Image Av…”)
 
imported>Wr
无编辑摘要
 
(未显示同一用户的4个中间版本)
第1行: 第1行:
{{Tab|English}}
{{Tab|English}}
<html>
<html>
<br>
<div class="alert alert-primary alert-dismissible fade show" role="alert">
<div class="alert alert-primary alert-dismissible fade show" role="alert">
<h4 class="alert-heading">Welcome to Infobox Utility</h4>
<h4 class="alert-heading">Welcome to Infobox Utility</h4>
<p>You can create an infobox easily with this utility for <strong>Sonicpedia</strong>and other MediaWiki sites~ Please share!</p>
<p>You can create an infobox easily with this utility for <strong>Sonicpedia</strong> and other MediaWiki sites!</p>
<hr>
<hr>
<p class="mb-0">Notice: Other MediaWiki Sites should download <a href="https://sonicpedia.org/images/6/60/No_Image_Available.png?download" target="_blank">No Image Available.png</a> or replace it with other default pictures.</p>
<p class="mb-0">Notice: Other MediaWiki Sites should download <a href="https://sonicpedia.org/images/6/60/No_Image_Available.png?download" target="_blank">No Image Available.png</a> or replace it with other default pictures.</p>

2022年3月23日 (三) 14:19的最新版本

<html>

<form class="form-inline">

   <label for="alertText" class="sr-only">Infobox Title</label>
   <input type="text" readonly class="form-control-plaintext" id="alertText" value="Infobox Title:">
   <label for="inputName" class="sr-only">Title</label>
   <input type="text" class="form-control" id="franame" placeholder="Title">
 <button type="button" class="btn btn-primary mb-2" onclick="getfraname()">OK</button>

</form>


<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。