DMAM 版式

[[iftags]]

css


/*
License of this theme

    DMAMテーマ
    Created at 2024
    Created by k-cal
    CC BY-SA 3.0

    This theme is based on 対話部門テーマ by dog_punch (published in 2020 under CC BY-SA 3.0)    
*/

/*
License of the header image

    対話部門
    Created at 2020
    Created by aisurakuto, dog_punch
    Published at http://dog-punch.wdfiles.com/local--files/sintax%3Acss-taiwa/mmm
    CC BY-SA 3.0

    This image is based on 対話部門 by aisurakuto (published in 2020 under CC BY-SA 3.0)
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700&display=swap');
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@200;300;400;500;600;700;900&display=swap);

:root:lang(cn) {
  --base-color: ;
  --main-color: #203a43;
  --main-color-rgb: 32, 58, 67;
  --main-color-light: #2c5364;
  --main-color-lighter: #78b0c2;
  --main-color-lighter-rbg: 120, 176, 194;
  --main-color-dark: #0f2027;
  --main-border-color: #203a43;
  --accent-color: ;
  --base-character-color: #292929;
  --base-character-color-rgb: 41, 41, 41;
  --base-border-color:  #292929;
  --base-black: #292929;
}

div#container-wrap {
    background: linear-gradient(45deg, #fcfcfc, #fff);
}

body {
    color: #000;
}

body {
    font-family: "Noto Sans SC", sans-serif;
}

body,
#main-content,
#main-content h1,
#main-content h2,
#main-content h3,
#main-content h4,
#main-content h5,
#main-content h6 {
    font-family: "Noto Sans SC", sans-serif;
}

/* Header */

div#header {
    width: 100%;
    max-width: none;
    background:  linear-gradient(45deg, var(--main-color-dark) 80%, var(--main-color));
    background-attachment: fixed;
    padding-bottom: 21;
    height: 165px;
    background-repeat: no-repeat;
}

#header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: -1px;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 90%, #181818 100%);
}

#header h1 {
    text-align: center;
    z-index: 100;
    position: absolute;
}

#header h1 a {
    padding: 40px 0 25px;
    font-family: 'Noto Serif SC';
    font-size: 180%;
}

#header h1 a span {
    display: none;
}

#header h1 a:before {
    content:"";
    display: inline-block;
    width: 100px;
    height: 100px;
    background-image: url(http://scp-jp-storage.wikidot.com/local--files/file:6057712-1-ftes/logo.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    transition-property: transform;
    transition-duration:0.8s;
    filter: drop-shadow(2px 2px 2px black);
}

#header h1 a:after {
    content: 'DMAM';
    text-shadow: 1px 1px 3px #000;
   display: inherit;
   transform: translate(150px, -65px);
}

div#header h2 {
    text-align: left;
    z-index: 100;
    color: #fff;
    font-family: 'Noto Serif SC';
    text-shadow: 0px 0px 3px #000;
    transform: translateY(103px);
}

#header h2 span {
    display: none;
}

#header h2:after {
    content: 'Diagnostic and Dialogic Manual of Anomalous Mental Disorders';
    display: inherit;
    transform: translateX(152px);
    width: 65vw;
}

@media (max-width: 767px){
    #header h1 {
        width: 100%;
        margin: auto;
    }

    #header h1 a:before {
        width: 100px;
        height: 100px;
        transform: translateY(-10px);
    }

    #header h1 a:after {
        transform: translate(0px, -5px);
    }

    #header h2:after {
        display: none;
    }
}

#account-options {
    background: transparent;
}

#account-options ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: rgba(255, 255, 255, 0.95);
}

#account-options ul>li {
    flex-grow: 1;
    text-align: center;
    width: 40%;
}

#account-options ul>li a {
    transition: all 0.25s ease-in-out;
}

#account-options ul>li a:hover {
    color: #fff;
    background-color: var(--main-color-dark);
    text-decoration: none;
    text-shadow: none;
}

#login-status ul a {
    color: var(--base-black);
}

#login-status {
    color: #fff;
    z-index: 150;
    text-shadow: 0px 0px 3px #fff;
}

/* Search Bar */

#search-top-box {
    top: 35px;
    z-index: 150;
}

#search-top-box input.empty {
    color: transparent;
}

#search-top-box-form input[type=submit] {
    display: none;
}

input#search-top-box-input {
    border-radius: 0;
    background: linear-gradient(45deg, black, var(--base-black));
    padding: 3px;
    border: 2px solid #999;
    width: 6em;
    transition: 0.3s;
    outline: none;
    color: #999;
}

input#search-top-box-input:-internal-autofill-selected {
    background: linear-gradient(45deg, #181818, var(--base-black));
    color: #999;
}

input#search-top-box-input:focus {
    width: 11em;
}

/* Top Bar */

#top-bar {
    top: 166px;
    right: 0em;
    left: 0;
    margin: 0;
    max-width: none;
}

#top-bar div.mobile-top-bar {
    max-width: none;
    width: 100%;
    left: 0;
}

#top-bar ul {
    float: none;
    display: flex;
    width: 100%;
    justify-content: space-around;
}

#top-bar ul li,
#top-bar ul li.sfhover {
    border: 0;
    position: relative;
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    background-color: var(--main-color-dark);
}

#top-bar ul li:hover,
#top-bar ul li.sfhover:hover {
    border: 0;
    position: relative;
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
}

#top-bar ul li a,
#top-bar ul li.sfhover a {
    background: rgba(30,30,30,.8);
    color: #fff;
    border: none;
}

#top-bar ul li a:hover,
#top-bar ul li.sfhover a:hover {
    background-color: var(--base-black);
}

#top-bar ul li ul {
    flex-wrap: wrap;
    border-width: 0;
}

#top-bar ul li ul li,
#top-bar ul li.sfhover ul li,
#top-bar ul li ul li:hover,
#top-bar ul li.sfhover ul li:hover {
    background-color: transparent;
}

#top-bar ul li ul li a,
#top-bar ul li.sfhover ul li a {
    background-color: rgba(30, 30, 30, 0.8);
    width: 100%;
    box-sizing: border-box;
    transition: .3s background;
    border: none;
    padding: 5px;
    font-size: 102%;
}

#top-bar ul li ul li a:hover,
#top-bar ul li.sfhover ul li a:hover {
    background-color: rgba(10,10,10,0.8);
    width: 100%;
    box-sizing: border-box;
    transition: .3s background;
}

/* Main Content */

#page-title,
#main-content h1,
#main-content h2,
#main-content h3,
#main-content h4,
#main-content h5,
#main-content h6 {
    border-color: #bbb;
    color: var(--main-color);
}

/* a color */
#license-area a,
a {
    transition: .3s;
    color: #4D869C;
    text-decoration: none;
}

#license-area a:hover,
a:hover {
    color: rgba(102, 183, 212, 0.71);
    text-decoration: none;
}

a.newpage {
    color: #66B7D4;
    text-decoration: none;
}

/* RateBox */

div.page-rate-widget-box {
    box-shadow: none;
    border-bottom: 2px solid var(--base-border-color);
    border-radius: 0;
}

.creditRate .rateBox {
    display: inline-flex;
    border-bottom: 2px solid var(--base-border-color);
}

.creditRate .rateBox div.page-rate-widget-box {
    border-bottom: none;
}

div.page-rate-widget-box .rate-points {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: var(--base-character-color);
}

.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
    background-color: transparent;
    border: none;
}

.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
    color: var(--base-character-color);
}

.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
    background: transparent;
    color: rgba(var(--base-character-color-rgb),0.42);
}

div.page-rate-widget-box .cancel {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: var(--base-character-color);
}

div.page-rate-widget-box .cancel a {
    color: var(--base-character-color);
}

div.page-rate-widget-box .cancel a:hover {
    color: rgba(var(--base-character-color-rgb),0.42);
    background: transparent;
}

.rate-box-with-credit-button .creditButton {
    background-color: transparent;
    border: none;
    border-radius: 0 ;
    box-shadow: none;
}

.rate-box-with-credit-button a {
    text-decoration: none;
}

a.fa.fa-info {
    color: var(--base-character-color);
}

a.fa.fa-info:hover {
    color: rgba(var(--base-character-color-rgb),0.42);
}

.rate-box-with-credit-button {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: 0.3px solid var(--base-border-color, #292929) !important;
    border-radius: 0 !important;
}

.rate-box-with-credit-button .rateBox,
.rate-box-with-credit-button .page-rate-widget-box {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.rate-box-with-credit-button .creditButton,
.rate-box-with-credit-button .creditButton p,
.rate-box-with-credit-button .creditButton a {
    border: none !important;
    border-left: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.rate-box-with-credit-button .page-rate-widget-box,
.rate-box-with-credit-button .creditButton a,
.rate-box-with-credit-button .creditButton p {
    color: var(--base-character-color, #292929) !important;
}

div.modalbox {
    box-shadow: 0 2px 6px #ccc;
    border-radius: 0;
    background-color: rgba(365, 365, 365, 0.9);
}

div.modalbox .modalbox-title {
    background: rgba(1, 1, 1, 0.9);
    color: #fff;
    border-radius: 0;
}

.modalbox .page-rate-widget-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.modalbox>.modalbox-title>h2>span {
    font-family: 'Noto Serif SC';
    color: #fff;
}

/* DMAM box*/

.dmambox-heading {
    background: var(--main-color);
    color: #fff;
    padding: 10px;
    margin-top: 30px;
}

.dmambox-heading p {
    font-weight: 600;
    font-size: 180%;
    margin: 0px 10px;
}

.dmambox-main {
    background: rgba(var(--main-color-rgb),0.03);
    padding: 20px;
}

.dmambox-main ol {
    list-style-type: upper-latin;
    padding-left: 20px;
}

.dmambox-main ol li{
    padding: 5px;
}

.dmambox-main ol li ol {
    list-style-type: decimal;
    padding-left: 20px;
}

.dmambox-main ol li ol li{
    padding-top: 5px;
}

.case-report-collapsible {
    margin:20px 0px;
}

.case-report-collapsible .collapsible-block-folded {
    text-align: center;
    animation: blinking 2s ease-in-out infinite alternate;
}

.case-report-collapsible .collapsible-block-unfolded-link {
    text-align: center;
    margin-bottom: 30px;
}

@keyframes blinking {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.case-report-collapsible a.collapsible-block-link {
    color: var(--main-color);
    font-size: 150%;
}

.case-report-collapsible .collapsible-block-folded a.collapsible-block-link::after {
    font-family: "FontAwesome";
    content: "\f0dd";
    display: block;
    font-size: 150%;
    position: relative;
    margin-left: 5px;
    margin-top: -10px;
}

/* Side Bar */
/* 初めての方へがhtmlでstyle指定しているのでimportantを使わざるを得ない*/

#interwiki .side-block,
#side-bar .side-block {
    border-radius: 0;
    position: relative;
    border: none;
    box-shadow: 0px 0px 4px var(--base-black);
    color: var(--main-color) !important;
    background: #fff !important;
}

#interwiki .side-block a,
#side-bar .side-block a {
    color: var(--main-color) !important;
}
#interwiki .side-block a:hover,
#side-bar .side-block a:hover {
    text-decoration: none !important;
}

#interwiki .heading,
#side-bar .heading {
    border-color: var(--main-border-color);
    color: var(--main-color);
}

#interwiki div.menu-item img,
#side-bar div.menu-item img {
    filter: hue-rotate(180deg);
}

#side-bar .collapsible-block-unfolded-link,
#side-bar .collapsible-block-unfolded {
    border-color: var(--main-border-color);
}

#side-bar .collapsible-block-folded,
#side-bar .collapsible-block-unfolded-link {
    position: relative;
    z-index: 0;
}

#side-bar .collapsible-block-folded::before,
#side-bar .collapsible-block-unfolded-link::before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: inherit;
    filter: hue-rotate(180deg)brightness(1.7);
    z-index: -1;
}

.side-block.sns img.image{
    filter: none !important;
}

/* SB3のサイドバー */
#side-bar .menu-item li {
    filter: hue-rotate(180deg);
} 

#side-bar .menu-item li a {
    filter: hue-rotate(-180deg);
} 

/* サイドバーを開くボタン */
/* Sigma9にimportantついてんぞこの野郎 */

div.open-menu a[href="#side-bar"] {
    border: 5px solid #2c5364 !IMPORTANT;
    color: #2c5364 !IMPORTANT;
    border-radius: 5px;
    background: transparent !IMPORTANT;
    box-shadow: 0 0 5px #fff;
    text-shadow: 0 0 5px #fff;
}

/* Tab */

.yui-navset .yui-nav a em,
.yui-navset .yui-navset-top .yui-nav a em {
    border: none;
}

.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
    background: transparent;
    border: 0;
}

.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    background: none;
}

.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus,
.yui-navset .yui-nav .selected a:hover {
    background: none;
    color: #fff;
}

.yui-navset .yui-nav li,
.yui-navset .yui-navset-top .yui-nav li {
    margin: 0;
    border: 0;
    flex-grow: 1;
    text-align: center;
    transition: 1s;
    color: #000;
}

.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
    color: #000;
}

.yui-navset .yui-nav li:hover,
.yui-navset .yui-navset-top .yui-nav li:hocer {
    background: #ccc;
    color: #000;
}

.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border: 1px solid #181818;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background: #fff;
    border-bottom-width: 3px;
}

.yui-navset .yui-nav .selected a em {
    padding: 0.25em .75em;
}

.yui-navset .yui-nav li:hover,
.yui-navset .yui-navset-top .yui-nav li:hover {
    background: rgba(0, 0, 0, 0.1);
}

.yui-navset .yui-nav li:hover a,
.yui-navset .yui-navset-top .yui-nav li:hover a {
    color: #000;
}

.yui-navset .yui-nav .selected,
.yui-navset .yui-navset-top .yui-nav .selected {
    margin: 0;
    animation: taiwan 0.5s ease-in-out both;
}

@keyframes taiwan {
    100% {
     background: #181818;
    }
}

.yui-navset .yui-nav .selected a,
.yui-navset .yui-navset-top .yui-nav .selected a {
    animation: taiwan2 0.5s ease-in-out both;
}

@keyframes taiwan2 {
    100% {
     color: #fff;
    }
}

.yui-navset .yui-content {
    background-color: #fff;
}

#page-content .yui-navset .yui-content>div[style*="block"] {
    animation: taiwan-tab 1.2s ease-in-out 0s 1 both;
    overflow: hidden;
}

@keyframes taiwan-tab {
    0% {
     max-height: 25px;
    }
    20% {
     max-height: 0px;
    }
    99% {
     max-height: 100vh;
    }
    100% {
     max-height: 9999rem;
    }
}

/* Page Option */

div.page-options-bottom {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0;
    margin-top: 3px;
}

a.btn-default,
.page-options-bottom a.btn-default {
    flex-grow: 1;
    text-align: center;
    margin: 0 1px;
    margin-bottom: 2px;
    color: #fff;
    padding: 4px 10px;
    background: var(--main-color);
    border: 2px solid #d5d5d5;
    transition: 0.5s;
}

a.btn-default:hover,
.page-options-bottom a.btn-default:hover {
    text-decoration: none;
    background: var(--main-color-light);
}

.page-options-bottom.form-actions {
    line-height: 150%;
}

/* 編集ボタン等にホバーしたときに現れるTips */
/* borderはelement styleで規定されているのでimportant */

.hovertip {
    width: 20em;
    padding: 0.5em;
    border: 2px solid var(--base-border-color) !important;
    background: var(--base-black);
    box-shadow: 0 0 6px 1px #000000aa;
    z-index: 100;
    color: #fff;
    animation: hoverfade .5s ease-in-out both;
    border-radius: 7px;
}

@keyframes hoverfade {
    0% {
     opacity: 0;
    }
    100% {
     opacity: 1;
    }
}

.hovertip .f-heading {
    color: #cccccc;
}

/* エラーとかのときに出るウィンドウ */

div.owindow {
    background: #1e1e1ee3;
    border: 2px solid #fff;
    color: #fff;
}

.owindow .title.modal-header {
    background: #181818;
    border-bottom: #555 1px solid;
}

div.owindow>div.content>img {
    background: transparent;
}

div.owindow>div.content>h1 {
    color: #78b0c2;
}

.owindow .button-bar a:hover {
    background: #181818;
}
.owindow .button-bar a {
    background: #3b3b3b;
    color: #fff;
    transition: .3s;
}
.owindow .title {
    background-color: #090c16cc;
}

.owindow a,
.owindow a:hover {
    color: var(--main-color-lighter);
}

/* フッター */
#footer {
    background: linear-gradient(to right, var(--main-color-dark) 60%, var(--main-color));
    color: #fff;
    padding: 11px 3px;
}

#license-area {
    color: #fff;
    background: linear-gradient(to right, var(--main-color-dark) 60%, var(--main-color));
    border-top: 1px solid #fff;
}

.odialog-shader {
    background-color: #3e5166;
    filter: alpha(opacity=80);
    opacity: .3;
}

@media (max-width: 767px) {
    #side-bar {
     background-color: var(--main-color-light);
    }
}

/* スクロールバー */
::-webkit-scrollbar {
    border: none;
}

#side-bar::-webkit-scrollbar {
    width: 10px;
}
@media (max-width: 767px)
#side-bar:target .close-menu {
    background: rgb(1 134 255 / 14%) 1px 1px repeat;
}

/* 水平線 */
hr {
    height: 0.8px;
}

/*テキストボックスを入力中太枠にしない*/
input:focus,textarea:focus  {
    outline: none;
}

/* 編集画面のボタンを修正 */
div.buttons input, input.button, button, file, a.button {
    margin: 0;
    padding: 3px;
    background-color: var(--main-color);
    color: #fff;
    transition: .3s;
    border: 2px solid #dadada;
}

div.buttons input:hover, input.button:hover, button:hover, a.button:hover {
    background-color: var(--main-color-light);
    color: #fff;
}

/* 編集画面右下のロックまでの時間が表示されるbox */
#lock-info {
    background-color: var(--main-color);
    border: 2px solid #ccc;
    color: #fff;
}

[[/iftags]]

Rating: +7

Rating: +7

序论

这里是为了引起读者兴趣而设置的导入部分。为了让非专业人士也能容易理解,建议采用敬体,语气不要过于生硬。为了方便读者理解和想象,最好加入简单的症状概述。此外,也可以准备图片等内容。

诊断标准

  1. 以下症状中存在两项或以上。
    1. 症状1
    2. 症状2
    3. 症状3的说明会变得非常长。这段文字是为了确认,即使在这种情况下,文章是否仍能正常显示。
    4. 症状4
  2. 条件2的说明会变得非常长。这段文字是为了确认,即使在这种情况下,文章是否仍能正常显示。
  3. 这种记忆混乱并非由记忆删除造成。
  4. 像这样,将排除条件也记载在内,可以增加真实感。
  5. 当满足所有条件时,即可诊断为患有该疾病。

注:这里会加入备注。

概要

这里记述疾病的概要。若以SCP报告书为例,这相当于其中的说明部分。最重要的信息,是记载诊断所需的内容,例如疾病的主要症状、副症状等。此外,如果加入需要考虑的事项以及典型的发展过程等内容,还能够营造出更加丰富的细节感。强烈建议撰写病因。因为必须让读者能够理解,为什么该疾病并非普通疾病,而会被归类为异常疾病。另外,在阅读该概要时,应当使读者大致能够理解:为了进行诊断,为什么需要这些症状,以及为什么需要排除某些情况。

危险因素及预后因素

危险因素是指会增加该疾病发病可能性的因素。例如,吸烟就是癌症的危险因素。预后因素是指能够预测疾病在治疗后的发展过程的因素。例如,当癌症已经转移至多个部位时,即使接受治疗,复发的可能性也会提高。也就是说,癌症的转移情况就是癌症的预后因素。这一部分用于记述哪些人群更容易患上该疾病,以及哪些情况下疾病更容易恶化(加重)。将相关因素进行罗列并无问题,但如果不只是单纯使用条目式列举或重复相同的表达方式,而是有意识地采用多样化的表述,就能够更好地营造出真实专业文书的氛围。

对话策略

这里记述针对该疾病应采取何种治疗方式,以及应进行怎样的交流。反之,考虑到基金会所拥有的技术,也可以记载哪些治疗方式不应被采用,以进一步丰富细节。

症状・对话记录

打开记录关闭记录

这里以故事风格描写记录内容。可以描写交流过程,也可以详细描绘症状表现。

过度华丽的修辞会破坏整体氛围,但在一定程度上可以自由创作。即使采用类似实验记录罗列的形式也可以。

相关资料


DMAM版式的使用方法

导入

请在想要导入该版式的页面最底部写入以下代码。

[[include :scp-wiki-cn:theme:dmam]]

标题

标题可以通过在行首放置1至6个加号(+)来创建。各个章节的标题使用一级标题。
+ 标题列表关闭

标题1 Heading 1

标题2 Heading 2

标题3 Heading 3

标题4 Heading 4

标题5 Heading 5
标题6 Heading 6

区块

用于诊断标准等内容的区块,可以通过如下方式编写后使用。通常仅用于诊断标准,以及症状・对话记录部分。
[[div class="dmambox-heading"]]
此处填写标题
[[/div]]
[[div class="dmambox-main"]]
此处填写内容。

# 在此区块内,
# 若按照这种方式创建有序列表,
# 第一层会变为字母。
# 第二层会变为数字。
# 这是英语专业书籍中经常出现的格式。
# 返回第一层后,又会重新变为字母。

[[/div]]

此处填写标题

此处填写内容。

  1. 在此区块内,
  2. 若按照这种方式创建有序列表,
  3. 第一层会变为字母。
  4. 第二层会变为数字。
  5. 这是英语专业书籍中经常出现的格式。
  6. 返回第一层后,又会重新变为字母。

折叠

可以使用普通的折叠功能,但如果用以下形式的div包裹起来,则可以使用特殊的折叠功能。


[[div class="case-report-collapsible"]]
[[collapsible show="折叠"hide="关闭"]]
可以像普通折叠一样进行编写。
[[/collapsible]]
[[/div]]

折叠关闭

可以像普通折叠一样进行编写。

格式

基本上请使用上述示例中的格式。也就是说,请按照以下顺序编写内容:
  1. 序论
  2. 诊断标准
  3. 危险因素及预后因素
  4. 对话策略
  5. 症状・对话记录
  6. 相关资料
不过,最后两项并非必须填写。

URL、标题与识别编号

页面名称(URL)基本采用「dmam-识别编号」的形式(例:“dmam-pe013”)。页面标题采用「识别编号: 正式疾病名称」的形式。(例:“PE013: 自我稳定性不信型噩梦障碍”)。即使存在俗称,也仅应在序论中进行记载,标题应始终使用正式疾病名称。识别编号由类别识别符与编号两部分组成。编号请使用任意三位数字。类别识别符请从以下选项中选择适合的一项。PE-Paranormal Environment(超常环境)由接触超常环境(存在异常事物的环境),或生活于超常环境中所导致的疾病。虽然其原因与异常有关,但从原因产生到症状出现的过程并非异常。这类疾病是一般社会环境中不会发生的、超常环境特有的疾病,但不包括以成为异常受害者作为主要原因的疾病。PI-Psychological Invasion(精神侵袭)由包含认知危害、记忆修改在内的精神侵袭性异常直接引发的疾病。其从原因到发病过程本身具有异常性质的疾病归入此类别。但是,不应记载仅由某个特定异常项目引发的具体个例(此类内容应记载于对应的SCP报告书中)。将由多个异常项目引发的症状中具有共通性的部分提取出来,并进行类型化,随后描述其应对方式与原因,这才具有意义。SP-Sequela of Psychological Invasion(精神侵袭后遗症)精神侵袭性异常暴露后的后遗症,或由异常暴露间接引发的疾病。其原因是由异常导致的精神侵袭,但从该原因到发病之间的过程并非异常。SN-Sequela of Non-psychological Invasion(非精神侵袭后遗症)暴露于非精神侵袭性异常后的后遗症,或由异常暴露间接引发的疾病。其原因是由异常导致的精神侵袭,但从该原因到发病之间的过程并非异常。

其他版式特征

TabTab长Tab也可以为Tab设置较长的名称这是一个内容为空的Tab

这是一个标签页。

这是引用块。可以通过在每行开头放置大于号和半角空格(> )来创建。

大量文本


分割线

嵌套引用块

这是表格
表格的制作方法
与通常方式没有区别。
链接不存在的链接文章中的链接会显示成这样,不存在的链接则会显示成这样。

页眉标志许可

文件页面: 無題のファイル(1)

来源: http://dog-punch.wdfiles.com/local--files/sintax%3Acss-taiwa/mmm
授权协议: CC BY-SA 3.0

标题: 対話部門
作者: aisurakutoaisurakuto,dog_punchdog_punch
公开年份: 2020
补充说明: この画像は以下の画像をdog_punchdog_punchが加工したものです

来源: https://pbs.twimg.com/media/Elt2knlVMAAcJPf?format=png&name=900x900
授权协议: CC BY-SA 3.0

标题: 対話部門
作者: aisurakutoaisurakuto
公开年份: 2020

标志许可

taiwa.png

文件页面:: 対話部門ロゴ

授权协议: CC BY-SA 3.0

标题: 対話部門ロゴ
作者: aisurakuto
公开年份: 2020
补充说明: この画像は以下の画像をもとに作成されました。

来源: http://www.scp-wiki.net/dr-mackenzie-s-sketchbook
授权协议: CC BY-SA 3.0

标题: SCP-Logo
作者: Aelanna

[[embed]]
<iframe src="//interwiki.scpwikicn.com/styleFrame.html?priority=1
&type={$type}&override={$override}&theme=https://scp-wiki-cn.wikidot.com/theme:dmam/code/1
&css={$css}" style="display: none"></iframe>
[[/embed]]

页面版本:⁨0⁩, 最后编辑于: ⁨2026/8/26 13:44:14⁩ (⁨⁨21⁩ 日前⁩), 现时评分: 7