:root { /* header measurements */ --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --header-h1-font-size: clamp(2rem, 5vw, 2.8125rem); --header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem); --logo-image: url("https://nu-scptheme.github.io/Black-Highlighter/img/logo.svg"); } #header { --search-textbox-text-color: var(--swatch-secondary-color); background: none; } #header::before { content: " "; position: absolute; width: 100%; height: 100%; left: 0; top: 0.75rem; background-image: var(--logo-image); background-repeat: no-repeat; background-position: center 0; background-size: auto calc(var(--header-height-on-desktop) - 1.5rem); opacity: 0.8; pointer-events: none; } #header h1, #header h2 { margin: 0; padding: 0; width: 100%; height: var(--header-height-on-desktop); display: flex; align-items: center; justify-content: center; display: flex; align-items: center; justify-content: center; } #header h1 a, #header h1 a::before, #header h2 span, #header h2 span::before { margin: 0; padding: 0; z-index: 0; display: block; text-align: center; } #header h1 { z-index: 1; } #header h1 a::before, #header h1 a::after { content: var(--header-title); } #header h1 a::before { color: rgb(var(--swatch-text-tertiary-color)); z-index: -1; -webkit-text-stroke: 0.325rem rgb(var(--swatch-text-dark)); } #header h1 a::after { color: rgb(var(--swatch-headerh1-color)); z-index: 1; } #header h2 { z-index: 0; text-transform: uppercase; pointer-events: none; } #header h2 span { margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - 2em); } #header h2 span::before, #header h2 span::after { --wght: 600; content: var(--header-subtitle); position: absolute; left: 50%; transform: translateY(-50%) translateX(-50%); width: 100%; text-align: center; } #header h2 span::before { -webkit-text-stroke: 0.25rem rgb(var(--swatch-text-dark)); } #header h2 span::after { color: rgb(var(--swatch-headerh2-color)); z-index: 1; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { color: rgba(0, 0, 0, 0); } @media (min-width: 36rem) { #login-status { flex-grow: 1; left: 3%; right: initial; } #login-status::before { --mask-image: none; background-color: transparent; } #login-status:not(:focus-within) { color: rgb(var(--login-line-divider-color)); -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; user-select: initial; } #login-status #account-topbutton, #login-status:not(:focus-within) #account-topbutton { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgba(var(--login-arrow-color), 0); } #login-status #account-topbutton::before{ --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(var(--login-arrow-color), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton:hover::before { --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; } #login-status:not(:focus-within) #account-topbutton::after { display: none; } #login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); pointer-events: all; -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) { opacity: 1; } #login-status #my-account { --wght: 300; } #account-options { background: var(--gradient-header); } #search-top-box { top: 1.5em; right: 3%; background: rgba(var(--search-focus-textbox-bg-color), 0.4); } #search-top-box:focus-within ~ #login-status { opacity: 1; } #search-top-box::after { transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); } #search-top-box:not(:focus-within)::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0% 100% ); background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #search-top-box:not(:focus-within):hover::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgb(var(--search-icon-hover-bg-color)); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) { max-width: var(--search-width); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { max-width: var(--search-width); padding: 0 var(--search-height) 0 1em; outline-width: 0; background-color: rgb(var(--search-focus-textbox-bg-color), 0.35); color: rgba(var(--search-textbox-text-color), 0.4); cursor: pointer; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="submit"], #search-top-box form[id="search-top-box-form"]:focus-within input[type="submit"] { pointer-events: all; border: none; } } #page-title::after, .meta-title::after, #page-title::before, .meta-title::before { content: ""; flex-grow: 1; height: 0.0625rem; background: rgb(var(--swatch-primary)); } #page-title::before, .meta-title::before { margin: auto 1.25rem auto auto; }
@supports(display: grid) { :root { --sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 769px) { #side-bar .close-menu { display: block; position: fixed; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; background: unset; opacity: 1; pointer-events: all; z-index: -1; } #side-bar .close-menu img { color: transparent; } #side-bar .close-menu::before, #side-bar .close-menu::after { content: ""; box-sizing: border-box; position: fixed; display: block; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; padding: 0; margin: 0; text-align: center; pointer-events: all; cursor: pointer; transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { --mask:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Hamburger' x='0' y='0' baseProfile='tiny' overflow='visible' version='1.2' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cpath d='M4 10h24c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm24 4H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2zm0 8H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2z'/%3E%3C/svg%3E"); z-index: -1; background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: 50% 50%; mask-position: 50% 50%; -webkit-mask-size: 60%; mask-size: 60%; } #side-bar .close-menu::after { z-index: -2; background-color: var(--toggle-button-bg, rgb(var(--sidebar-bg-color))) !important; border-radius: var(--toggle-roundness, 50%); border: var(--toggle-border-color, rgb(var(--sidebar-links-text))) var(--toggle-border-width, 0.25rem) solid; } #side-bar:focus-within .close-menu, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu { pointer-events: none; } #side-bar:focus-within .close-menu::before, #side-bar:focus-within .close-menu::after { opacity: 0; pointer-events: none; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::before, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::after { opacity: 0; pointer-events: none; } #side-bar { display: block; position: fixed; top: 0; left: calc(var(--sidebar-width-on-desktop)*-1); z-index: 10; transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; height: 100%; overflow-y: auto; overflow-x: hidden; margin-top: 0; } #side-bar:focus-within { left: 0; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover { left: 0; } #side-bar .side-block { margin-top: 1rem; background-color: rgb(0, 0, 0, 0); border-radius: 0; border-left-width: 0px; border-right-width: 0px; } #main-content::before { content: ""; display: block; position: fixed; top: 0; right: 0; z-index: -1; opacity: 0; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, width 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; margin-left: var(--sidebar-width-on-desktop); background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat; padding-right: 0; width: 100%; height: 100vh; pointer-events: none; z-index: 99; } #side-bar:focus-within ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } @supports (-moz-appearance:none) and (background-attachment:local) and (not (-moz-osx-font-smoothing:auto)) { #side-bar { padding: inherit; } } #content-wrap { display: flex; flex-direction: row; width: calc(100vw - (100vw - 100%)); min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem))); flex-grow: 2; height: auto; position: relative; margin: 0 auto; max-width: inherit; } #main-content { width: 100%; position: initial; max-height: 100%; padding: 2rem 1rem; max-width: var(--body-width-on-desktop, 45.75rem); margin: 0 auto; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } @supports (-webkit-hyphens:none) { #side-bar { transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, padding-right 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, background-color 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; padding-right: 0; background-color: rgb(0, 0, 0, 0); pointer-events: all; overflow-x: visible; overflow-y: visible; z-index: 999; } #side-bar::-webkit-scrollbar { opacity: 0; -webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; } #side-bar .close-menu::before { z-index: 999; } #side-bar .close-menu::after { z-index: 998; } #side-bar:hover .close-menu::before, #side-bar:hover .close-menu::after { opacity: 0; } #side-bar:hover { left: 0; background-color: rgba(var(--swatch-menubg-color), 1); padding-right: 0; } #side-bar:hover::-webkit-scrollbar { opacity: 1; } #side-bar:hover~#main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } } } }

济诺奶酪排(Geno's Steaks),SCP-5787的发生地。
特殊收容措施:基金会网络爬虫小组ALPHA/CYAN/JOSEPH将在网络旅游论坛及社交媒体页面上散播关于在济诺奶酪排内点单奶酪排的程序指导。SCP-5787的受害者将被定位、拘留、为其提供A级记忆删除。
基金会行动员已在利用附近一处监控系统,每日进行查看,特别是在高峰时间。已分派指定团队在重要旅游假日予以监控。
描述:SCP-5787是发生于宾夕法尼亚州费城济诺奶酪排1的一种现象。济诺奶酪排店内在点单上遵守一套半硬性的用语规范,例如,若顾客想要点一个配有whiz奶酪和洋葱的奶酪排,则应当点一个“whiz放”。“whiz不放”则是指放入whiz奶酪、但不加洋葱的奶酪排。2
SCP-5787会在一名顾客(编为SCP-5787-1)造访该店铺且点单有误达到三次后激活。此时,SCP-5787-1会立即消失。已发现目击此事的收银员对SCP-5787-1没有记忆。
在经过10到20分钟后,SCP-5787-1会出现在济诺奶酪排的街对面,且完好无恙。SCP-5787-1之后会走入店铺,并准确地点单一个奶酪排。后续调查发现SCP-5787-1个体将能一直准确遵守用语规范。
费城范围内的研究已确认SCP-5787仅局限在济诺奶酪排。
附录5787.1:初次采访
采访记录
前言:在整月内执行了加强监控程序;便衣基金会行动员驻守在济诺奶酪排店外,为此次行动准备了掩盖故事Beta-7(“纪实片”)。于7/4/2017,监控拍摄到Quentin Rodriguez在济诺奶酪排店外消失。在其重现后,Franklin特工找到了他。
Franklin:感谢您配合我们的谈话,Mr. Rodriguez。我们得了解下本地人对这些标志性地点有何反应,这很重要。
Rodriguez:哈?噢,对,我不是这片地来的,哥们,但它挺棒的就是了。就是很棒。我会…我会每天来吃的,要是我能的话。(发笑)
Franklin:是这样吗?这是你第一次品尝费城奶酪排么?
Rodriguez:不不不。我每隔几周都要因工来费城。就爱奶酪排—还有济诺家。哈哈…
(Rodriguez反复抓头。)
Franklin:一切正常吗,先生?
Rodriguez:有点头疼…刚过了,呃。噢上帝。(打嗝)我得回去。
(Rodriguez连忙从人员身边跑开,三分钟后返回。在他的衬衫底部可见到似乎是呕吐物的小片痕迹。)
Franklin:Mr. Rodriguez?
Rodriguez:你看,哥们,我不知道我还行不行,我有…一点点不舒服。济诺家。好地方。爱它。就爱济诺家这种好地方。
Franklin:不是问题!最后一个问题。作为来客,你对你点单的这种用语规范感觉如何呢?这整套的“放”和“不放”规矩。你对此惊讶过吗?
Rodriguez:不…不,完全不是。我完全而且彻底理解为什么他们有这样的规矩在。传统。围绕这些环节的重大传统,我想。我从来没点错单。就要点对单。就爱这种好地方…济诺家这种好地方。
Franklin:好的,感谢您抽出时间。
(Rodriguez凝视前方,Franklin特工准备和他握手。Rodriguez无精打采地伸出手,15秒里Rodriguez停住没有动作。)
Franklin:先生?
Rodriguez:(受惊)啊!呃,对。没问题。谢谢你。好运。
研究员备注:在采访后,Rodriguez被拘留、记忆删除、很快予以释放。后续采访得到了与之相类似的无结论结果。考虑到Rodriguez的情绪状况及明显病态,有理由使用D级开展探索。
附录5787.2:D级调查
抄录
前言:D-2392被选中执行对SCP-5787的调查。他在此次抄录前已经违反过点单规范两次。
«开始记录»
(D-2392靠近收银台。收银员从开启的点单窗口内探出身。)
D-2392:嘿!我想点一个奶酪排三明治配美式奶酪加洋葱,可以吗?
(收银员瞳孔扩张,她的皮肤变得苍白。)
收银员:是的,先生。这就来了,先生。您犯了一个可怕的错误,先生。
D-2392:哈—
(收银员指向D-2392。)
收银员:服从且忏悔吧!
(镜头闪过白光。突然间D-2392躺在了一片铺有地毯的地板上。他起身,发现自己身处一间小而装修精致的书房内。他把双手放在背后,伸展一番。)

D-2392身体摄像机上的静止帧。
D-2392:(呻吟)耶稣,我这背。
不明声音:很好,又一位来客。
(D-2392转向右侧,看见一名外貌形似威廉·佩恩、由氧化铜组成的人形实体。该实体(编为SCP-5787-2)坐在双人小沙发里。)
D-2392:妈了个天!你是—
SCP-5787-2:不,我不是那个桂格燕麦哥。我完全可以闻到你的不在状态。请坐。
(D-2392服从,坐在一把木椅上。)
SCP-5787-2:你可意识到你刚刚做了什么?
D-2392:我点奶酪排点错了单。
SCP-5787-2:非常好!你点奶酪排点错单了。也许在潘特家就能接受这种外域的狗屁倒灶3,但在这?行不通。你是要上历史课,还是直接开始正题?
D-2392:我想听解释,先生。
SCP-5787-2:(叹息)好吧。我们费城人坐落在荣光之放不放赋予的精良平衡之上。肉排。奶酪。洋葱。面包。如果你感觉喜欢也许还有胡椒。有平衡才有约束。约束必须有足够多的的人来遵守才能维持平衡,否则将有崩溃之虞,而后随我们,便是荣光之放不放。
D-2392:荣光之放不放?
SCP-5787-2:嗯。当我们受胎之时,我们奠基于简明之上—肉排,奶酪,还有一个卷。因而,你要用两到三个简单的词描述奶酪排。你明白吗?要简单。现在,你觉得当你把简单的三明治订单复杂化,会发生什么事?
D-2392:随便什么…事?
SCP-5787-2:灾祸。宇宙之天秤将向不利于我们缓缓倾倒。当一个你这般愚蠢生物违反了这些简单规则,荣光之放不放越发不安定。
D-2392:我还是不知道这个放不放是个啥。你是说像是,像是—
SCP-5787-2:要不我直接让你见见?(它站起身)来。你在浪费时间了。
(SCP-5787-2领导D-2392穿过一条拱形走廊,走下一条被火炬照亮的石阶。在最底下是一扇巨大的铁门。)
D-2392:这不像是个…这不是性之类的事对吧?
SCP-5787-2:你会希望它就是。
(SCP-5787-2拉开门栓,强行推开门,留开一道巨大、勉强漏光的门缝。在中央有一大理石祭坛,被一圈火焰环绕。)
SCP-5787-2:过来,外地人。你有罪必得赎。
(两人靠近祭坛。)
D-2392:嘿—你看,我真不是故意要—我很抱歉冒犯你—
(随着祭坛越发可见,可以看到其上摆放了一个巨大的木盒。SCP-5787-2靠近木盒,拜倒在它之前开始念诵。)
SCP-5787-2:噢,伟大者!碳水的栽培师,简明的苏丹,费城的主持,以及过去、而今、将会永远放和永远不放之他—荣光之放不放!
(木盒开始颤抖。)
SCP-5787-2:赐我们您的良善,将赎救圣礼赋给这不配格的外地人!
(颤抖频率增大,黑色的烟雾从盒中流出。)
SCP-5787-2:现慈悲吧,我的君王!
(盒子猛地打开,吓到了D-2392。从中升起一团厚实的橙色物质。其中心点往外拉伸出一个圆形尖端,而后扩展开来,扭曲成了一个头颈结构。它似乎在开口呻吟。在下方有两个形如烤洋葱的肢体穿透而过,拧成手臂和手掌。烤牛肉片在实体的粘稠身体内漂动,有两大块聚集在头上部,代表了眼睛。不定形实体的下半截不可见,依然在其现身的盒内。)
D-2392:什么鬼?
SCP-5787-2:看!荣光之放不放化身于此了!
(放不放呻吟着向D-2392伸展身躯。从它的口中发出潺潺的声音。)
放不放:佩恩!何故你要召唤我?
SCP-5787-2:与昨日一样,我主。
放不放:该死!这就是折磨!我讨厌干这些事。你妈的能好好点个奶酪排吗,这又不难!甚至还有个告示在那!
(放不放开始哭泣。SCP-5787-2停止做出俯拜,开始安抚该实体。)
SCP-5787-2:别哭,我主!您会没事的,好吗?
放不放:(哭泣)这个形态太痛苦了!
SCP-5787-2:非常抱歉,我主。(对D-2392)你。吃他。
D-2392:你说“吃他”是个什么意思?这东西?
SCP-5787-2:全部的他。
放不放:求你他妈的快做吧!(它痛苦地呻吟,在空中抽打身体。)算我欠你一个情!
SCP-5787-2:你在此事上没有选择,你不可离开直到你照做为止。这是唯一的路。
(放不放向D-2392伸展,抓住了他的底裤。)
放不放:(哭喊)求你。我求求你。吃了我。了结它。
SCP-5787-2:先生,您在让自己尴尬。
(放不放把手放在了D-2392的嘴上。)
放不放:全都烧起来了,请帮我吧!
D-2392:(叹气)我要换新工作。
(D-2392咬住放不放的手。)
D-2392:(咀嚼)哈,还不赖。吃着也不像是whiz奶酪。这是啥?
SCP-5787-2:荣光之放不放的化身乃是波萝伏洛、whiz奶酪、美式奶酪的融合。(停顿)说那话吧,我主。
放不放:哦对。(浅浅呼吸一口)我以放不放的祝福洗涤你,宇宙之秤倾向如此衡平。狗屁玩意儿诸如此类。
SCP-5787-2:你可继续了。
(接下来的10分钟,D-2392成功吃下了整个人形体。)
SCP-5787-2:你感觉如何?
(D-2392没有回应。)
SCP-5787-2:很棒。
(画面变白,而后显示D-2392出现在济诺奶酪排对面的人行道上。他连忙跑向附近的厕所,呕吐了五分钟。在重整自己后,他走近店铺,正确地点单了一个三明治。)
«记录结束»
请按如下方式引用此页:
“SCP-5787”,作者 PlaguePJP,来自 SCP 维基。原文链接:https://www.scpwiki.com/scp-5787。译者 ashausesall,来自 SCP-CN 维基。译文链接:http://scp-wiki-cn.wikidot.com/scp-5787。遵循 CC-BY-SA 协议。
更多详情请参阅授权指南。
授权信息
文件名:genos.jpg
图像作者:j.reed
授权协议:CC BY-SA 2.0
来源链接:https://search.creativecommons.org/photos/2b44b9a5-eae4-4b34-8563-7d845f1a8a93
文件名:library.png
图像作者:H Michael Miley
授权协议:CC BY-SA 2.0
来源链接:https://search.creativecommons.org/photos/359aaeeb-8c14-417b-b78f-6a7be77f7b76
更多维基文档信息,请见版权信息总览。