/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */
#top-bar .open-menu a {
position: fixed;
top: 0.5em;
left: 0.5em;
z-index: 5;
font-family: 'Nanum Gothic', san-serif;
font-size: 30px;
font-weight: 700;
width: 30px;
height: 30px;
line-height: 0.9em;
text-align: center;
border: 0.2em solid #888;
background-color: #fff;
border-radius: 3em;
color: #888;
}
@media (min-width: 768px) {
#top-bar .mobile-top-bar {
display: block;
}
#top-bar .mobile-top-bar li {
display: none;
}
#main-content {
max-width: 708px;
margin: 0 auto;
padding: 0;
transition: max-width 0.2s ease-in-out;
}
#side-bar {
display: block;
position: fixed;
top: 0;
left: -20em;
width: 17.75em;
height: 100%;
margin: 0;
overflow-y: auto;
z-index: 10;
padding: 1em 1em 0 1em;
background-color: rgba(0,0,0,0.1);
transition: left 0.4s ease-in-out;
scrollbar-width: thin;
}
#side-bar:target {
left: 0;
}
#side-bar:focus-within:not(:target) {
left: 0;
}
#side-bar:target .close-menu {
display: block;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
margin-left: 19.75em;
opacity: 0;
z-index: -1;
visibility: visible;
}
#side-bar:not(:target) .close-menu { display: none; }
#top-bar .open-menu a:hover {
text-decoration: none;
}
/* FIREFOX-SPECIFIC COMPATIBILITY METHOD */
@supports (-moz-appearance:none) {
#top-bar .open-menu a {
pointer-events: none;
}
#side-bar:not(:target) .close-menu {
display: block;
pointer-events: none;
user-select: none;
}
/* This pseudo-element is meant to overlay the regular sidebar button
so the fixed positioning (top, left, right and/or bottom) has to match */
#side-bar .close-menu::before {
content: "";
position: fixed;
z-index: 5;
display: block;
top: 0.5em;
left: 0.5em;
border: 0.2em solid transparent;
width: 30px;
height: 30px;
font-size: 30px;
line-height: 0.9em;
pointer-events: all;
cursor: pointer;
}
#side-bar:focus-within {
left: 0;
}
#side-bar:focus-within .close-menu::before {
pointer-events: none;
}
}
}
:root {
--posX: calc(50% - 358px - 12rem);
}
/*--- Footnote Auto-counter --*/
#page-content {
counter-reset: megacount;
}
/*--- Footnote Superscript Number --*/
.fnnum {
display: inline-block;
text-indent: calc(-1% - 0.1em);
overflow: hidden;
line-height: 83%;
text-decoration: none;
font-weight: bold;
font-style: initial;
color: transparent;
position: relative; top: -0.25em; font-size: 82%;
padding: .15em calc(.21em - 0.4px) .12em calc(.11em - 1px);
margin-left: -0.06em;
margin-right: -0.25em;
counter-increment: megacount;
user-select: none;
}
.fnnum::after {
content: "" counter(megacount);
color: var(--fnColor, #E6283C);
}
.fnnum:hover {
text-decoration: none;
cursor: pointer;
background-color: var(--fnColor, #E6283C);
}
.fnnum:hover::after { color: white; }
/*--- Footnote Content Wrapper --*/
.fncon {
position: absolute;
right: calc(var(--posX) + 80px);
line-height: 1.2;
padding: 0.82rem;
width: 10.3rem;
background: white;
border: 2px solid black;
font-weight: initial;
font-style: initial;
text-align: initial;
pointer-events: none;
opacity: 0;
transition: opacity 0.15s linear, right 0.3s cubic-bezier(.08,.72,.5,.94);
z-index: 9;
}
.fnnum:hover + .fncon {
opacity: 1;
right: var(--posX);
}
.fncon::before {
position: absolute;
top: 0; left: 0;
transform: translateX(-52%) translateY(-55%) scale(1.15);
background-color: var(--fnColor, #E6283C);
color: white;
content: counter(megacount);
font-size: initial;
font-weight: bold;
font-style: initial;
padding-left: 0.32em; padding-right: 0.32em;
padding-top: 0.18rem; padding-bottom: 0.08rem;
}
/*--- Mobile Query --*/
@media only screen and (max-width: 1279px) {
.fncon {
position: fixed;
bottom: 1.3rem;
left: calc(11% - 50px);
width: 70%;
transition: opacity 0.15s linear, left 0.3s cubic-bezier(.08,.72,.5,.94);
}
.fnnum:hover + .fncon {
left: 11%;
}
}
/*
BLANKSTYLE CSS
[2021 Wikidot Theme]
By Placeholder McD and HarryBlank
Based on:
Paperstack Theme by EstrellaYoshte
Penumbra Theme by EstrellaYoshte
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap');
body{
color:#333;
}
#page-content { font-size: 0.8rem; }
#main-content {
top: -1.6rem;
padding: 0.2em;
}
div#container-wrap {
background-image: none;
}
div#header {
background-image: none;
}
#header h1, #header h2 { margin-left: 0; float: none; text-align: center; }
#header h2 { margin-top: 0.5rem; }
#header h1 span, #header h2 span { font-size: 0; display: none;}
#header h1 a::before, #header h2::before {
color: #000;
letter-spacing: 1px;
font-family: 'Montserrat', sans-serif !important;
text-shadow: none;
}
#header h1 a::before {
content: var(--header-title, "R\0026 C SITE-43");
font-weight: 400;
font-size: 1.3em;
}
#header h2::before {
content: var(--header-subtitle, "顛覆 常規 慣例");
font-weight: 700;
font-size: 1.3em;
}
@media (max-width: 707px) {
#header h1 a::before {
font-size: 1.6em;
}
}
#login-status,
#login-status a {
color: #333333;
}
#page-title {
display: none;
}
#footer, #footer a {
background: transparent;
color: #333333;
}
#search-top-box-input,
#search-top-box-input:hover,
#search-top-box-input:focus,
#search-top-box-form input[type=submit],
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
border: none;
background: #333333;
box-shadow: none;
border-radius: 0px;
color: #efefef;
}
#search-top-box input.empty {
color: #999999;
}
#search-top-box {
top: 2.3rem!important;
right: 8px;
}
#top-bar {
display: flex;
justify-content: center;
right: 0;
top: 7.9rem;
}
#top-bar, #top-bar a {
color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Montserrat', sans-serif;
color: #000;
letter-spacing: 1px;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.45em;
}
div#extra-div-1 {
height: 160px;
width: 100%;
top: 0;
position: absolute;
background: url('https://scp-wiki.wdfiles.com/local--files/theme%3Ablankstyle/43Head.png');
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;
z-index: -1;
}
@media (max-width: 707px) {
div#extra-div-1 {
top: 15px;
}
}
body {
background-image: linear-gradient(
to bottom,
#e0e0e0, #e0e0e0 90px,
#e0e0e0 90px, #ffffff 200px,
#ffffff 200px, #ffffff 100%);
background-repeat: no-repeat;
}
:root {
--timeScale: 1.5;
--timeDelay: 1.5s;
--posX: calc(50% - 358px - 13rem);
--fnLinger: 1s;
}
#page-content hr {
background-color: #000;
}
#page-content tr th {
padding: 6px;
border: #000 1px solid;
}
#page-content tr td {
padding: 12px;
border: #000 1px solid;
line-height: 1.4;
}
#page-content .sidebox tr td,
#page-content .sidebox tr th {
padding: 0.35em;
}
#side-bar {
border-right: 1px solid #333;
background: #DDD;
}
#side-bar .side-block {
border: 1px solid #333;
border-radius: 0;
box-shadow: none;
}
#top-bar div.open-menu a {
border: 1px solid #333;
border-radius: 0;
box-shadow: none;
}
@media (max-width: 767px) {
#side-bar:target {
border: 1px black;
box-shadow: none;
}
}
#side-bar .side-block {
border: 1px solid #333;
border-radius: 0;
box-shadow: none;
background-color: #FDF6D7;
}
#side-bar .side-block.media {
background-color:#D7EFE7;
}
#side-bar .side-block.resources {
background-color:#F5D8E0;
}
#page-content .creditRate{
margin: unset;
margin-bottom: 4px;
}
#page-content .rate-box-with-credit-button {
background-color: #ffffff;
border: solid 1px #000;
box-shadow: none;
border-radius: 0;
}
#page-content .rate-box-with-credit-button .fa-info {
border: none;
color: #333333;
}
#page-content .rate-box-with-credit-button .fa-info:hover {
background: #333333;
color: #ffffff;
}
.rate-box-with-credit-button .cancel {
border: solid 1px #ffffff;
}
/* ---- PAGE RATING ---- */
.page-rate-widget-box {
box-shadow: none;
border: solid 1px #000;
margin: unset;
margin-bottom: 4px;
border-radius: 0;
}
div.page-rate-widget-box .rate-points {
background-color: #ffffff;
color: #333333;
border: none;
border-radius: 0;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
background-color: #ffffff;
border-top: none;
border-bottom: none;
}
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
background: transparent;
color: #333333;
}
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
background: #333333;
color: #ffffff;
}
.page-rate-widget-box .cancel {
background: transparent;
background-color: #ffffff;
border: none;
border-radius: 0;
}
.page-rate-widget-box .cancel a {
color: #333333;
}
.page-rate-widget-box .cancel a:hover {
background: #333333;
color: #ffffff;
border-radius: 0;
}
#page-content .rate-box-with-credit-button .page-rate-widget-box { border: none; }
.anchor {
position: sticky;
height:0;
top: 0;
}
.sidebox {
padding: .14rem;
margin-top: 0;
margin-bottom: 8px;
width: calc((100vw - 870px)/2);
max-height: calc(100vh - 18rem);
position: absolute;
top: 0;
left: 103.5%;
z-index: 5;
overflow: auto;
box-sizing: border-box;
}
@media (max-width: 1290px) {
.sidebox {
display: none;
visibility:hidden;
}
}
.scp-image-block {
box-shadow: none;
}
/* ---- YUI TAB BASE ---- */
.yui-navset .yui-nav a,.yui-navset .yui-navset-top .yui-nav a{background-color:inherit;background-image:inherit}.yui-navset .yui-nav a:hover,.yui-navset .yui-nav a:focus{background:inherit;text-decoration:inherit}.yui-navset .yui-nav .selected a,.yui-navset .yui-nav .selected a:focus,.yui-navset .yui-nav .selected a:hover{color:inherit;background:inherit}.yui-navset .yui-nav,.yui-navset .yui-navset-top .yui-nav{border-color:inherit}.yui-navset li{line-height:inherit}
/* ---- YUI TAB CUSTOMIZATION ----*/
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav{
display: flex;
flex-wrap: wrap;
width: calc(100% - .125rem);
margin: 0 auto;
border-color: #333333;
box-shadow: none;
}
.yui-navset .yui-nav a, /* ---- Link Modifier ---- */
.yui-navset .yui-navset-top .yui-nav a{
color: #333333;
/* ---- Tab Background Colour | [UNSELECTED] ---- */
background-color: #efefef;
border: unset;
box-shadow: none;
box-shadow: none;
}
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus{
color: #ffffff;
/* ---- Tab Background Colour | [HOVER] ---- */
background-color: #333333;
}
.yui-navset .yui-nav li, /* ---- Listitem Modifier ---- */
.yui-navset .yui-navset-top .yui-nav li{
position: relative;
display: flex;
flex-grow: 2;
max-width: 100%;
margin: 0;
padding: 0;
color: #ffffff;
background-color: #ffffff;
border-color: transparent;
box-shadow: none;
}
.yui-navset .yui-nav li a,
.yui-navset-top .yui-nav li a,
.yui-navset-bottom .yui-nav li a{
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
.yui-navset .yui-nav li em{
border: unset;
}
.yui-navset .yui-nav a em,
.yui-navset .yui-navset-top .yui-nav a em{
padding: .35em .75em;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.yui-navset .yui-nav .selected, /* ---- Selection Modifier ---- */
.yui-navset .yui-navset-top .yui-nav .selected{
flex-grow: 2;
margin: 0;
padding: 0;
/* ---- Tab Background Colour | [SELECTED] ---- */
background-color: #333333;
}
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a em{
border: none;
}
.yui-navset .yui-nav .selected a{
width: 100%;
color: #ffffff;
}
.yui-navset .yui-nav .selected a:focus,
.yui-navset .yui-nav .selected a:active{
color: #ffffff;
background-color: #333333;
}
.yui-navset .yui-content {
background-color: #ffffff;
box-shadow: none;
}
.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content{
padding: .5em;
border: 1px solid #333;
box-sizing: border-box;
}
/*---- SCROLLBAR ----*/
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: #FFF;
border-left: 1px solid #333;
}
::-webkit-scrollbar-thumb {
background: #CCC;
border: #333 1px solid;
}
::-webkit-scrollbar-thumb:hover {
background: #EEE;
}
/*---- CENTER IMAGES ON MOBILE courtesy of EstrellaYoshte and PeppersGhost ----*/
.imagediv {
float: right;
margin: 15px
}
@media (max-width: 540px) {
.imagediv {
float: none;
text-align:center;
margin: auto;
}
}
@media only screen and (max-width: 600px) {
.scp-image-block.block-right{
float: none;
margin: 10px auto;
}
}
/*---- ACS-COLORED TABLE DIVS ----*/
#page-content .table1 tr th,
#page-content .table1 .scp-image-block .scp-image-caption {
background-color: #D7EFE7;
}
#page-content .table2 tr th,
#page-content .table2 .scp-image-block .scp-image-caption {
background-color: #D8ECF4;
}
#page-content .table3 tr th,
#page-content .table3 .scp-image-block .scp-image-caption {
background-color: #FDF6D7;
}
#page-content .table4 tr th,
#page-content .table4 .scp-image-block .scp-image-caption {
background-color: #FFDABF;
}
#page-content .table5 tr th,
#page-content .table5 .scp-image-block .scp-image-caption {
background-color: #F5D8E0;
}
#page-content .table6 tr th,
#page-content .table6 .scp-image-block .scp-image-caption {
background-color: rgba(146, 0, 255, 0.2);
}
.tableb .wiki-content-table {
border-collapse: separate;
border-spacing: 2px;
}
.tableb .scp-image-block {
border: none;
}
.tableb .scp-image-block img {
border: #000 1px solid;
box-sizing: border-box;
}
.tableb .scp-image-block .scp-image-caption {
margin-top: 2px;
border: #000 1px solid;
box-sizing: border-box;
}
.top-left-box > .item {
display: none;
}
/* ---- WORDS NO LONGER BROKEN, THE CROQUEMBOUCHE HAS SPOKEN ---- */
span, a { word-break: normal !important }
.avatar-hover { display: none !important; }
#breadcrumbs, .pseudocrumbs {
text-align: center;
padding-top: 10px;
}
#main-content .page-tags span {
max-width: 100%;
}
/* -- FANCY THINGS from Woedenaz's Dustjacket Theme -- */
.fancyhr hr {
border-top: 2vw solid transparent;
background-color: rgba(var(--bright-accent), 0);
height: 0;
box-sizing: border-box;
border-image-source: url('https://wanderers-library.wikidot.com/local--files/component:dustjacket-theme/wl_hr.png');
border-image-repeat: round round;
background: none;
border-image-slice: 80 500 80 500 fill;
border-image-width: 10em 80em 10em 80em;
}
.fancyborder {
box-sizing: border-box;
border: 2vw solid rgba(0,0,0,0.5);
border-image: url('https://wanderers-library.wikidot.com/local--files/component:dustjacket-theme/wl_border.png') 600 round;
border-image-width: 6;
padding: 2vw;
}
「他平時是不是長這樣子的?」
Tilda Moose主管向Calvin研究員揚起眉毛,然後重新看着觀察窗。「不,他平時長得不像隻猴子。」
Daniel Aeslinger博士扒了扒他的皮毛,然後以哀傷的眼神望向單向玻璃。
「誒,我還未見過他,所以就。」Calvin聳了聳肩。「為甚麼你覺得他這麼傷心?」
這次Moose嘗試揚起另一邊眉毛,看看可否留下效果更好的影響。「因為他變成了一隻猴子?」
觀測室的門打開,可見Alto Clef斜視的臉。Moose表面上沒退縮地退縮。「不,你不可以餵他花生。」
Clef咧嘴笑了。「我帶着消息來了!到處都發生了這種現象。我們確認了43、95、119、120站有突然猴子化的事件,還有幾項疑似個案。」
這次Moose揚起雙眉。「疑似猴子化個案會是甚麼樣子的?」
Clef的笑容更燦爛了。「首先,今天目前已經有七個人嘗試將我申報。」
Moose點頭。「這應該能阻止你向新晉研究員丟便便。」
「對。」Calvin說。
「我沒選擇當歡迎新人議會的成員,是歡迎新人議會選擇了我。」Clef低頭看着Aeslinger。「我覺得他傷心的原因是他最近才被猴子化,皮毛裏沒蝨子可以吃。」
Calvin乾嘔了一聲,但Moose沉思了。「這確實很合理。」她說。「而且合理的是,這個是你想到的。」
「嘿。」Calvin半嘔地說。「之前不是發生了類近的事嗎?」
Moose瞇起眼睛。
「他媽的五十次了,」Clef嘆道。「每隔一天。」
Calvin彈指。「之前不是有個高級職員遇到這種事嗎?」
「並沒有。」Clef說。
「並沒有。」Moose說。
「但我幾乎很肯定發生過這種事,不是嗎?」Calvin走向門口。「我們應該聯絡他,看看這是甚麼原因造成這件事的。我幾乎記——」
「閉嘴。」Moose說。
「——得那個是誰了。哦幹,那不——」
「他媽的閉嘴。」Clef說。
「那不就是Br——」
Clef朝Calvin的鼻子揍了一拳。年輕的那位倒在地上,躺在自己的血泊之中。
「活該。」Moose說。
「我很抱歉,但今天Dunn先生不與會客見面。」
那個看起來野心勃勃的男人低頭看着她。她常常看到這種表情;作為阿卡迪亞總裁的女秘書,她已經習慣準遊戲開發人員居高臨下的態度。「我知道他在裏面。」那人蠻橫無理地回答道,就如他的外表一樣。「我這裏可以聽到他猛擊東西的聲音。也許我可以使他心情好轉!」
「喔,他心情已經很好了。」
一聲原始的尖叫從Dan "Wolf" Dunn緊閉的門後爆發出來,彷彿是在直接回應她剛才所說的話。
「他今天過了很充實的一天。」
一道響亮且奇特的聲音——聽起來幾乎就是一個Xbox 360控制器像連枷一樣被揮動,系統式拆毀一個電腦鍵盤——傳出門外。
「他完成了很多事務。」
那人盯着她。「他聽起來就在毀掉自己的辦公室。」
她點頭。「是的,他整個下午為了研究都在玩遊戲。他平時都沒這個心情這樣做,但他今天開始好轉了!」
她笑了。
「他説他明白玩家的心情了。」
接下來的兩分鐘,空間充斥着無誤是恒河猴的叫聲,然後可能是「要塞英雄」這個詞的尖叫聲。
Jessie Rivera博士在觀看監控記錄時覺得越來越不安。「這不好笑,對吧?」
站在她旁邊的Magdaleine Cornwell博士點頭道。「這完全不好笑。」
記錄顯示站點下層儲存技術器材的一條走廊。一隻猴子穿着整齊西裝、白大褂和佈滿符文的白手套,正衝向着一對武裝特工。特工們開了槍;Daniel Asheworth主管突然跳向天花,並在吊燈上擺動,而鎮靜劑徒勞無功地落在瓷磚地板上。
「至少他表現得像隻猴子,」Cornwell評論道。「不像他平時的自己——」
Asheworth把吊燈扯下來,他自己落在特工腳前,把燈指向他們。符文熾熱地發光,燈泡在閃光下炸裂,那兩名特工就倒下了。
Rivera瞇起眼看。「花那麼多功夫就是為了這個。」
「我從沒見過這種魔法。」Cornwell道。
Rivera張開了口,皺了皺眉頭,然後再次開口。「惡作劇Monkeyshine。」
Cornwell瞪了她一眼,但沒有否定。
Asheworth衝上牆壁,並將地板變成濕滑的黑色泥淖,接着前來的下一對特工就滑倒了。「機修工Grease monkey?」
Rivera皺眉點頭。
接下來的五分鐘是場災難。Asheworth顯現一個微型牢房,將三名特工逼到牆角——攀登架Monkey bars。 還有兩個被一群黃色的小生物撞倒了,而他們會在這天剩下的時間裡把它們咳出來——「水馬騮Sea monkeys。」 一個電子鎖被重新編程,以阻止主管通過,但還是被粗糙的猴子手指快速敲擊幾下鍵盤就毫不費力地繞過了——「編碼猴」。 人員用舊機器匆忙堆起的路障被他用一種神奇的工具——「猴子扳手」巧妙地拆卸下來。當Asheworth進入電梯時,兩名女人雙雙抱頭。
「向好的一面看,」Rivera說。「他這版本的魔法有道理可言。」
Site-43:加拿大安大略省蘭布頓縣伊帕瓦什公園
「我不明白。他就……這樣子繼續工作?」Placeholder McDoctorate博士從單向玻璃望向曾經是——希望未來也是——Daniil Sokolsky博士。Sokolsky博士正在填寫文件,並以一種特別令人不悅的的方式陰沈着臉。
「嗯。」Lillian Lillihammer說。她聳了聳肩。
「他變成了一隻猴子,但他就像這樣繼續工作?」
「嗯。」她再次聳了聳肩。
「他看起來根本不生氣,只是有點……垂頭喪氣。」
「對。」
「好吧,如果我是他的話——」
「他是俄羅斯人。」
「哦喔喔喔。」McDoctorate點頭。
Sophia Light博士低頭掃視最新的文件,然後若有所思地點頭。「我之前還有所懷疑,你知道的。」
她的助理Vaux扭脖子發出咔咔聲,打了個呵欠。「我們要花多少時間做這個?」
「他繼續為我們賺錢,我們便繼續做。」她花俏地簽下自己的名字,把文件放在漸漸升高的紙堆上。「好的,Dan,來個難題:079。」
曾經是Dan ███████博士的猴子坐在陳舊的學生桌椅上,沉思了一會兒,只含糊地「 噫」了一聲,接着開始在他的打字機敲打鍵盤。
「你是怎麼想到這個的?」Vaux問。
Light笑了。「廢除提案很難稱得上是莎士比亞的作品,而我們的Dan博士任何時候都比得上百萬隻猴子。」
D_BAKER_95 這不應該是這樣的。
D_REIGEN_119 但就是這樣。
D_BAKER_95 我不信。這應該有更好的解釋。
D_REIGEN_119 已經沒有了。Sokolsky只會買特價食品,而他的地區超市過量採購這些東西。Dan博士經常忘記吃飯,他記得的時候就會到公司共用雪櫃偷吃。Area-09的雪櫃裝滿了這些,因為基金會也只會買特價食品。
D_BAKER_95 Aeslinger又如何?他不像是會吃奶昔零食的人。
D_REIGEN_119 他一直在節食,而他以為那個是優格。
D_BAKER_95 這是個狗屁。
D_REIGEN_119 但是這個狗屁是真的。你想你還是我來開案?
D_BAKER_95 我猜我來吧。挺下去。
D_REIGEN_119 互相呼應吧。
D_BAKER_95 神啊,求求你。
SCP項目提案申請表
研究員提案: Danielle Baker博士,Danielle Reigen博士
項目等級提案: Keter
描述提案: SCP-XXXX是一個圍繞"Danimals"牌新奇兒童奶昔零食的異常……
請在引用該頁面時添加以下資訊:
欲瞭解更多資訊,請詳見 授權指南。
詳細授權資訊
檔案名稱: Danimals.png
圖像作者: HarryBlank
圖像授權協議: CC BY-SA 3.0
欲瞭解到更多處於維基上的資訊,請見 Licensing Master List。