Monotropa Uniflora的👻事页
2023年11月9日
修订 340
评分
49
↑ 49
↓ 0
支持率
100%
总票数 49
Wilson 95% 下界
92.7%
在相同票数下更稳健的支持率估计
争议指数
0.000
评分趋势
按周聚合 加载图表中...
最近修订
1 / 114
最近投票
1 / 5
2025-09-13
2025-09-13
2025-08-12
2025-08-03
2025-07-24
2025-07-24
2025-07-12
2025-05-20
2025-04-14
2025-04-01
相关页面
暂无推荐
页面源码
[[include :scp-wiki-cn:theme:parallel]]
[[module css]]
:root{
--basalt-bright-element-color: 93, 153, 101;
--basalt-dark-element-color: 57, 117, 67;
--basalt-darker-element-color: 0, 52, 16;
--basalt-undertone: 0, 52, 16;
--basalt-main-text-color: 0, 15, 1;
--basalt-primary-color: 231, 229, 228;
}
/* anchor */
a:link, a:visited {
color: inherit;
text-decoration: currentcolor solid underline;
}
a:hover, a:active {
background-color: #FFF;
color: #000;
text-decoration: #111 solid underline;
}
/* other items */
#page-content hr {
background-color: rgb(var(--basalt-main-text-color)) !important;
}
h1, h2, h3, h4, h5, h6 {
text-align: center;
margin-top: 0.8em;
margin-bottom: 0.8em;
}
li:not(:first-child) {margin-top: 0.75em;}
ul, ol {padding-left: 10px;}
/* ruby fix from scp-cn-2512 */
p:has(span.ruby) {
line-height: 1.7;
}
span.ruby {
height: unset;
display: inline-flex;
flex-direction: column-reverse;
align-items: center;
vertical-align: top;
}
span.rt {
display: block;
margin-top: -0.625em;
margin-bottom: 0;
line-height: 1.25;
}
/* specified modification */
#page-title {display: none;}
.footnotes-footer {display: none;}
.error-block {display: none;}
.wfooter a {
color: black;
}
.work {
margin-bottom: 1.4rem;
text-align: center;
}
.work > p {
margin-top: 0.35em;
margin-bottom: 0.35em;
}
/* word document */
.word-document {
--side-width: 5rem;
--top-height: 5rem;
--locator-length: 1.5rem;
--locate-color: #aaa;
--h-f-indent: 0.5em;
border: 2px solid black;
border-width: 6px 2px;
background-color: #ffffff;
width: calc(var(--main-content-width)*0.925);
margin: 2rem auto;
}
.word-document .wheader, .word-document .wfooter {
position: relative;
height: var(--top-height);
margin: 0 var(--side-width);
text-align: center;
color: #aaa;
font-size: 80%;
}
.wheader p {
position: absolute;
bottom: var(--h-f-indent);
margin: 0;
width: 100%;
text-align: center;
}
.wfooter p:first-of-type {
margin-top: var(--h-f-indent);
}
.wheader::before {
content: " ";
position: absolute;
width: var(--side-width);
height: var(--top-height);
left: calc(0px - var(--side-width));
top: 0;
background:
linear-gradient(var(--locate-color), var(--locate-color)) right bottom,
linear-gradient(var(--locate-color), var(--locate-color)) right bottom;
background-position: right bottom, right bottom;
background-repeat: no-repeat;
background-size: 1px var(--locator-length), var(--locator-length) 1px;
}
.wheader::after {
content: " ";
position: absolute;
width: var(--side-width);
height: var(--top-height);
left: 100%;
top: 0;
background:
linear-gradient(var(--locate-color), var(--locate-color)) left bottom,
linear-gradient(var(--locate-color), var(--locate-color)) left bottom;
background-position: left bottom, left bottom;
background-repeat: no-repeat;
background-size: 1px var(--locator-length), var(--locator-length) 1px;
}
.word-document .word-content {
margin: 0 var(--side-width);
line-height: 1.5;
}
.wfooter::before {
content: " ";
position: absolute;
width: var(--side-width);
height: var(--top-height);
left: calc(0px - var(--side-width));
top: 0;
background:
linear-gradient(var(--locate-color), var(--locate-color)) right top,
linear-gradient(var(--locate-color), var(--locate-color)) right top;
background-position: right top, right top;
background-repeat: no-repeat;
background-size: 1px var(--locator-length), var(--locator-length) 1px;
}
.wfooter::after {
content: " ";
position: absolute;
width: var(--side-width);
height: var(--top-height);
left: 100%;
top: 0;
background:
linear-gradient(var(--locate-color), var(--locate-color)) left top,
linear-gradient(var(--locate-color), var(--locate-color)) left top;
background-position: left top, left top;
background-repeat: no-repeat;
background-size: 1px var(--locator-length), var(--locator-length) 1px;
}
.word-document hr {
height: 0.1rem;
}
@media (max-width: 1024px) {
.word-document {
--side-width: 2.5rem;
--top-height: 2.5rem;
--locator-length: 1rem;
}
.wheader p {bottom: 0;}
}
/* those inside documents */
.word-content .scp-image-block {
border: none;
background-color: transparent;
}
.word-content .scp-image-caption {
background-color: transparent;
border: none;
font-family: "SimSun", "宋体", "Times New Roman", fangsong, serif;
font-weight: bold;
}
.t-g-title {
font-size: 90%;
font-family: "SimSun", "宋体", "Times New Roman", fangsong, serif;
font-weight: bold;
}
.word-content .three-lines {
font-size: 90%;
}
.word-content .blockquote, .word-content blockquote {
background-color: #bbb4;
box-shadow: none;
}
:is(.blockquote, blockquote) :is(.blockquote, blockquote) {
background-color: transparent;
border-left: 1px solid black;
border-right: 1px solid black;
border-top: 4px double black;
border-bottom: 2.5px solid black;
}
@media (max-width: 1024px) {
.word-content .blockquote, .word-content blockquote { padding-inline: 0.5rem;}
:is(.blockquote, blockquote) :is(.blockquote, blockquote) { padding-inline: 0.5rem;}
}
/* other components */
.article-title {
display: grid;
grid-template-columns: 1fr 4fr;
width: 80%;
margin: 4rem auto 4rem auto;
align-items: center;
}
.site-code {
font-size: 140%;
letter-spacing: 0.4em;
}
.text-title {
font-weight: bold;
font-size: 320%;
letter-spacing: 0.05em;
text-align: center;
}
.fillin-grid {
width: 80%;
display: grid;
grid-template-columns: 2fr 5fr;
font-size: 135%;
margin: 0 auto;
}
.fillin {
border-bottom: 1px solid black;
text-align: center;
}
.fillin-grid p {
margin-bottom: 0;
}
@media (max-width: 1024px) {
.article-title {
grid-template-columns: 1fr;
width: 100%;
}
.article-title img {max-width: 40vw;}
.site-code {letter-spacing: 0;}
.text-title {
font-size: 200%;
letter-spacing: 0;
}
.fillin-grid {
width: 95%;
font-size: 110%;
}
}
/* rating-module modify */
div.page-rate-widget-box span.rateup > a::before {
mask-image: url(https://www.emojiall.com/images/60/apple/1f431.png);
mask-size: 1em 1em;
}
div.page-rate-widget-box span.ratedown > a::before {
mask-image: url(https://www.emojiall.com/images/60/apple/1f41b.png);
mask-size: 1em 1em;
}
/* spec */
div.mail-file.not-bot { margin-bottom: 0.5rem; }
div.mail-file.not-top { margin-top: 0.5rem; }
.footnotes-footer {display:none;}
.listblock {display:none;}
/* rating counter */
:root {
counter-reset: total-score 0 total-up 0 total-down 0;
}
.sum-score h1::after {
content: counter(total-score) " (+" counter(total-up) "/-" counter(total-down) ")"
}
[[/module]]
====
[[div class="listblock intro"]]
[[include :scp-wiki-cn:component:skiplook-mailbox
|header = --
|icon-color = #5d9965
|icon-image = https://scpsandboxcn.wdfiles.com/local--files/sharia-vanilla-others/site-cn-53.png
|icon-letter = 53
|letter-color = transparent
|sender = Ria Vanilla
|sender-mail = monotropauniflora@skipnet.org
|reciever-mail = purifiedsilica@skipnet.org
|date = 周四 2025/01/02 21:24
]]
……虽然我不知道你申请这些是想干什么,但是这是你要的材料。
[[/div]]
[[div_ class="mail-file not-bot" style="--file-icon: url("https://scpsandboxcn.wdfiles.com/local--files/collab:castle-tracer/rar.svg");"]]
[https://scp-wiki-cn.wikidot.com/rias-personnel-file/offset/1/works_limit/1 相关资料与文献集合(1).zip]@@ @@##aaaaaa|4.26GB##
[[/div]]
[[div_ class="mail-file not-bot not-top" style="--file-icon: url("https://scpsandboxcn.wdfiles.com/local--files/collab:castle-tracer/pdf.svg");"]]
[https://scp-wiki-cn.wikidot.com/rias-personnel-file/offset/1/personnel-file_limit/1 莉亚·兰的人事档案.pdf]@@ @@##aaaaaa|13.22MB##
[[/div]]
[[div_ class="mail-file not-top" style="--file-icon: url("https://scpsandboxcn.wdfiles.com/local--files/collab:castle-tracer/exe.svg");"]]
[https://scp-wiki-cn.wikidot.com/rias-personnel-file/offset/1/tools_limit/1 SkipNET综合检索终端v1.4.exe]@@ @@##aaaaaa|6.87MB##
[[/div]]
[[/div]]
[[/div]]
====
[[div class="listblock works"]]
[[div class="word-document"]]
[[div class="wheader"]]
作品
[[/div]]
[[div class="word-content"]]
+++ **SCP文档**
[[module ListPages order="created_at" tags="+原创 +scp -合著" created_by="Sharia Vanilla" separate="no" perPage="106"]]
[[div class="work" style="counter-increment: total-score %%rating%% total-up [[#expr (%%rating_votes%%+%%rating%%)/2]] total-down [[#expr (%%rating_votes%%-%%rating%%)/2]];"]]
**%%title_linked%% - %%content{2}%%**
%%content{3}%%
**分数:**%%rating%% (+[[#expr (%%rating_votes%%+%%rating%%)/2]]/-[[#expr (%%rating_votes%%-%%rating%%)/2]]) **评论:**%%comments%%
[[size 80%]]%%content{4}%%[[/size]]
[[/div]]
[[/module]]
----
[[module ListPages name="SCP-CN-3223"]]
[[div class="work" style="counter-increment: total-score %%rating%% total-up [[#expr (%%rating_votes%%+%%rating%%)/2]] total-down [[#expr (%%rating_votes%%-%%rating%%)/2]];"]]
**%%title_linked%% - 见鬼的色拉!**
仪式学部的那些人往配方里加了一整团蒜瓣、生姜、香菜末和芹菜根的混合物,把蓝莓改成了没焯过水的见手青,还不能蘸酱油。我觉得正常人都不会喜欢这个。
**分数:**%%rating%% (+[[#expr (%%rating_votes%%+%%rating%%)/2]]/-[[#expr (%%rating_votes%%-%%rating%%)/2]]) **评论:**%%comments%%
[[size 80%]]与[[*user breaddddd]]合著。[[/size]]
[[/div]]
[[/module]]
[[module ListPages name="SCP-CN-3919"]]
[[div class="work" style="counter-increment: total-score %%rating%% total-up [[#expr (%%rating_votes%%+%%rating%%)/2]] total-down [[#expr (%%rating_votes%%-%%rating%%)/2]];"]]
**%%title_linked%%**
这个故事应当有一个结局,但,我不愿它是一个悲剧,即便悲剧是注定的结局,我也希望我能见证它的落幕。
**分数:**%%rating%% (+[[#expr (%%rating_votes%%+%%rating%%)/2]]/-[[#expr (%%rating_votes%%-%%rating%%)/2]]) **评论:**%%comments%%
[[size 80%]]与[[*user two cat]], [[*user haplocalyx]]合著。
调酒竞赛 - 第6名
2025年9月 - 主题精品·绘本[[/size]]
[[/div]]
[[/module]]
[[/div]]
[[div class="wfooter"]]
1
[[/div]]
[[/div]]
[[div class="word-document"]]
[[div class="wheader"]]
作品
[[/div]]
[[div class="word-content"]]
+++ **基金会故事**
[[module ListPages order="created_at" tags="+原创 +故事 -合著" created_by="Sharia Vanilla" separate="no" perPage="106"]]
[[div class="work" style="counter-increment: total-score %%rating%% total-up [[#expr (%%rating_votes%%+%%rating%%)/2]] total-down [[#expr (%%rating_votes%%-%%rating%%)/2]];"]]
**%%title_linked%%**
%%content{2}%%
**分数:**%%rating%% (+[[#expr (%%rating_votes%%+%%rating%%)/2]]/-[[#expr (%%rating_votes%%-%%rating%%)/2]]) **评论:**%%comments%%
[[size 80%]]%%content{3}%%[[/size]]
[[/div]]
[[/module]]
----
[[module ListPages name="bu-ting-de-deer"]]
[[div class="work" style="counter-increment: total-score %%rating%% total-up [[#expr (%%rating_votes%%+%%rating%%)/2]] total-down [[#expr (%%rating_votes%%-%%rating%%)/2]];"]]
**%%title_linked%%**
我认为endless_deer是一个更合适的url,真的。
**分数:**%%rating%% (+[[#expr (%%rating_votes%%+%%rating%%)/2]]/-[[#expr (%%rating_votes%%-%%rating%%)/2]]) **评论:**%%comments%%
[[size 80%]]与[[*user Agent Phage]]、[[*user haplocalyx]]合著。
2025冬季征文 - 第3名[[/size]]
[[/div]]
[[/module]]
[[module ListPages name="hatsumei-sentai-episode-49"]]
[[div class="work" style="counter-increment: total-score %%rating%% total-up [[#expr (%%rating_votes%%+%%rating%%)/2]] total-down [[#expr (%%rating_votes%%-%%rating%%)/2]];"]]
**%%title_linked%%**
给我干哪来了,这还是地球吗……
**分数:**%%rating%% (+[[#expr (%%rating_votes%%+%%rating%%)/2]]/-[[#expr (%%rating_votes%%-%%rating%%)/2]]) **评论:**%%comments%%
[[size 80%]]与[[*user breaddddd]]、[[*user Lyrics Linn]]合著。[[/size]]
[[/div]]
[[/module]]
[[module ListPages name="goi-formatting-the-world"]]
[[div class="work" style="counter-increment: total-score %%rating%% total-up [[#expr (%%rating_votes%%+%%rating%%)/2]] total-down [[#expr (%%rating_votes%%-%%rating%%)/2]];"]]
**%%title_linked%%**
由于出现了超出我们控制的情况,后面忘了。
**分数:**%%rating%% (+[[#expr (%%rating_votes%%+%%rating%%)/2]]/-[[#expr (%%rating_votes%%-%%rating%%)/2]]) **评论:**%%comments%%
[[size 80%]]与[[*user Agent Phage]]、[[*user haplocalyx]]合著。
2025夏季征文 - 第2名[[/size]]
[[/div]]
[[/module]]
[[/div]]
[[div class="wfooter"]]
2
[[/div]]
[[/div]]
[[div class="word-document"]]
[[div class="wheader"]]
作品
[[/div]]
[[div class="word-content"]]
+++ **GOI格式**
[[module ListPages order="created_at" tags="+原创 +goi格式 -合著" created_by="Sharia Vanilla" separate="no" perPage="106"]]
[[div class="work" style="counter-increment: total-score %%rating%% total-up [[#expr (%%rating_votes%%+%%rating%%)/2]] total-down [[#expr (%%rating_votes%%-%%rating%%)/2]];"]]
**%%title_linked%%**
%%content{2}%%
**分数:**%%rating%% (+[[#expr (%%rating_votes%%+%%rating%%)/2]]/-[[#expr (%%rating_votes%%-%%rating%%)/2]]) **评论:**%%comments%%
[[size 80%]]%%content{3}%%[[/size]]
[[/div]]
[[/module]]
----
[[module ListPages name="toyoho-203309"]]
[[div class="work" style="counter-increment: total-score %%rating%% total-up [[#expr (%%rating_votes%%+%%rating%%)/2]] total-down [[#expr (%%rating_votes%%-%%rating%%)/2]];"]]
**%%title_linked%%**
「身处千尺河渊之上,看繁星次第熄灭。」
**分数:**%%rating%% (+[[#expr (%%rating_votes%%+%%rating%%)/2]]/-[[#expr (%%rating_votes%%-%%rating%%)/2]]) **评论:**%%comments%%
[[size 80%]]与[[*user Agent Phage]]、[[*user haplocalyx]]合著。
2024夏季征文 - 第4名[[/size]]
[[/div]]
[[/module]]
[[module ListPages name="yamizushi-blacklist-031"]]
[[div class="work" style="counter-increment: total-score %%rating%% total-up [[#expr (%%rating_votes%%+%%rating%%)/2]] total-down [[#expr (%%rating_votes%%-%%rating%%)/2]];"]]
**%%title_linked%%**
这样的惨状,恐怕连曾经横扫了整片南土的寿司恶犬见了也会闭上双眼……
**分数:**%%rating%% (+[[#expr (%%rating_votes%%+%%rating%%)/2]]/-[[#expr (%%rating_votes%%-%%rating%%)/2]]) **评论:**%%comments%%
[[size 80%]]与[[*user Agent Phage]]、[[*user breaddddd]]、[[*user haplocalyx]]合著。
闇寿司 - goi格式首杀![[/size]]
[[/div]]
[[/module]]
[[module ListPages name="pedialpha-main"]]
[[div class="work" style="counter-increment: total-score %%rating%% total-up [[#expr (%%rating_votes%%+%%rating%%)/2]] total-down [[#expr (%%rating_votes%%-%%rating%%)/2]];"]]
**%%title_linked%%**
%%content{2}%%
**分数:**%%rating%% (+[[#expr (%%rating_votes%%+%%rating%%)/2]]/-[[#expr (%%rating_votes%%-%%rating%%)/2]]) **评论:**%%comments%%
[[size 80%]]与[[*user breaddddd]]合著。[[/size]]
[[/div]]
[[/module]]
[[module ListPages name="pedialpha-rich-landlord"]]
[[div class="work" style="counter-increment: total-score %%rating%% total-up [[#expr (%%rating_votes%%+%%rating%%)/2]] total-down [[#expr (%%rating_votes%%-%%rating%%)/2]];"]]
**%%title_linked%%**
名字很长却不干实事有限公司携手知名游戏工作室为您呈现,史上最强多人格斗游戏!
**分数:**%%rating%% (+[[#expr (%%rating_votes%%+%%rating%%)/2]]/-[[#expr (%%rating_votes%%-%%rating%%)/2]]) **评论:**%%comments%%
[[size 80%]]与[[*user Agent Phage]]、[[*user breaddddd]]、[[*user Kcorena]]合著。
2025年7月 - 精品原创GoI格式[[/size]]
[[/div]]
[[/module]]
[[module ListPages name="shishicity-wikipedia"]]
[[div class="work" style="counter-increment: total-score %%rating%% total-up [[#expr (%%rating_votes%%+%%rating%%)/2]] total-down [[#expr (%%rating_votes%%-%%rating%%)/2]];"]]
**%%title_linked%%**
您已成功地回复本页至修订版本编号 3667。
**分数:**%%rating%% (+[[#expr (%%rating_votes%%+%%rating%%)/2]]/-[[#expr (%%rating_votes%%-%%rating%%)/2]]) **评论:**%%comments%%
[[size 80%]]与[[*user Agent Phage]]、[[*user breaddddd]]合著。[[/size]]
[[/div]]
[[/module]]
[[/div]]
[[div class="wfooter"]]
3
[[/div]]
[[/div]]
[[div class="word-document"]]
[[div class="wheader"]]
作品
[[/div]]
[[div class="word-content"]]
+++ **图书馆**
[[module ListPages order="created_at" tags="+原创 +wanderers -合著" category="-deleted" created_by="Sharia Vanilla" separate="no" perPage="106"]]
[[div class="work" style="counter-increment: total-score %%rating%% total-up [[#expr (%%rating_votes%%+%%rating%%)/2]] total-down [[#expr (%%rating_votes%%-%%rating%%)/2]];"]]
**%%title_linked%%**
%%content{2}%%
**分数:**%%rating%% (+[[#expr (%%rating_votes%%+%%rating%%)/2]]/-[[#expr (%%rating_votes%%-%%rating%%)/2]]) **评论:**%%comments%%
[[size 80%]]%%content{3}%%[[/size]]
[[/div]]
[[/module]]
----
[[module ListPages category="wanderers" fullname="wanderers:location-contest-hub"]]
[[div class="work" style="counter-increment: total-score %%rating%% total-up [[#expr (%%rating_votes%%+%%rating%%)/2]] total-down [[#expr (%%rating_votes%%-%%rating%%)/2]];"]]
**%%title_linked%%**
地精们总是苦恼着如何界定“地点”。
**分数:**%%rating%% (+[[#expr (%%rating_votes%%+%%rating%%)/2]]/-[[#expr (%%rating_votes%%-%%rating%%)/2]]) **评论:**%%comments%%
[[size 80%]]与[[*user haplocalyx]]合著。[[/size]]
[[/div]]
[[/module]]
[[/div]]
[[div class="wfooter"]]
4
[[/div]]
[[/div]]
[[div class="word-document"]]
[[div class="wheader"]]
作品
[[/div]]
[[div class="word-content"]]
+++ **相关资料**
[[module ListPages order="created_at" tags="+原创 文章 资源 指导 版式 组件 中心 -合著" category="-deleted" created_by="Sharia Vanilla" separate="no" perPage="106"]]
[[div class="work" style="counter-increment: total-score %%rating%% total-up [[#expr (%%rating_votes%%+%%rating%%)/2]] total-down [[#expr (%%rating_votes%%-%%rating%%)/2]];"]]
**%%title_linked%%**
**分数:**%%rating%% (+[[#expr (%%rating_votes%%+%%rating%%)/2]]/-[[#expr (%%rating_votes%%-%%rating%%)/2]]) **评论:**%%comments%%
[[/div]]
[[/module]]
----
[[module ListPages name="omg-the-goi-died-hub"]]
[[div class="work" style="counter-increment: total-score %%rating%% total-up [[#expr (%%rating_votes%%+%%rating%%)/2]] total-down [[#expr (%%rating_votes%%-%%rating%%)/2]];"]]
**%%title_linked%%**
亲爱的,你要知道,一个角色最闪耀的时刻,往往是它消亡的那一刹那。
你见过流星吗?
**分数:**%%rating%% (+[[#expr (%%rating_votes%%+%%rating%%)/2]]/-[[#expr (%%rating_votes%%-%%rating%%)/2]]) **评论:**%%comments%%
[[size 80%]]与[[*user Agent Phage]]、[[*user haplocalyx]]合著。[[/size]]
[[/div]]
[[/module]]
[[module ListPages category="-deleted" name="skiplook-mailbox"]]
[[div class="work" style="counter-increment: total-score %%rating%% total-up [[#expr (%%rating_votes%%+%%rating%%)/2]] total-down [[#expr (%%rating_votes%%-%%rating%%)/2]];"]]
**%%title_linked%%**
**分数:**%%rating%% (+[[#expr (%%rating_votes%%+%%rating%%)/2]]/-[[#expr (%%rating_votes%%-%%rating%%)/2]]) **评论:**%%comments%%
[[size 80%]]与[[*user Agent FS]]合作制作。[[/size]]
[[/div]]
[[/module]]
[[module ListPages name="what-if-hourglass-4"]]
[[div class="work" style="counter-increment: total-score %%rating%% total-up [[#expr (%%rating_votes%%+%%rating%%)/2]] total-down [[#expr (%%rating_votes%%-%%rating%%)/2]];"]]
**%%title_linked%%**
本栏目可以尽情诋毁邮筒。
**分数:**%%rating%% (+[[#expr (%%rating_votes%%+%%rating%%)/2]]/-[[#expr (%%rating_votes%%-%%rating%%)/2]]) **评论:**%%comments%%
[[/div]]
[[/module]]
[[module ListPages name="annual-returns-2024"]]
[[div class="work" style="counter-increment: total-score %%rating%% total-up [[#expr (%%rating_votes%%+%%rating%%)/2]] total-down [[#expr (%%rating_votes%%-%%rating%%)/2]];"]]
**%%title_linked%%**
**分数:**%%rating%% (+[[#expr (%%rating_votes%%+%%rating%%)/2]]/-[[#expr (%%rating_votes%%-%%rating%%)/2]]) **评论:**%%comments%%
[[size 80%]]与[[*user TomJens]]、[[*user Grignard_reagent]]与[[*user 14#7_MonochromeMix]]合作完成。[[/size]]
[[/div]]
[[/module]]
[[module ListPages name="goif-contest-hub"]]
[[div class="work" style="counter-increment: total-score %%rating%% total-up [[#expr (%%rating_votes%%+%%rating%%)/2]] total-down [[#expr (%%rating_votes%%-%%rating%%)/2]];"]]
**%%title_linked%%**
**分数:**%%rating%% (+[[#expr (%%rating_votes%%+%%rating%%)/2]]/-[[#expr (%%rating_votes%%-%%rating%%)/2]]) **评论:**%%comments%%
[[size 80%]]与[[*user breaddddd]]与[[*user Kcorena]]合办。[[/size]]
[[/div]]
[[/module]]
[[module ListPages name="shishishi-hub"]]
[[div class="work" style="counter-increment: total-score %%rating%% total-up [[#expr (%%rating_votes%%+%%rating%%)/2]] total-down [[#expr (%%rating_votes%%-%%rating%%)/2]];"]]
**%%title_linked%%**
地标总是爆炸?联系实事市城市重建局!
**分数:**%%rating%% (+[[#expr (%%rating_votes%%+%%rating%%)/2]]/-[[#expr (%%rating_votes%%-%%rating%%)/2]]) **评论:**%%comments%%
[[size 80%]]与[[*user Agent Phage]]、[[*user breaddddd]]、[[*user Lyrics Linn]]合著。[[/size]]
[[/div]]
[[/module]]
[[/div]]
[[div class="wfooter"]]
5
[[/div]]
[[/div]]
[[div class="word-document"]]
[[div class="wheader"]]
作品
[[/div]]
[[div class="word-content"]]
+++ **翻译**
[[module ListPages order="created_at" tags="-原创 -作者 -补充材料" category="-deleted -fragment -log-of-anomalous-items-cn -short-stories -protected-fragment" created_by="Sharia Vanilla" separate="no" perPage="106"]]
[[div class="work" style="counter-increment: total-score %%rating%% total-up [[#expr (%%rating_votes%%+%%rating%%)/2]] total-down [[#expr (%%rating_votes%%-%%rating%%)/2]];"]]
**%%title_linked%%**
**分数:**%%rating%% (+[[#expr (%%rating_votes%%+%%rating%%)/2]]/-[[#expr (%%rating_votes%%-%%rating%%)/2]]) **评论:**%%comments%%
[[/div]]
[[/module]]
----
[[module ListPages name="site-69"]]
[[div class="work" style="counter-increment: total-score %%rating%% total-up [[#expr (%%rating_votes%%+%%rating%%)/2]] total-down [[#expr (%%rating_votes%%-%%rating%%)/2]];"]]
**%%title_linked%%**
**分数:**%%rating%% (+[[#expr (%%rating_votes%%+%%rating%%)/2]]/-[[#expr (%%rating_votes%%-%%rating%%)/2]]) **评论:**%%comments%%
[[size 80%]]co-translated with [[*user AceAttackAssassin]].[[/size]]
[[/div]]
[[/module]]
[[module ListPages name="scp-8980"]]
[[div class="work" style="counter-increment: total-score %%rating%% total-up [[#expr (%%rating_votes%%+%%rating%%)/2]] total-down [[#expr (%%rating_votes%%-%%rating%%)/2]];"]]
**%%title_linked%%**
**分数:**%%rating%% (+[[#expr (%%rating_votes%%+%%rating%%)/2]]/-[[#expr (%%rating_votes%%-%%rating%%)/2]]) **评论:**%%comments%%
[[size 80%]]co-translated with [[*user Aegnus]], [[*user Dr Hormress]], [[*user flipiris]], [[*user KCorena]], [[*user LeeBr]], [[*user Re_spectators]] and [[*user Researcher2516]].[[/size]]
[[/div]]
[[/module]]
[[/div]]
[[div class="wfooter"]]
6
[[/div]]
[[/div]]
[[div class="word-document"]]
[[div class="wheader"]]
作品
[[/div]]
[[div class="word-content"]]
[[div class="sum-score"]]
+ 总评分:
[[/div]]
[[/div]]
[[div class="wfooter"]]
[https://scp-wiki-cn.wikidot.com/rias-personnel-file/offset/1/works_limit/1 作品] - [https://scp-wiki-cn.wikidot.com/rias-personnel-file/offset/1/personnel-file_limit/1 人事] - [https://scp-wiki-cn.wikidot.com/rias-personnel-file/offset/1/tools_limit/1 工具]
[[/div]]
[[/div]]
[[/div]]
====
[[div class="listblock personnel"]]
[[div class="word-document"]]
[[div class="wheader"]]
人事档案
[[/div]]
[[div class="word-content"]]
**姓名:**莉亚·兰 (Ria Vanilla)
**种族:**--人类-- 存疑
**年龄:**--26-- 存疑
**性别:**女
**安保许可等级:**一般3级权限,本站点项目4级权限
**站内职位:**Site-CN-53,研究部门主管
**介绍:**
* 喜欢香草和绿色。头发也是绿色的,但是据说不是染的。
* 喜欢喝花茶,也经常用这种饮品来招待客人。不喜欢加了太多糖的品类。
* 有熟人社交恐惧症,因此被普遍评价为待人随和。但是在排除了直接目光接触的场合中就会暴露本性。
* 家(或者说办公室)里蹲。自称“只要光合作用就能代替运动了”,因此办公室的落地窗上没有挂窗帘。
* 在奥秘植物学这一领域中颇有建树。会使用一些涉及植物的奇术,但没有已知的实战记录。
* 在帷幕外(?)担任雪域大学[[footnote]] 白水市的一所公立大学,建立于该城市被划定为枢纽之后的1980年。 [[/footnote]]的奥秘植物学教授。负责的两位研究生分别是###8076a3|Merla Niama##和###a4aca7|林荷露##,很不幸地是,后两者在参与工作后仍然在她的手下工作。
* 对雪铃花(//Galanthus nivalis// L.)有异乎寻常的喜爱。有时会用这一植物的学名代替真名用于签字,这种签名在Site-CN-53中拥有同等的行政效用。
* 偶尔会有“透明度下降”一类的目击报告,但没有确实可信的证据。
* 直到2024年一直自称26岁。被质疑年龄的时候会很生气,但是绝大多数情况下都是装的。
* 这里是一条用来凑够十条的凑数介绍,真是无趣。
[[/div]]
[[div class="wfooter"]]
1
[[/div]]
[[/div]]
[[div class="word-document"]]
[[div class="wheader"]]
人事档案
[[/div]]
[[div class="word-content"]]
= Ria Vanilla与[[[SCP-CN-3764|被单幽灵]]]的合照!?
[[include component:image-block
|name=https://scpsandboxcn.wdfiles.com/local--files/breaddddd3/196.jpg
|align=center
|caption=感谢[[*user breaddddd]]绘制的人设艺作!
]]
[[/div]]
[[div class="wfooter"]]
[https://scp-wiki-cn.wikidot.com/rias-personnel-file/offset/1/works_limit/1 作品] - [https://scp-wiki-cn.wikidot.com/rias-personnel-file/offset/1/personnel-file_limit/1 人事] - [https://scp-wiki-cn.wikidot.com/rias-personnel-file/offset/1/tools_limit/1 工具]
[[/div]]
[[/div]]
[[/div]]
====
[[div class="listblock tools"]]
[[div class="word-document"]]
[[div class="wheader"]]
工具
[[/div]]
[[div class="word-content"]]
[[=]]
[[module rate]]
[[/=]]
+++ **系列进度追踪**
[[module Countpages tags="+原创 scp 掩藏页 -已解明 -搞笑" name="scp-cn-1*"]]
系列二:
[[include :fendsfox:component:rating-bar-main
|sizeA = [[#expr (%%total%%-100)/10]]%
|sizeB = [[#expr (1000-(%%total%%-100))/10]]%
|pureRate = 1
|colorT1 = #000000
|colorF1 = #cccccc
]]
[[/module]]
[[module Countpages tags="+原创 scp 掩藏页 -已解明 -搞笑" name="scp-cn-2*"]]
系列三:
[[include :fendsfox:component:rating-bar-main
|sizeA = [[#expr (%%total%%-100)/10]]%
|sizeB = [[#expr (1000-(%%total%%-100))/10]]%
|pureRate = 1
|colorT1 = #000000
|colorF1 = #cccccc
]]
[[/module]]
[[module Countpages tags="+原创 scp 掩藏页 -已解明 -搞笑" name="scp-cn-3*"]]
系列四:
[[include :fendsfox:component:rating-bar-main
|sizeA = [[#expr (%%total%%-100)/10]]%
|sizeB = [[#expr (1000-(%%total%%-100))/10]]%
|pureRate = 1
|colorT1 = #000000
|colorF1 = #cccccc
]]
[[/module]]
[[/div]]
[[div class="wfooter"]]
1
[[/div]]
[[/div]]
[[div class="word-document"]]
[[div class="wheader"]]
工具
[[/div]]
[[div class="word-content"]]
+++ **竞赛追踪**
[[iframe https://scpwiki.github.io/timer/timer.html?lang=cn&time=2025-09-30T16:00:00.000Z&progress=新秀竞赛开放投稿于:&style=#title+{color:#000000;} style="width: 750px; height: 200px; border: 0; text-align: center;"]]
[[=]]
[[module Listpages tags="+原创 +2025新秀竞赛 -中心" category="-deleted" separate="no" order="rating desc" perPage="100"]]
[[div class="blockquote" style="text-align: center;"]]
**#%%index%%** %%title_linked%%
**作者:**%%created_by_linked%%
**日期:**%%created_at%% (%%updated_at%%)
**标签:**%%tags%%
**字数(含结构代码):**%%size%% (+%%children%%)
----
**分数:**%%rating%% (+[[#expr (%%rating_votes%%+%%rating%%)/2]]/-[[#expr (%%rating_votes%%-%%rating%%)/2]]) **评论:**%%comments%%
[[include :fendsfox:component:rating-bar-main
|colorT1 = #000000
|colorF1 = #cccccc
]]
[[/div]]
[[/module]]
[[div class="stat"]]
[[collapsible show="[+] 统分小工具"]]
[[module Listpages tags="+原创 +2025新秀竞赛 -中心" category="-deleted" separate="no" order="rating desc" perPage="100"]]
|| %%title_linked%% || %%created_by%% || %%rating%% || %%rating_votes%% ||
[[/module]]
[[/collapsible]]
[[/div]]
[[/=]]
[[/div]]
[[div class="wfooter"]]
[https://scp-wiki-cn.wikidot.com/rias-personnel-file/offset/1/works_limit/1 作品] - [https://scp-wiki-cn.wikidot.com/rias-personnel-file/offset/1/personnel-file_limit/1 人事] - [https://scp-wiki-cn.wikidot.com/rias-personnel-file/offset/1/tools_limit/1 工具]
[[/div]]
[[/div]]
[[/div]]
====
[[module ListPages offset="@URL|0" range="."]]
[[%%content{0}%%module css]]
.listblock.intro {display:block;}
[[%%content{0}%%/module]]
[[/module]]
[[module ListPages limit="@URL|0" range="." urlAttrPrefix="works"]]
[[%%content{0}%%module css]]
.listblock.works {display:block;}
[[%%content{0}%%/module]]
[[/module]]
[[module ListPages limit="@URL|0" range="." urlAttrPrefix="personnel-file"]]
[[%%content{0}%%module css]]
.listblock.personnel {display:block;}
[[%%content{0}%%/module]]
[[/module]]
[[module ListPages limit="@URL|0" range="." urlAttrPrefix="tools"]]
[[%%content{0}%%module css]]
.listblock.tools {display:block;}
[[%%content{0}%%/module]]
[[/module]]