:root { --logo-image: none; --white-monochrome: var(--accent-one); --pale-gray-monochrome: var(--accent-two); --light-gray-monochrome: var(--accent-one); --gray-monochrome: var(--accent-one); --dark-gray-monochrome: var(--accent-middle); --black-monochrome: var(--accent-one); --medium-accent: var(--accent-two); --pale-accent: var(--accent-middle); --bright-accent: var(--accent-middle); --dark-accent: var(--accent-middle); --alt-accent: var(--accent-middle); /*SWATCH EDITS*/ --swatch-text-light: var(--accent-one); --swatch-text-secondary-color: var(--accent-one); --swatch-topmenu-bg-color: var(--accent-two); /*GRADIENT*/ --swatch-topmenu-border-color: var(--accent-one); --swatch-menutxt-light-color: var(--accent-two); --swatch-menutxt-dark-color: var(--accent-two); --quote-shadow: none; --header-text-shadow: none; /* THEME VARIABLES */ --accent-one: var(--black); --accent-two: var(--white); --accent-middle: var(--gray); --white: 255, 255, 255; --black: 0, 0, 0; --gray: 125, 125, 125; } .lightblock, .styled-quote { background: rgb(var(--accent-two)); color: rgb(var(--accent-one)); } .darkblock, .dark-styled-quote { background: rgb(var(--accent-one)); color: rgb(var(--accent-two)); } div.scp-image-block div.scp-image-caption { background-color: rgb(var(--accent-two)); border: 2px solid rgb(var(--accent-one)); } #top-bar { --swatch-text-secondary-color: var(--accent-two--accent-one); } #page-content table.wiki-content-table { --tables-header-bg: var(--accent-one); --tables-header-txt: var(--accent-two); } .footnotes-footer { --footnotes-footer-text-color: var(--accent-two); } div.wiki-note { --note-color: var(--accent-middle); } .code, .page-source { background-color: rgb(var(--accent-two)); color: rgb(var(--accent-one)); } #who-rated-page-area > div > span[style*="color"] { color: rgb(var(--accent-middle)) !important; } #side-bar { --sidebar-bg-color: var(--swatch-secondary-color); } .wd-editor-toolbar-panel ul li { background-color: #222; } /* 翻译修复 */ body::-webkit-scrollbar-thumb { background-color: rgb(var(--accent-middle)); } @media only screen and (max-width: 768px) { body::-webkit-scrollbar { display: none; } } form#edit-page-form .edit-page-bottomtable tr>td:nth-of-type(1)>div:nth-of-type(1) textarea, form#edit-page-form .edit-page-bottomtable tr>td:nth-of-type(1)>div:nth-of-type(1):focus-within textarea { color: rgb(var(--swatch-secondary-color)); }
生存难度:生存難度:
等级等級 0
- {$one}
- {$two}
- {$three}
如何使用:
[[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 UH-93是后室UH层群的第93层。
描述
这里是你的家园,你还记得他吗?他失去了色彩?没有关系,这无伤大雅。
这里十分的宜居,有你想要的一切。去看看你之前住在哪吧。是10楼?是15楼?
这也没有关系,无论你在那个屋子,你都会看到你的家人们。
他们在此已经等候多时了,尝尝母亲做的饭菜,那很美味,你仿佛回到了小时候。
街边的小店,冲你笑的玩伴,门口的摇摇车。
刚一想到他们,这些人或物就立马在楼下的街道浮现,去吧,下去吧,去追回你那童年吧。
你逐渐褪色了?这没有关系,这表明你正融入近这个完美的家园。带到你完全褪色之时,你就可以真正的回家。
入口与出口
入口
- 如果你想,你就能来。
出口
- 这里如此美好,为何还要回到那片地狱之中?
.
.
.
.
.
.
.
.
M.E.G.提醒,上面文档已被篡改。
下面是真实报告
生存难度:生存難度:
等级等級 死区
- {$one}
- {$two}
- 褪色
如何使用:
[[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 UH-93是UH层群的第93层。
本层的环境是一个中国的典型小区。本层的小区有15座楼,每栋楼有10或30层,每层有3间房屋。
在小区里,还拥有一个小卖铺和一个地下停车场。本层级最显著的特点就是该层级的环境没有任何颜色,只有黑白。并且,该层级的无色环境会同化流浪者和随身携带物品的颜色并对流浪者产生及其强大的精神污染,使流浪者产生幻觉,认为该层级十分安全。并且在流浪者完全失色之后就会立即死亡。
该层级有一种特殊的实体,我们目前还未给此实体命名。该实体会变幻成流浪者的家人,并且也会对流浪者产生精神危害,让他们给流浪者的“食物”在流浪者眼里成为流浪者最爱吃的食物。并且在与流浪者拥抱的过程中蚕食掉他们,并且流浪者无法感知到。
该层级并不存在任何资源,所有的资源只是流浪者的幻象而已。
基地前哨和社区
无
出口和入口
入口
- 触碰一个褪色中的物品进入
- 从黯洃銫、褪色层、Level UH-92以及淡色层切入
出口
- 暂未发现任何出口,并且该层级无法用任何特殊方式离开。
« Level UH-92 | Level UH-93 | Level UH-94 »

