Finally it works
… in iPhone!
UPDATE 1.08: 2018年11月21日
UPDATE 1.07: 2018年11月03日
UPDATE 1.06: 2018年10月30日
UPDATE 1.05: 2018年9月29日
UPDATE 1.04: 2018年9月16日
UPDATE 1.03: 2018年9月06日
UPDATE 1.02: 2018年9月05日
UPDATE 1.01: 2018年8月25日
You wanna add your "Useful Pages"? CLICK ME!
Useful Pages-EN
Included page "octool:ru" does not exist (create it now)
Useful Pages-KO
Useful Pages-CN
Included page "octool:fr" does not exist (create it now)
Included page "octool:pl" does not exist (create it now)
Included page "octool:es" does not exist (create it now)
Included page "octool:th" does not exist (create it now)
Useful Pages-JP
Included page "octool:de" does not exist (create it now)
Included page "octool:it" does not exist (create it now)
Included page "octool:ua" does not exist (create it now)
Included page "octool:ptbr" does not exist (create it now)
Title: ワンクリックコピーツール
Author: 7happy7 7happy7
Adviser: C-take C-take
License: CC BY-SA 3.0
Title: サイドバー
Source: SCP-JPサンドボックスII
Author: UNKNOWN, SCP-JPwiki
License: CC BY-SA 3.0
Title: Cocoonist's Sidebar
Source: 椎茸天然製造
Author: Cocoonist Cocoonist
Author: Dr Devan Dr Devan
License: CC BY-SA 3.0
[フレーム]
あああああああああああああああああああああああ日時は[フレーム]でああああああああああああああああああああああああああああああああああああああああああああああああああああああああ。ああああああああああああああああああああああああああああああああああああああああああああああああああ。
<head><styletype="text/css"> @import url(http://scp-jp.wdfiles.com/local--files/japanese-syntax/scp-WikidotCss.css); body { padding:0px; margin: 0px; height:1em; background-color: transparent; } </style><scripttype="text/javascript"> var space window.onload=function(){space = document.getElementById("page-content");getTime();} function getTime(){ var date = new Date(); space.innerHTML = date.getFullYear() + "/" + addDigit((date.getMonth()+1)) + "/" + date.getDate() + " " + addDigit(date.getHours()) + ":" + addDigit(date.getMinutes()) + " " + addDigit(date.getSeconds()); setTimeout(getTime,50); function addDigit(num){ var strNum = String(num); if(strNum.length <2)strNum = "0" + strNum; returnstrNum; } } </script></head><body><divid="page-content"></div></body>
AiliceHersheyさんへ
埋め込み方法
1. 下記のコードをページのどこかに書き入れてください。
[[div style="display: none;"]]
[[code type="html"]]
<head>
<style type="text/css">
@import url(http://scp-jp.wdfiles.com/local--files/japanese-syntax/scp-WikidotCss.css);
body {
padding:0px;
margin: 0px;
height:1em;
background-color: transparent;
}
</style>
<script type="text/javascript">
var space
window.onload=function(){space = document.getElementById("page-content");getTime();}
function getTime(){
var date = new Date();
space.innerHTML = date.getFullYear() + "/" + addDigit((date.getMonth()+1)) + "/" + date.getDate() + " " + addDigit(date.getHours()) + ":" + addDigit(date.getMinutes()) + " " + addDigit(date.getSeconds());
setTimeout(getTime,50);
function addDigit(num){
var strNum = String(num);
if(strNum.length < 2)strNum = "0" + strNum;
return strNum;
}
}
</script>
</head>
<body>
<div id="page-content">
</div>
</body>
[[/code]]
[[/div]]
2. iframe内のurlを以下のように書き換えてください。
[[iframe http://サイト名.wikidot.com/ページ名/code/1 width="130" scrolling="no"]]
3. Profit!