已完成的工作
[[module ThemePreviewer noUi="true" theme_url="http://backrooms-wiki.wikidot.com/local--files/component:theme/nulim-norm.min.css"]]
[[module css]]
/* Site Theme */
@import url(https://backrooms-wiki.wdfiles.com/local--code/theme%3Anuliminal/1);
/* Collapsible Sidebar */
@import url("https://backrooms-wiki.wikidot.com/component:sidebar-theme/code/1");
/* User Flairs */
@import url("https://backrooms-wiki.wikidot.com/component:user-flairs/code/1");
[[/module]]
[[module CSS]]
@import url(https://backrooms-wiki.wikidot.com//local--code/theme%3Ahalloween2021/1);
[[/module]]
[[iftags +theme]]
[[>]]
[[module Rate]]
[[/>]]
This theme was created by [[*user Sariastuff]], despite the fact that he doesn't like Halloween much.
To import this theme to your page, put the following text anywhere inside it:
[[div class="code"]]
@@[[include :backrooms-wiki:theme:halloween2021]]@@
[[/div]]
[[=]]
[[span style="font-family: var(--header-font);"]]The Header font is Signika Sans Serif.[[/span]]
[[span style="font-family: var(--body-font);"]] The Body font is Proxima Sans Serif.[[/span]]
[[span style="font-family: var(--title-font);"]]The Title font is Signika Sans Serif.[[/span]]
[[span style="font-family: var(--mono-font);"]]The monospace font is Signika Sans Serif.[[/span]]
[[/=]]
+ Examples
[[div class="scp-image-block block-right" style="width:300px;"]]
[[image http://backrooms-wiki.wikidot.com/local--files/theme:halloween2021/skull {$alt}="{$alt-text}" link=#]]
[[div class="scp-image-caption"]]
Check it out, a skellie!
[[/div]]
[[/div]]
A horizontal rule can be created with 5 hyphens "@@-----@@" and extends across the whole page if it's not placed inside anything (eg a blockquote). The lines separating sections of this document are horizontal rules.
-----
Titles can be created by putting between one and six plus "+" at the start of the line
[[collapsible show="+ Titles" hide="- Titles"]]
+ First Title
++ Second Title
+++ Third Title
++++ Fourth Title
+++++ Fifth Title
++++++ Sixth Title
[[/collapsible]]
@@ @@
[[tabview]]
[[tab Tabulator]]
This is a tab view.
[[/tab]]
[[tab Tabulation]]
Hey look, more text here.
How quaint.
[[/tab]]
[[tab Long Tab]]
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
[[/tab]]
[[tab This empty tab has a really long name for some odd reason. I wonder why?]]
[[/tab]]
[[tab Empty Tab]]
[[/tab]]
[[tab Empty Tab]]
[[/tab]]
[[tab Empty Tab]]
[[/tab]]
[[tab Empty Tab]]
[[/tab]]
[[tab Empty Tab]]
[[/tab]]
[[/tabview]]
> This is a blockquote, created by putting "> " at the start of each line.
>
> More text
> -----
> That's a horizontal rule
>
>> Nested blockquotes[[footnote]]And here's a footnote![[/footnote]]
||~ This is a ||~ table ||
||You should know || how to make these ||
||||already ||
@@@@
[[div class="styled-quote"]]
@@[[div class="styled-quote"]]@@
@@[[/div]]@@
[[/div]]
[[div class="lightblock"]]
@@[[div class="lightblock"]]@@
@@[[/div]]@@
[[/div]]
[[div class="dark-styled-quote"]]
@@[[div class="dark-styled-quote"]]@@
@@[[/div]]@@
[[/div]]
[[div class="darkblock"]]
@@[[div class="darkblock"]]@@
@@[[/div]]@@
[[/div]]
@@ @@
@@ @@
In addition to those boring normal divblocks, there's also these really cool halloween related ones you realistically won't ever use in an article!
@@ @@
@@ @@
[[div class="orbituary"]]
@@ @@
@@ @@
@@ [[div class="orbituary"]] @@
@@ Test @@
@@ [[/div]] @@
@@ @@
@@ @@
[[/div]]
[[div class="jacko"]]
@@ @@
@@ @@
@@ [[div class="jacko"]] @@
@@ Test @@
@@ [[/div]] @@
@@ @@
@@ @@
[[/div]]
[[div class="noxious"]]
@@ @@
@@ @@
@@ [[div class="noxious"]] @@
@@ Test @@
@@ [[/div]] @@
@@ @@
@@ @@
[[/div]]
[[div class="bewitched"]]
@@ @@
@@ @@
@@ [[div class="bewitched"]] @@
@@ Test @@
@@ [[/div]] @@
@@ @@
@@ @@
[[/div]]
@@@@
It's le spooky month!
**It's le spooky month!**
//It's le spooky month!//
__It's le spooky month!__
--It's le spooky month!.--
{{It's le spooky month!}}
[[[Testtesttest| Dead link test]]]
[[collapsible hideLocation="both" show="+ Theme Code" hide="- Close"]]
[[code type="CSS"]]
/*
Halloween 2021 theme
[2020 Wikidot Theme]
by ArgonMighty
*/
@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300&display=swap');
@import url(https://backrooms-wiki.wdfiles.com/local--code/component%3Apatch/1);
:root {
--theme-base: "black-highlighter";
--theme-id: "Halloween2021";
--theme-name: "Halloween 2021";
--header-height-on-mobile: 15rem;
--header-height-on-desktop: 15rem;
--logo-image: url("http://backrooms-wiki.wikidot.com/local--files/theme:halloween2021/Web");
--header-title: "HALLOWEEN CONTEST 2021";
--header-subtitle: "TRICKS AND TREATS APLENTY.";
--body-font: proxima-nova, sans-serif;
--header-font: 'Signika', sans-serif;
--title-font: 'Signika', sans-serif;
--mono-font: 'Signika', sans-serif;
--white-monochrome: 225, 233, 247;
--pale-gray-monochrome: 255, 251, 240;
--light-gray-monochrome: 145, 96, 22;
--dark-gray-monochrome: 14, 31, 99;
--gray-monochrome: 9, 22, 46;
--black-monochrome: 5, 4, 23;
--bright-accent: 255, 144, 18;
--medium-accent: 7, 14, 28;
--dark-accent: 11, 23, 46;
--pale-accent: 11, 23, 46;
--rating-module-button-plus-color: 219, 140, 4;
--rating-module-button-negative-color: 143, 36, 0;
--rating-module-button-cancel-color: 58, 61, 77;
--swatch-topmenu-border-color: var(--medium-accent);
--link-color: 245, 125, 12;
--hover-link-color: 255, 184, 5;
--newpage-color: 114, 27, 207;
--background-gradient-distance: 0rem;
--gradient-header: linear-gradient(to top,
rgba(var(--medium-accent)) 0%,
rgba(var(--medium-accent), 0.90) 100%
);
--diagonal-stripes: linear-gradient(transparent 0);
}
#skrollr-body {
background-image:
radial-gradient(circle, rgb(var(--medium-accent)) 75%, transparent 0);
background-repeat: repeat;
background-size: 0.50em 0.25em;
width: 100%;
height: 15rem;
}
#side-bar .side-block div a img {
filter: grayscale(100%);
}
#container {
background-image: radial-gradient(circle, rgb(var(--medium-accent), 0.05) 50%, transparent 0);
background-size: 0.25em 0.25em;
background-repeat: repeat;
background-attachment: fixed;
}
div#page-options-bottom-2 > a, div#page-options-bottom > a {
border-radius: 0em;
-moz-border-radius: 0em;
border: none;
}
div#page-options-bottom-2 > a:active, div#page-options-bottom-2 > a:hover, div#page-options-bottom > a:active, div#page-options-bottom > a:hover {
border: none;
}
#header, #top-bar {
background-attachment: scroll;
}
#search-top-box {
top: 15%;
right: 3%;
}
@media only screen and (max-width: 768px) {
#search-top-box {
top: 0;
right: 0;
}
}
#header {
background-image: none;
}
#header::before {
content: "";
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
background-image: var(--logo-image);
background-size: auto 100rem;
background-position: center;
background-repeat: no-repeat;
opacity: 0.25;
}
#header h1, #header h1 a {
position: absolute;
top: 2.6rem;
margin: 0;
width: 100%;
display: flex;
justify-content: center;
z-index: 0;
}
#header h1 a:before {
content: "The Backrooms";
content: var(--header-title);
}
#header h2, #header h2 span, #header h2 span::before {
position: absolute;
top: 2.9rem;
margin: 0;
width: 100%;
display: flex;
justify-content: center;
}
#header h1 a::before, #header h2 span::before {
text-shadow: .063rem 0.1rem 0.1rem #0c0c0c;
}
#search-top-box-form>input, #search-top-box-form>input[type=submit] {
padding: 0.5rem;
}
a.newpage {
background: transparent;
text-decoration: none
}
a.newpage {
color: rgb(var(--newpage-color))
}
blockquote {
box-shadow: 0.05rem 0.1rem 0.3rem rgba(0,0,0,.25);
}
.styled-quote {
background-color:rgb(var(--pale-gray-monochrome));
border-left: 0.5rem solid rgba(var(--gray-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 {
background-color:rgb(var(--gray-monochrome));
border-left: 0.5rem solid rgba(var(--pale-gray-monochrome));
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: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);
}
.darkblock {
background-color:rgb(var(--gray-monochrome));
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);
}
.darkblock a {
color: rgb(var(--swatch-menubg-medium-color));
}
.orbituary{
background: linear-gradient(180deg, rgba(12, 12, 12,.1), rgba(12, 12, 12,.1)), url(http://backrooms-wiki.wikidot.com/local--files/theme:halloween2021/skull) center/50% no-repeat;
background-color:rgb(12, 12, 12);
padding: 0.01rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0,.25);
border: solid 2px rgb(var(--medium-accent));
color:rgb(245, 245, 245);
}
.jacko{
background: linear-gradient(180deg, rgba(255, 179, 38,.3), rgba(255, 179, 38,.3)), url(http://backrooms-wiki.wikidot.com/local--files/theme:halloween2021/Pumpkin) center/50% no-repeat;
background-color:rgb(8, 8, 8);
padding: 0.01rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
background-color:rgb(255, 179, 38);
border: solid 2px rgb(var(--medium-accent));
color:rgb(0, 0, 0);
}
.noxious{
background: linear-gradient(180deg, rgba(0, 158, 0,.5), rgba(0, 158, 0,.5)), url(http://backrooms-wiki.wikidot.com/local--files/theme:halloween2021/Cauldron) center/50% no-repeat;
background-color:rgb(0, 158, 0);
padding: 0.01rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0,.25);
border: solid 2px rgb(var(--medium-accent));
color:rgb(0, 0, 0);
}
.bewitched{
background: linear-gradient(180deg, rgba(174, 74, 255,.5), rgba(174, 74, 255,.5)), url(http://backrooms-wiki.wikidot.com/local--files/theme:halloween2021/Witch) center/50% no-repeat;
background-color:rgb(174, 74, 255);
padding: 0.01rem 1rem;
margin: 0.5rem 0 0.5rem 0.25rem;
box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0,.25);
border: solid 2px rgb(var(--medium-accent));
color:rgb(0, 0, 0);
}
[[/code]]
[[/collapsible]]
-----
[[>]]
[[collapsible show="Author(s)" hide="Hide author"]]
Written by [[*user Sariastuff]]
[[[Saria| Author page]]]
Image licenses:
[https://svgsilh.com/ffffff/image/1292978.html Logo]
[https://svgsilh.com/000000/image/30325.html Orbituary]
[https://svgsilh.com/ff9800/image/1778857.html Jacko]
[https://svgsilh.com/4caf50/image/2022390.html Noxious]
[https://svgsilh.com/673ab7/image/41104.html Bewitched]
[[/collapsible]]
[[/>]]
[[/iftags]]生存难度:生存難度:
等级等級 unknown
- {$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: 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 616的大门处拍摄的照片。
Level 616是后室的第617层。
描述
Level 616是一大片树木密集的面积未知的森林,其中大部分树木呈现干燥状态且没有生命迹象。Level 616在两种状态之间切换,分别被称为“和平状态”和“杀戮状态”。该层级入口处有一座大型的木制公寓,该建筑被一片带有一座大门的墙围绕。在该层级一般可以发现一些特征性物品,如下所示:
- 可发现握持多种物体的骸骨,常常为钩子或镰刀;
- 出现不同尺寸的空心南瓜灯;
- 桌面或地板上偶尔会出现Backrooms实体的塑像和雕像。
若流浪者尝试穿过该层级的森林,他们将返回到他们出发的地方。目前的理论是该层级公寓以外的区域是不稳定的,导致流浪者的行走路线在不经意间发生弯曲,走向反方向。这不会立即对流浪者造成伤害,但会迫使流浪者穿过大门进入该层级的公寓。
该建筑似乎是一座保存完好的19世纪公寓,其内部有与该层级其他区域类似的万圣节主题装饰,但比公寓外更丰富。其结构设计与19世纪常规房屋设计并无不同。然而,其内部尺寸大于其外部尺寸。
成袋的不同种类糖果会在整个Level 616的房间中和露天区域出现。这些糖果往往被陷阱保护,这些陷阱一般不会造成伤害。陷阱包括但不限于:上搭假地面的坑、会困住靠近的流浪者的绳子和门上方的装有冷水的水桶。在Level 616可找到一些关于这些糖果的传单,以下为一个副本。
快来,都快来
好啊,来啊!
挑战
这里是鬼屋,我们为不同年龄段的来者提供挑战!最主要的项目是糖果跑路。你或许认为没有人能从这里逃脱,但事实不是这样的!只要你希望,你可以离开并再也不回来!你只需要找到10包糖果并把它们放在恐怖屋的桌子上,这不是很好玩么?
规则
- 你只能拿走10包糖果;
- 流浪者之间可以合作,但每次只有1人能离开;
- 如果你和别人合作,你的队友逃脱了,你需要另外再收集10包糖果才能从这里出去;
- 我们的工作人员会在日间某些时段放置糖果,不要在此时进入公寓;
- 祝你玩得开心!
和平与杀戮状态:
和平状态是Level 616通常所处的状态,是最安全的在Level 616收集糖果的状态,然而,这并不意味着此时适合在该层级进行探索。
Level 616处于和平状态时,会出现如下情况:
- 能找到少量糖果。
- 该层级出现少量敌对实体。
- 该层级任何区域都有充足光照。
- 警备员有时会在该层级的公寓内被目击到。
杀戮状态是Level 616最危险的状态,有很高风险。
Level 616处于杀戮状态时,会出现如下情况:
- 能找到大量糖果。
- 该层级出现大量敌对实体。
- 该层级在该状态下更暗,建议在此时使用手电筒。
- 警备员在该层级处于杀戮状态时从未被目击到过。
- 该层级公寓内的陷阱会造成致命伤害。
实体:
Level 616警备员:
对Jack的艺术表现。
一张描绘Frank的画。
- 警备员是两个出现于Level 616的不相同的实体,似乎负责管理和维护该层级的公寓。这两个实体分别被命名为“南瓜头Jack”和“Frank”。这两个实体本身没有敌意,但若被激怒则会有攻击性。建议人员避开警备员。尝试攻击警备员的流浪者从未被再次找到。
- 南瓜头Jack是一个高大的实体,由与蜘蛛类似的腿和一个附在上面的南瓜组成。此外,该实体的南瓜上雕刻了一个笑脸。可以观测到南瓜上的孔洞持续发出黄色光。根据南瓜头Jack自己所声称的,它似乎被派来保证“鬼屋是安全的”。
- 被称为Frank的实体是一个人形生物,外貌与人类相似。但是,Frank明显比一般人类瘦弱。Frank会避免与流浪者接触,保持其所认为的安全距离。Frank的职务目前未知,但一般认为该实体负责管理该层级的装饰。
- 已尝试对这两个实体进行访谈,但是没能获得结论性信息
其它实体:
该层在和平状态下除了警备员之外没有得到确认的实体,然而,多起对于不同实体的目击曾被报告。这些报告一般包括流浪者听到或看到来自未知实体的不同尖叫和剪影。如果有流浪者尝试对其进行调查,其不会找到任何踪迹,故这可能是Level 616的特性,但无法证实该假设。此外,在公寓内可听到笑声与交谈声。这个声音通常会说“去整点糖果”或其它意思相同的话。
当处于杀戮模式时,在该层级的公寓内外会出现大量未知实体。公寓内往往会布满陷阱、糖果以及攻击性生物,不建议在此时进行探索,但若队伍准备好了进行战斗、杀戮和逃跑则在此时进行探索是值得的。
基地,前哨和社区
半人马座
- 一个决定不离开Level 616的12人团队。
- 该团队受过充分训练以在杀戮状态下进入公寓。
- 接受贸易。
- 除非受到威胁否则不会表现敌意。
入口和出口:
入口
最常用的进入Level 616的方法是梦到该层级。流浪者报告称这些梦境本身都是噩梦。由于入口的该特性,大部分关于该层级的细节信息目前未知。一个替代性的进入方式是在任意层级找到一个关于该层级的传单。
出口
唯一已知的离开Level 616的方式是收集10包散落在该层级的糖果。随后流浪者将回到其原先所在的层级。如果流浪者通过噩梦进入该层级,该个体会在其入睡的地方直接醒来。
[[collapsible show="Author(s)" hide="Hide author"]]
由MokapHorse和
22o9L创作。
图片授权:
第一张图:
CC BY 2.0授权协议,来自Dan_Vel
https://search.creativecommons.org/photos/418dbd5d-8a84-4fdd-8059-891f2a84380a
对实体的艺术创作来自22o9L.
[[/collapsible]]
| Backrooms沙盒 | 基金会沙盒 »
