SCP-5956 3ページ目

このページの批評は終了しました。

原文: SCP-5956 Fragment 3 by HarryBlankHarryBlank, Placeholder McDPlaceholder McD rev.5

このページの査読コメントは1ページ目にお願いします。


/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */
 
#top-bar .open-menu a {
        position: fixed;
        bottom: 0.5em;
        left: 0.5em;
        z-index: 15;
        font-family: san-serif;
        font-size: 30px;
        font-weight: 700;
        width: 30px;
        height: 30px;
        line-height: 0.9em;
        text-align: center;
        border: 0.2em solid #888 !important;
        background-color: #fff !important;
        border-radius: 3em;
        color: #888 !important;
        text-decoration: none!important;
}
 
@media (min-width: 768px) {
 
    .mobile-top-bar {
        display: block;
    }
 
    .mobile-top-bar li {
        display: none;
    }
 
    #main-content {
        max-width: 708px;
        margin: 0 auto;
        padding: 0;
        transition: max-width 0.2s ease-in-out;
    }
 
    #side-bar {
        display: block;
        position: fixed;
        top: 0;
        left: -25em;
        width: 17em;
        height: 100%;
        background-color: rgb(184, 134, 134);
        overflow-y: auto;
        z-index: 10;
        padding: 1em 1em 0 1em;
        -webkit-transition: left 0.5s ease-in-out 0.1s;
        -moz-transition: left 0.5s ease-in-out 0.1s;
        -ms-transition: left 0.5s ease-in-out 0.1s;
        -o-transition: left 0.5s ease-in-out 0.1s;
        transition: left 0.5s ease-in-out 0.1s;
    }
 
    #side-bar:after {
        content: "";
        position: absolute;
        top: 0;
        width: 0;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
 
    }
 
    #side-bar:target {
        display: block;
        left: 0;
        width: 17em;
        margin: 0;
        border: 1px solid #dedede;
        z-index: 10;
    }
 
    #side-bar:target + #main-content {
        left: 0;
    }
 
    #side-bar:target .close-menu {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.3) 1px 1px repeat;
        z-index: -1;
    }
}
:root {
    --timeScale: 1;
    --timeDelay: 0s;
}
 
/* Converting middle divider from box-shadow to ::before pseudo-element */
.anom-bar > .bottom-box { box-shadow: none!important; }
.anom-bar > .bottom-box::before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 0.5rem;
    background-color: rgb(var(--black-monochrome, 12, 12, 12));
    transform: translateY(-0.74rem);
}
 
/* DIVIDER */
.anom-bar > .bottom-box::before {
    animation-name: divider;
    animation-duration: calc(0.74s * var(--timeScale));
    animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.32,.38,.39,.94);
    animation-fill-mode: backwards;
}
 
/* CLASSIFIED LEVEL BARS */
div.top-center-box  > * {
    animation-name: bar;
    animation-duration: calc(0.45s * var(--timeScale));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); }
 
/* TOP TEXT */
div.top-left-box, div.top-right-box {
    clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%);
}
 
div.top-left-box > *, div.top-right-box > * {
    position: relative;
    animation-name: bottomup;
    animation-duration: calc(0.65s * var(--timeScale));
    animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
 
/*-----------------------------------*/
/*-----------------------------------*/
 
/* CONTAINMENT, DISRUPTION, RISK CLASSES */
div.text-part > * {
    clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%);
    animation-name: expand2;
    animation-duration: calc(0.5s * var(--timeScale));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
div.text-part > :nth-child(1) {
    animation-name: expand1;
}
div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); }
div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); }
 
div.main-class::before, div.main-class::after {
    animation-name: iconslide;
    animation-duration: calc(0.45s * var(--timeScale));
    animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 /* BOTTOM TEXT */
div.main-class > *,  div.disrupt-class > *, div.risk-class > * {
    white-space: nowrap;
    animation-name: flowIn;
    animation-duration: calc(0.42s * var(--timeScale));
    animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
 
/*-----------------------------------*/
/*-----------------------------------*/
 
/* DIAMOND */
div.arrows {
    animation-name: arrowspin;
    animation-duration: calc(0.7s * var(--timeScale));
    animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 
div.quadrants > * {
    animation-name: fade;
    animation-duration: calc(0.3s * var(--timeScale));
    animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 
div.top-icon, div.right-icon, div.left-icon, div.bottom-icon {
    animation-name: nodegrow;
    animation-duration: calc(0.4s * var(--timeScale));
    animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
div.diamond-part {
    clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%);
    animation-name: diamondBorder;
    animation-duration: calc(0.8s * var(--timeScale));
    animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.32,.38,.39,.94);
    animation-fill-mode: backwards;
    will-change: box-shadow;
}
 
/* MOBILE QUERY */
@media (max-width: 480px ) {
    .anom-bar > .bottom-box::before {
        display:none;
    }
    .anom-bar > .bottom-box {
        box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important;
    }
    div.top-center-box  > * {
        animation-name: bar-mobile;
        animation-duration: calc(0.9s * var(--timeScale));
    }
    div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); }
 
}
 
/*--- Motion Accessibility ---*/
@media screen and (prefers-reduced-motion: reduce) {
    div.anom-bar-container { --timeScale: 0!important; }
}
 
/*-------------------------*/
 
@keyframes divider {
    from { max-width: 0%;  }
    to { max-width: 100%; }
}
 
@keyframes bar {
    from { max-width: 0%; }
    to { max-width: 100%; }
}
@keyframes bar-mobile {
    from { max-height: 0%; }
    to { max-height: 100%; }
}
 
@keyframes bottomup {
    from { top: 100px; }
    to { top: 0; }
}
 
@keyframes expand1 {
    from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0); }
    to { opacity: 1; clip-path: inset(0); }
}
@keyframes iconslide {
    from { opacity: 0; transform: translateX(-5rem); }
    to { opacity: 1; transform: translateX(0); }
}
 
@keyframes expand2 {
    from { opacity: 0; width: 1%; }
    to { opacity: 1; width: calc(100% - 0.25rem); }
}
@keyframes fade {
    from { opacity: 0; }
    to { opacity: 1; }
}
 
@keyframes flowIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
 
@keyframes arrowspin {
    from { clip-path: circle(0%); transform: rotate(135deg); }
    to { clip-path: circle(75%); transform: rotate(0deg); }
}
@keyframes nodegrow {
    from { transform: scale(0);}
    to {  transform: scale(1);}
}
@keyframes diamondBorder {
    from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); }
    to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); }
}

評価: 0+x

Welcome, Director Reynders.
You are currently viewing a document from TL-001-A ("The Prime-Timeline").
ようこそ、レインデルス管理官。
あなたは現在TL-001-A("プライム・タイムライン")の文書を閲覧しています。

The anomalous effects triggered by ill-considered use of the REISNO Cannon (categorized as SCP-001 in TL-5956-X) are analogous to anomalous effects categorized as SCP-5243 in baseline reality.
RESNOカノンの思慮不足な使用によって引き起こされた異常効果(TL-5956-XにおいてSCP-001に分類)は、基底現実においてSCP-5243に分類されている異常効果と類似しています。

On 8 September 2002, Site-43 experienced a cascade containment failure scenario. Every year, this event recurs as SCP-5243. These recurrences are in fact the original event; the affected facilities revert to their 2002 configurations, and any individuals killed by the containment failure are briefly resurrected so that they might re-enact their deaths. Should any of these individuals not die, a Class-CK reality restructuring event will occur wherein they did not die in 2002, but instead became suffused with esoteric energy and irrationally violent. This creates alternate timelines which can only be corrected if the next year's containment failure is handled correctly. SCP-5243 is also responsible for the creation of several secondary anomalies, the containment of which spurred the initial commissioning of the REISNO Cannon.
2002年9月8日、サイト-43は連鎖的収容失敗シナリオを経験しました。毎年、このイベントはSCP-5243として再発しています。これらの再発は実際に最初のイベントです。影響を受けた施設は2002年の配置に復帰し、収容失敗によって死亡した人物は短期間蘇生してそれぞれの死亡を再演する可能性があります。これらの人物が死亡しなかった場合、クラスCK現実再構築イベントが発生して、その人物が2002年に死亡せずに深妙エネルギーで満たされて不条理に暴力的になった状態になります。これにより、来年の収容失敗が正確に対処された場合にのみ修正できる代替タイムラインが生成されます。また、SCP-5243は複数の副次的アノマリーが生成された原因でもあり、それらの収容はREISNOカノンの最初の依頼のきっかけとなりました。

Simultaneous to the initial containment failure in 2002, Dr. D. Deering of the Applied Occultism Section perished for unknown reasons. He is restored to life each year by SCP-5243, and until 2013 always died in the same mysterious manner. Starting in 2013, he survived the events of 5243, for reasons which are also unknown; he is now executed annually by MTF personnel on the assumption that his survival could result in further Class-CK events.
2002年における最初の収容失敗と同時に、応用隠秘学セクションのD・ディアリング博士は不明な理由により絶命しました。彼は毎年SCP-5243により復元され、2013年までは同様の不可解な方法で死亡していました。2013年から、やはり不明な理由で彼は5243イベントを生存するようになりました。彼の生存はさらなるクラスCKイベントをもたらし得るという推定から、彼は現在MTF職員によって毎年処刑されています。

The Temporal Anomalies Department has identified an incident of concern in alternate timeline TL-5243-D which may help to explain these events.
時間異常部門は、代替タイムラインTL-5243-Dにおいてこれらのイベントを説明するのに役立つ可能性がある関心すべきインシデントを特定しました。

Incident Report 5243-I-D
インシデント報告書 5243-I-D
Date: 18 September 2016
Officer of Record: D. Ibanez (Chief of Pursuit and Suppression)
日付: 2016年9月18日
記録担当者: D・イバニェス(追跡・鎮圧セクション長)

Summary: Containment of SCP-5243 failed for the fourth time on 8 September 2016 due to the survival of Dr. B. Del Olmo. As an alternate timeline had therefore been created, and as that timeline would inevitably be collapsed by the next successful containment, the annual execution of Dr. Deering became unnecessary. Director A. McInnis ordered that Dr. Deering instead be interrogated, to determine whether he knew why he had been killed by SCP-5243 every year since 2002, and why it was still resurrecting but no longer killing him. A partial transcript follows.
概要: B・デル・オルモ博士が生存したため、2016年9月8日にSCP-5243の収容は4回目の失敗をした。このため、代替タイムラインが生成され、そのタイムラインは次回の収容の成功によって必ず崩壊すると思われるため、ディアリング博士の年例処刑は不要となった。A・マッキンス管理官は、ディアリング博士が2002年以降毎年SCP-5243によって死亡していた理由、およびSCP-5243は未だに彼を蘇生しているにもかかわらずもはや死亡していない理由を彼が知っているかどうか判断するため、彼を処刑する代わりに尋問することを命令した。転写の抜粋は以下の通りである。

Interview Log
インタビューログ

Date: 18 September 2016
Investigating Agents: D. Ibanez (Chief of Pursuit and Suppression), Dr. Xinyi Du (Chair of Quantum Supermechanics)
日付: 2016年9月18日
調査エージェント: D・イバニェス(追跡・鎮圧セクション長)、杜 信義ドゥ・シンイー博士(量子超力学議長)


[Excerpt begins.]
[抜粋開始。]

Dr. Deering: I was sitting in my office, minding my own business, when I got… the call.
ディアリング博士: オフィスで席に座って、自分の任務に集中していると……召命を受けた。

Chief Ibanez: The call.
イバニェス セクション長: 召命ですか。

Dr. Deering: Yes. A man spoke in my head, in the voice of my internal monologue, and told me he was me from the future. From a soon-to-be-dead timeline, just like the one we're in right now. He said that in 2002 something horrible was going to happen to my brother, and that in 2022 it was going to flat-out kill him — and that last part was going to be my fault, for trying to make things better. Well, you can imagine how that made me feel.
ディアリング博士: そうだ。ある男が、自分の内面的な独白の声で頭の中に語りかけて、自分が未来の私だと伝えてきた。ちょうど今いるタイムラインのような、まもなく亡くなるタイムラインからだと。彼は、2002年に恐ろしいことが私の兄弟に起きて、2022年にそのことで兄弟は完全に死ぬのだと — そして後者は私のせいなのだと言っていた。ものごとをより良くしようとしたせいなのだと。ああ、私がどう感じたか、想像できるだろう。

Chief Ibanez: Maybe this isn't as relatable an experience as you think.
イバニェス セクション長: おそらくそれは、あなたが考えているよりも関係の薄い体験でしょう。

Dr. Deering: Just listen, alright? He told me I could prevent it all. He told me there was going to be a massive containment breach, that it was going to kill seven people, that it was going to create all sorts of persistent and problematic anomalies. That my brother was going to get saddled with one of them for the rest of his life—
ディアリング博士: 聞いてくれ、いいか? 私がそれを全て防ぐことができると彼は伝えてきた。大規模な収容違反がいずれ起きて、7人を殺してあらゆる種類の持続する問題ばかりのアノマリーを生成すると伝えてきた。私の兄弟がそのアノマリーの1つを負って人生の残りを—

Chief Ibanez: Wait, you're Phil Deering's brother? All he got was a mirror monster that calls him names.
イバニェス セクション長: 待ってください、あなたはフィルの兄弟なんですか? 彼が負ったのは彼の名前を呼ぶ鏡の怪物でしたが。

Dr. Deering: That's… okay, well, the voice said it was much worse than that. And he said that eventually I'd try to fix it, and that would get him killed. But if I stopped the triggering event, none of it would happen. Nobody would… Philip wouldn't die. What was I supposed to do?
ディアリング博士: それは……。オーケイ、まあいい。声はそれよりもっとひどいことだと言っていた。そして最終的には私がそれを直そうとして、それで彼を殺すのだと言っていた。だが、私が引き金となるイベントを止めれば、そのどれも起きないのだと。誰も……フィリップは死なないのだと。どうすればよかったんだ?

Chief Ibanez: Report it to me.
イバニェス セクション長: 私に報告する。

Dr. Deering: He told me not to! He said the only way to keep the timeline damage to a minimum was for me to dump the effluence out of AAF-D, stop it from blowing, stop the whole disaster from occurring. And that's what I was trying to do…
ディアリング博士: そうするなと言っていた! タイムラインの被害を最小限にする唯一の方法は、私がAAF-Dからの排出物を放出して炸裂させないで、災害全てが発生するのを止めることだと言っていた。それが私のしようとしたことだが……

Chief Ibanez: Except you died.
イバニェス セクション長: あなたの死以外は。

Dr. Deering: Well, I don't remember that part.
ディアリング博士: あー、その部分だけ思い出せない。

Chief Ibanez: Of course you don't! But it's happened every single year until 2013, when suddenly we needed to start doing it… manually.
イバニェス セクション長: もちろんそうでしょうね! しかし、2013年までは毎年起きていたのですが、それからは突然我々がしなければならなくなったのです……手作業で。

Dr. Deering: Wait, what?
ディアリング博士: 待て、なんだって?

Chief Ibanez: Never mind that. What do you think could have changed? Something in the future?
イバニェス セクション長: 気にしないでください。何が変わったのだと思いますか? 何か未来にあったのでしょうか?

Dr. Du: Well…
杜博士: ええと……

Chief Ibanez: Yes, well what?
イバニェス セクション長: はい、何でしょう?

Dr. Du: Well, I did some consultation with Dr. McDoctorate at Site-87 before everything went pear-shaped..By 2016, this timeline's version of Site-43 has lost all communication with the wider Foundation. He had a theory. So, the version of Dr. Deering who called our Dr. Deering was from a dead timeline. When that timeline collapsed, his call was set in stone. It could never not happen.
杜博士: ええと、何もかもがダメになる前に、.2016年までに、このタイムラインのサイト-43は他の場所の財団との連絡を完全に喪失していました。サイト-87のマクドクトラート博士に相談したんです。彼にはある理論がありました。つまり、我々のディアリング博士を召命したディアリング博士は、死したタイムラインからの存在だったのです。そのタイムラインが崩壊したとき、彼の召命が不変のものになったのだと。決して起こり得ないものではなさそうです。

Chief Ibanez: Sure, okay…
イバニェス セクション長: なるほど、オーケイ……

Dr. Du: What if there's an alternate timeline that isn't unstable? A persistent one? With another Dr. Deering, who's free to call his earlier self every year, over and over, and… kill him. Look at or listen to a cognitohazard, and kill them both using the link between them?
杜博士: もし不安定でない代替タイムラインが存在したらどうでしょう? 永続するタイムラインだったなら? 別のディアリング博士がいて、彼が昔の自分を自由に毎年、何度も何度も召命して、そして……彼を殺す。認識災害を見るなり聞くなりして、彼らの間の接続を用いて両方とも殺していたら?

Chief Ibanez: Why would he do that?
イバニェス セクション長: なぜそうするのでしょうか?

Dr. Du: To stop our Dr. Deering from stopping the breach, I would imagine. Maybe it caused more problems than it solved.
杜博士: ディアリング博士が収容違反を止めるのを止めるため、だと思います。おそらく、解決するよりもさらに多くの問題を起こしたのかも。

Chief Ibanez: And why would that have ceased to happen in 2013?
イバニェス セクション長: では、なぜ2013年に発生が止んだのでしょうか?

Dr. Deering: Well, assuming he called me every year… maybe something happened to him, or the device that let him make the call?
ディアリング博士: あー、彼が毎年私を召命していたと仮定すると……おそらく彼か、召命させていた装置に何かが起きたのか?

Chief Ibanez considers.
イバニェス セクション長は考察する。

Chief Ibanez: But if this alternate-you killed you-you — we need better terminology for this — then 5243 didn't kill you-you. So why is it bringing you back every year?
イバニェス セクション長: しかし、もし代替のあなたがあなたのあなたを — もっといい専門用語が必要ですね — 殺したのなら、5243はあなたのあなたを殺さないでしょう。ではなぜ5243はあなたを毎年連れ戻しているのでしょうか?

Dr. Du: Maybe it isn't. Maybe Dr. Deering isn't entangled with 5243, but with whatever is going on in the alternate timeline.
杜博士: おそらく5243は連れ戻していません。おそらくは、ディアリング博士は5243の影響を受けていなくとも、何か代替タイムラインで起きていることに影響を受けているのでしょう。

Dr. Deering: None of this is really a problem, though, is it?
ディアリング博士: だが、このどれも実際には問題ではない、そうだな?

Chief Ibanez: Why do you say that?
イバニェス セクション長: どうしてそういうのでしょうか?

Dr. Deering smiles.
ディアリング博士はほほえむ。

Dr. Deering: Because as long as you execute me every year, even if the breach keeps on breaching, my brother isn't going to die in 2022. I won't be around to do whatever it was I did.
ディアリング博士: それは、あなたがたが私を毎年処刑する限り、たとい収容違反が収容違反を続けたとしても、私の兄弟は2022年に死なないからだ。私のしたことが何だったとしても、私がそうすることはないだろう。

Chief Ibanez: And that's good enough for you?
イバニェス セクション長: では、あなたはそれでいいのでしょうか?

Silence on recording.
録音上の沈黙。

Dr. Deering: No. But what matters is that it's good enough for him.
ディアリング博士: いいや。だが重要なのは、彼にとってはこれでいい、ということだ。

[Excerpt ends.]
[抜粋終了。]


記事ここまで

tag: fragment
タグ: en フラグメント

以下はフォーラム投稿用


ソース: SCP-5956 Fragment 3 rev.5
著者: HarryBlankHarryBlank, Placeholder McDPlaceholder McD
作成日(EN): 2021/03/21


ページコンソール

批評ステータス

カテゴリ

SCP-JP

本投稿の際にscpタグを付与するJPでのオリジナル作品の下書きが該当します。

GoIF-JP

本投稿の際にgoi-formatタグを付与するJPでのオリジナル作品の下書きが該当します。

Tale-JP

本投稿の際にtaleタグを付与するJPでのオリジナル作品の下書きが該当します。

翻訳

翻訳作品の下書きが該当します。

その他

他のカテゴリタグのいずれにも当て嵌まらない下書きが該当します。

言語

EnglishРусский한국어中文FrançaisPolskiEspañolภาษาไทยDeutschItalianoУкраїнськаPortuguêsČesky繁體中文Việtその他日→外国語翻訳

日本支部の記事を他言語版サイトに翻訳投稿する場合の下書きが該当します。

コンテンツマーカー

ジョーク

本投稿の際にジョークタグを付与する下書きが該当します。

アダルト

本投稿の際にアダルトタグを付与する下書きが該当します。

既存記事改稿

本投稿済みの下書きが該当します。

イベント

イベント参加予定の下書きが該当します。

フィーチャー

短編

構文を除き数千字以下の短編・掌編の下書きが該当します。

中編

短編にも長編にも満たない中編の下書きが該当します。

長編

構文を除き数万字以上の長編の下書きが該当します。

事前知識不要

特定の事前知識を求めない下書きが該当します。

フォーマットスクリュー

SCPやGoIFなどのフォーマットが一定の記事種でフォーマットを崩している下書きが該当します。


シリーズ-JP所属

JPのカノンや連作に所属しているか、JPの特定記事の続編の下書きが該当します。

シリーズ-Other所属

JPではないカノンや連作に所属しているか、JPではない特定記事の続編の下書きが該当します。

世界観用語-JP登場

JPのGoIやLoIなどの世界観用語が登場する下書きが該当します。

世界観用語-Other登場

JPではないGoIやLoIなどの世界観用語が登場する下書きが該当します。

ジャンル

アクションSFオカルト/都市伝説感動系ギャグ/コミカルシリアスシュールダーク人間ドラマ/恋愛ホラー/サスペンスメタフィクション歴史

任意

任意A任意B任意C

ERROR

The Witherite's portal does not exist.


エラー: Witheriteのportalページが存在しません。利用ガイドを参照し、portalページを作成してください。


利用ガイド

  1. portal:6370408 (02 May 2020 04:11)
特に明記しない限り、このページのコンテンツは次のライセンスの下にあります: Creative Commons Attribution-ShareAlike 3.0 License