Valeriana.aic的档案



[[ift{$delete}gs -版式]][[iftags]]



[[/iftags]]
[[/ift{$delete}gs]]


[[ift{$light}gs -版式]][[iftags]]



[[/iftags]]
[[/ift{$light}gs]]


[[ift{$murder}gs -版式]][[iftags]]

WikiJump include 未展开: 本地数据库中没有当前版本(:scp-wiki:component:interwiki-style)

[[/iftags]]
[[/ift{$murder}gs]]


▼跳转页面底部

页面杂物人事
页面自查- hide block

非原创:

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

模块暂不可用: 此动态功能尚未由只读迁移站支持。

原创:

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

模块暂不可用: 此动态功能尚未由只读迁移站支持。


CN

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

托管页面:https://scpsandboxcn.wikidot.com/tag-translator-v4

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

(与Crystal DragonflyCrystal Dragonfly合著)

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。


EN

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

(与LeeBrLeeBr合译)

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

(与LeeBrLeeBr合译)

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

(与LeeBrLeeBr合译)

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

(与ahshowahshow合译)

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。

不可分割 系列- hide block

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。


KO

列表暂不可用: 此 ListPages 查询尚未由只读迁移站支持。


杂项与其他:

文选2024中心页(更新)
实验记录914 - 中心页(更新)
SCP-5036(由2021年的我协助)

链接转换

html
<html>
<head>
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <style>
        textarea {
            width: 100%;
            height: 150px;
        }
    </style>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.11/clipboard.min.js"></script>
    <script>
    function LinkConv(){
        new ClipboardJS('.btn');

        var InputText=document.getElementById('linkinput').value;
        var SplitedLinks=InputText.split(/\r?\n/);

        var ConvedLinks=new Array(SplitedLinks.length);
        for(let i=0;i<SplitedLinks.length;i++){
            var ConvLink=SplitedLinks[i].split("wikidot.com/");
            if(ConvLink.length>1){
                ConvedLinks[i]="[[["+ConvLink[1]+"|]]]";
            }
        }
        var ConvRes=ConvedLinks.join("、");
        document.getElementById("linkoutput").innerHTML=ConvRes;
        return 0;
    }
    </script>
</head>
<body>
    <div>
        <p>
            输入:
        </p>
        <textarea id="linkinput"></textarea>
        <p></p>
        <p>
            输出:
        </p>
        <textarea id="linkoutput" readonly></textarea>
    </div>
    <div>
        <button onclick="LinkConv()">转换</button>
        <button class="btn" data-clipboard-target="#linkoutput">复制输出框中内容</button>
    </div>
</body>
</html>
页面版本:⁨0⁩, 最后编辑于: ⁨2025/7/28 13:43:52⁩ (⁨⁨415⁩ 日前⁩), 现时评分: 32