生存难度:生存難度:
等级等級 群星
- 空间线错乱
- 未知种类实体
- 非欧几里德空间
如何使用:
[[include :backrooms-wiki-cn:component:level-class
|class=等级
]]
class 处的可用参数包括以下内容,支持简繁体及英文输入。
English | 简体中文 | 繁體中文 | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 | 1 | 2 | 3 | 4 | 5 | 0 | 1 | 2 | 3 | 4 | 5 | 0 | 1 | 2 | 3 | 4 | 5 |
unknown | 未知 | 未知 | |||||||||||||||
habitable | 宜居 | 宜居 | |||||||||||||||
deadzone | 死区 | 死區 | |||||||||||||||
pending | 等待分级 | 等待分級 | |||||||||||||||
n/a | 不适用 | 不適用 | |||||||||||||||
amended | 修正 | 修正 | |||||||||||||||
omega | 终结 | 終結 |
该组件支持简繁切换,如下方代码所示:
[[include :backrooms-wiki-cn:component:level-class
|lang=cn/tr
|class=等级
]]
在 lang 处选择语言,cn 表示简体中文,tr 表示繁体中文,不填默认选择简体中文。
自定义等级
[[include :backrooms-wiki-cn:component:level-class
|lang=cn/tr
|class=等级名字
|color=#000000(带有井号的十六进制色号代码。)
|image=链接(至图片的链接。)
|one=在这
|two=随便
|three=放文字
]]
使用 CSS 进行自定义:
你可以使用 CSS 进行额外的自定义,将代码放入到 [[module css]] 中或者是放入到页面的版式内都可以。在这一组件中,不要把 [[module css]] 放在 [[include]] 里面,把它放在那个的下面或者是页面的顶部或底部。
将这些代码放入到你的页面/版式中以编辑所有的颜色,因为组件的 |color= 部分仅能控制背景:
[[module css]]
.sd-container {
/* 字体 */
--sd-font: Poppins, Noto Sans SC, Noto Serif SC;
/* 边框 */
--sd-border: var(--gray-monochrome); /* 大多数等级 */
--sd-border-secondary: 0, 0, 0; /* 不适用 */
--sd-border-deadzone: 20, 0, 0; /* 死区 */
/* 标志 */
--sd-symbol: var(--sd-border) !important; /* 大多数标志 */
--sd-symbol-secondary: 255, 255, 255; /* 4 级以上的是白色 */
/* 文本 */
--sd-bullets: var(--sd-border) !important; /* 点句符文本颜色 */
--sd-text: var(--swatch-text-secondary-color); /* 顶部框文本颜色 */
/* 等级颜色 */
--class-0: 247, 227, 117;
--class-1: 247, 227, 117;
--class-1: 255, 201, 14;
--class-2: 245, 156, 0;
--class-3: 249, 90, 0;
--class-4: 254, 23, 1;
--class-5: 175, 6, 6;
--class-unknown: 38, 38, 38;
--class-habitable: 26, 128, 111;
--class-deadzone: 44, 13, 12;
--class-pending: 182, 182, 182;
--class-n-a: 38, 38, 38;
--class-amended: 185, 135, 212;
--class-omega: 25, 46, 255;
}
[[/module]]
旧版颜色:
如果你不喜欢新版的样式,想要用回旧版的红色边框色,只需要在你的页面中与组件一同引入下方的代码:
[[module css]]
.sd-container {
--sd-border: 90, 29, 27;
--sd-image: 90, 29, 27;
--sd-symbol: 90, 29, 27;
}
[[/module]]
"Level KP-83是后室KP层群的第+83层。"
/*fonts*/ @import url('https://fontlibrary.org/face/fantasque-sans-mono'); @import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap'); @import url('https://fonts.googleapis.com/css?family=Basic|IBM+Plex+Mono:400,700'); @font-face { font-family: 'ChillGSans'; src: url('https://cdn.jsdelivr.net/gh/LupusCaeruleus/Fonts@main/ChillGSans.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; } :root { --theme-base: "black-highlighter"; --theme-id: "stardust"; --theme-name: "Stardust Theme"; /* Header */ --logo-image: url("http://backrooms-wiki.wikidot.com/local--files/component:theme/logo.svg"); --header-title: "The Backrooms"; --header-subtitle: "触及群星"; /* Typefaces */ --body-font: proxima-nova, 'Noto Sans SC', sans-serif; --header-font: 'Fantasque Sans Mono', 'ChillGSans', sans-serif; --title-font: 'Fantasque Sans Mono', 'ChillGSans', sans-serif; --mono-font: 'Fantasque Sans Mono', 'Noto Serif SC', serif; /* Standard Colors */ --white-monochrome: 250, 250, 250; /* white*/ --black-monochrome: 0, 0, 0; /* black */ --bright-accent: 71, 213, 240; /* the bright blue */ --medium-accent: 167, 27, 59; /* the bright blue animated */ --dark-accent: 24, 36, 56; /* dark blue for background*/ /* Primary Theme Colors */ --swatch-background: var(--black-monochrome); --swatch-primary: var(--bright-accent); --swatch-primary-darker: var(--medium-accent); --swatch-primary-darkest: var(--black-monochrome); /* Primary Text Colors */ --swatch-text-dark: var(--white-monochrome); --swatch-text-light: var(--white-monochrome); --swatch-important-text: var(--bright-accent); --barColour: var(--very-light-gray-monochrome); --linkColour: var(--pale-accent); /* Primary Menu Colors */ --swatch-menubg-color: var(--black-monochrome); --swatch-menubg-light-color: var(--pale-gray-monochrome); --swatch-menubg-medium-color: var(--light-gray-monochrome); --swatch-menubg-medium-dark-color: var(--gray-monochrome); --swatch-menubg-dark-color: var(--dark-gray-monochrome); --swatch-menubg-black-color: var(--black-monochrome); --swatch-menubg-hover-color: var(--black-monochrome); --swatch-menutxt-dark-color: var(--white-monochrome); --swatch-menutxt-light-color: var(--white-monochrome); --swatch-border-color: var(--bright-accent); /* Primary Header Colors */ --swatch-headerh1-color: var(--white-monochrome); --swatch-headerh2-color: var(--white-monochrome); --swatch-topmenu-border-color: var(--bright-accent); --swatch-topmenu-bg-color: var(--black-monochrome); /* Link Colors */ --link-color: var(--bright-accent); --visited-link-color: var(--medium-accent); --hover-link-color: var(--bright-accent); --sidebar-links-text: var(--swatch-menutxt-dark-color); --link-color-bright: var(--medium-accent); /* Rating Module Colors */ --rating-module-button-color: var(--black-monochrome); --rating-module-text-color: var(--swatch-menutxt-dark-color); --rating-module-text-hover-color: var(--swatch-menutxt-light-color); /* Header Gradients */ --gradient-header: none; --diagonal-stripes: none; } /*weird stuff*/ #login-status { color: rgb(var(--bright-accent)); } hr { background-color: rgb(var(--bright-accent)); border-color: rgb(var(--bright-accent)); } #page-title { border-color: rgb(var(--bright-accent)); color: rgb(var(--bright-accent))!important; } #skrollr-body { background-image: none; } div#container-wrap{ background: url(http://vivarium.wdfiles.com/local--files/backrooms%3Astarstheme/coolbgfr.jpg) top center repeat-x; background-size: 100%; } #container { background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 37%); background-size: 37rem 37rem; background-attachment: scroll; } #header { background-image: none; } /* Header Colours */ h1, h2, h3, h4, h5, h6 { color: rgb(var(--bright-accent)); } /*image block*/ .scp-image-block .scp-image-caption { color: rgb(var(--bright-accent)); background-color: rgba(var(--bright-accent), .25); border-color: rgba(var(--bright-accent), .25); } /*rate module*/ .page-rate-widget-box { background: rgba(var(--bright-accent), .5); border-color: rgba(var(--black-monochrome)); border-width: 0px; } /*table*/ table.wiki-content-table th { border: 1px solid rgb(var(--medium-accent)) !important; background-color: rgba(var(--medium-accent), .25); color: rgb(var(--medium-accent)); } table.wiki-content-table td { border: 1px solid rgb(var(--medium-accent)) !important; } /*search box*/ #search-top-box-input { background-color: rgba(var(--bright-accent), .25); } #search-top-box-input:hover, #search-top-box-input:focus { background: rgba(var(--medium-accent), .25); } /*buttons*/ div#page-options-bottom > a:hover, div#page-options-bottom > a:active, div#page-options-bottom-2 > a:hover, div#page-options-bottom-2 > a:active { background-color: rgba(var(--bright-accent), .25); } /*top bar*/ #top-bar div.top-bar > ul > li > ul, #top-bar div.mobile-top-bar > ul > li > ul { background-color: rgba(var(--bright-accent), 0.5); } #top-bar div.top-bar > ul > li > a:hover, #top-bar div.mobile-top-bar > ul > li > a:hover { background-color: rgba(var(--bright-accent), 0.5); } #top-bar div.top-bar > ul > li:hover > a, #top-bar div.mobile-top-bar > ul > li:hover > a { background-color: rgba(var(--bright-accent), 0.5); } /* TABVIEW - Abandon All Hope Ye Who Enter Here */ .yui-navset .yui-content { background-color:rgba(var(--medium-accent), .25); border-color: rgba(var(--medium-accent), 1); } /*unselected tab color*/ .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { background-color: rgba(var(--medium-accent), .25); color:rgb(var(--white-monochrome)); } /*hover tab bg*/ .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus { background-color: rgba(var(--bright-accent), .25); } /*selected tab bg*/ .yui-navset .yui-nav .selected, .yui-navset .yui-navset-top .yui-nav .selected { background-color: rgba(var(--medium-accent), 1); } .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:active { background-color: rgba(var(--medium-accent), 1); } /*backer background*/ .yui-navset .yui-nav li, .yui-navset .yui-navset-top .yui-nav li { background: rgb(var(--black-monochrome)); } /*mobile stuff*/ @media only screen and (max-width:768px){ :root{ --header-height-on-mobile: 7.5rem; } #main-content { max-width: 90vw; padding: 0; margin: 9.2em auto 0; } #header { position: absolute; top: 0rem; height: var(--header-height-on-mobile); } div#container-wrap{ background: url(http://vivarium.wdfiles.com/local--files/backrooms%3Astarstheme/coolbgfr.jpg) top center repeat-x; background-size: 220%; } #container { background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 37%); background-size: 20rem 20rem; background-attachment: scroll; } } @media only screen and (max-width:1366px){ #container { background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 37%); background-size: 25rem 25rem; background-attachment: scroll; } div#container-wrap{ background: url(http://vivarium.wdfiles.com/local--files/backrooms%3Astarstheme/coolbgfr.jpg) top center repeat-x; background-size: 160%; } } /*funny blocks*/ blockquote, .blockquote, div.blockquote, [class*="blockquote"] { box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25); background-color:rgba(var(--bright-accent), .25); border-color: rgb(var(--bright-accent)); } .styled-quote { background-color:rgba(var(--bright-accent), .25); border-left: 0.5rem solid rgb(var(--bright-accent)); padding: 0.1rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25); } .dark-styled-quote { background-color:rgba(var(--medium-accent), .25); border-left: 0.5rem solid rgb(var(--medium-accent)); color:rgb(var(--white-monochrome)); padding: 0.1rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25); } .dark-styled-quote a{ color: rgb(var(--swatch-menubg-medium-color)); } .lightblock { background-color:rgba(var(--bright-accent), .25); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); } .darkblock { background-color:rgba(var(--medium-accent), .25); color:rgb(var(--white-monochrome)); padding: 0.01rem 1rem; margin: 0.5rem 0 0.5rem 0.25rem; box-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.25); } #header h1 a::before, #header h2 span::before { --text-shadow: 0px 2px 3px rgba(0,0,0,0.8); }
描述

"该层级的一张图片,但是拍出来却跟描述里的星体不一样"
"本层级的描述均是我们和一位友善实体1的对话,接下来的语音为第一人称:"
"友善实体:我发现了一个流浪者们没有发现的地方,看起来…… 像一个新层级。"
"流浪者总部:真的吗?在哪里?"
"友善实体:呼……这里似乎处于一个星体之间,在这里会感到呼吸困难等负面症状。"
"流浪者总部:在星体里?你没事吧?"
"友善实体:别忘了,我对这些都是免疫的。"
"流浪者总部:啊,行,你先描述一下那里的情景吧。"
"友善实体:这个星体非常庞大,根据我的探测,它的半径大约是地球的二十倍,距离你们流浪者总部的距离大约是三十亿光年。"
"流浪者总部:(震惊)还有其他的信息吗?"
"友善实体:它分为了三个区域,越往里面越危险。"
"流浪者总部:OK,还有吗?"
"友善实体:整个星体的外观由蓝色,黑色和白色组成。而且在我刚才走动的时候……这些颜色似乎还发生了反应……"
"流浪者总部:好,等你回来的时候我们会纪录下来的。"
"友善实体:我现在在这个星体的中心,这里由红色组成,而且温度特别高,目测比太阳中心还热几十倍。"
"流浪者总部:看来三个区域的组成似乎不一样。"
"友善实体:没错。第一个区域由蓝色,黑色和白色组成、第二个区域由黄色和橙色组成、第三个区域也就是中心由红色组成。"
"流浪者总部:然后呢?"
"友善实体:每个区域里的颜色似乎都会随着时间的变化而变化为可以触摸的颜色,并且触摸它们以后都会发生反应。我刚才在区域二触摸了黄色以后便直接把我送到了区域一,其他的颜色暂时未知。"
"流浪者总部:我没有什么话说了,只能听你接着描述了,我们都会记录下来的。"
"友善实体:这里的一切事物毫无规律可言,很多事物甚至达到了我无法描述的地步。唯一我能描述的就只有陨石了,这里的陨石在做不规则的运动,大小不一。有的只有几米,有的甚至超过了一百米。有的甚至在随意变化大小。我亲眼看见一个直径一米的陨石瞬间变成一颗树的大小。"
"流浪者总部:嗯,然后呢,还有吗?"
"友善实体:在最中心的区域也是一片凄凉。只有无穷无尽的炎热和炽热的岩浆,最热的地方达到了惊人的三十亿度,这种程度的温度理论上可以使地球上的任何事物瞬间被烧毁。"
"流浪者总部:啊?"
"友善实体:不要惊讶,这还不是最凄凉的地方。在区域二的中心,这里的温度也达到了三十亿度,但是最奇异的地方就在于他的温度也可以达到负三十亿度,甚至可以结合起来。足以成为这个星体里最错误的地方了。"
"流浪者总部:那还有吗?"
"友善实体:接下来……"
"友善实体:""什么东西"?
"流浪者总部:怎么了?发生什么事了?请回答我们!!!"
"经过一分钟以后,没有声音……"
"经过两分钟以后,没有声音……"
"经过三分钟以后,还是没有声音……"
"流浪者总部:完了,它不会遇到什么灾难了吧…"
"流浪者总部使用了一个超大型望远镜,他能观测到五十亿光年以内的情景。"
"然而……"
"他们发现了最差的情景…"
"那个友善实体……"
"死了"
"没错,那个近乎无敌的友善实体死了,并且在观测到它的时候瞬间消失了,它被未知原因秒杀,就这么离我们而去了。"
"这个友善实体陪伴了流浪者总部将近五十年,帮助流浪者总部探索了无数层级……"
"结果它却在这次探索时永远的离开了流浪者总部。"
"流浪者总部:集体沉默,有的流浪者哭了起来,却只能接受现实。"
"没错,是我。"
"在三十年前在未知星体里死亡的友善实体。"
"在我在区域二探索的时候,我感觉我的身体被贯穿了,那是我第一次,以前从来没有。"
"然后我就来到了一个纯黑的空间,在这个纯黑的空间里有两个按钮,一个是“回到你死之前的地方”,而另一个就是“来到地狱”,我毫不犹豫的旋选择了第一个。此时我来到了一条笔直的公路,眼前出现了一行字:“你需要自己单独走动三十年,然后才能回到你死前的地方。”"
"我的心情犹如晴天霹雳,我尝试过瞬移,但是我失败了。我想过无数方法离开这里,但是无一例外,都失败了。"
"我只能沿着这条路向前走,就这么一直走,一直走……"
"等我走了不知道多长时间后,回头看已经看不到头。"
"我回过头来接着走……"
"走的期间我看到了许多奇异的景象:天空突然变成红色、公路突然变得透明、路的两边变成沙漠。"
"当时我认为我已经不可能回去了,三十年的路程非常遥远,我怕我坚持不下去……再次死亡。"
"我崩溃了许多次,每次都懊恼的捶打自己的头、捶打周围的一切。
但是这种行为对我没有任何好处。"
"我总是在心里安慰自己:不要害怕,我可以回去的,我可以坚持下去的,我可以见到你们的……"
"但是这种行为却也是微乎其微。"
"所以我只能一直往前走,一直往前走,什么也不想的往前走。"
"………………"
"在走了整整一年后,我慢慢的接受了这种情况。"
"因为我一直有一颗想见到你们的决心。"
"两年……"
"三年……"
"四年……"
"五年……"
"六年……"
"七年……"
"八年……"
"九年……"
"十年……"
"我一直没有放弃。"
"就在我一直抱着想见到你们的决心时……在不知不觉中,我就站在出口面前。此时我满含泪水的写下了这封信,我从来没有想过我还能见到你们,我马上就能见到你们,跟你们一起探索了。"
"在这漫长的三十年中,我明白了一个道理:"
"当我们的处境窘迫,只有拥有一颗坚强意志的心,方能成功。"
基地、前哨与社区
- "由于该层级的特殊性,此层级不具有任何社区、前哨与社区"
入口与出口
入口
- "进入随意星体的中心会来到该层级"
出口
- "无法离开"
« Level Kp-82 | Level Kp-83 | Level Kp-84 »
- "Friendly entity: I've always wanted to keep coming back for your better exploration."