scp-000000000

WELCOME TO THE LONGEST SCP ARTICLE ON THE PLANET! HERE YOU CAN SEE ALL KINDS OF SCP ARTICLES TO CRITIQUE ON, NO SEARCH REQUIRED.

Wow! You flipped a card and got: The Nom Creacher!!! You ca reload the page or go to the next.
DATE: 01 Mar 2021 21:52

Item #: SCP-XXXX

Object Class: Safe

Special Containment Procedures:
SCP-XXXX is contained in a 12x12x12 cell with two separate areas for sleeping, some sort of entertainment for animals (ex: dangling synthetic mouse) that must be replaced once every week, and an automatic water system connected to site water lines.

Due to SCP-XXXX's anomalous properties, one D-Class personnel a member of foundation staff must enter SCP-XXXX's cell and "feed" it once every 24 hours to keep it from demanifesting.

Head researcher, Dr. Simmons has deemed all instances of SCP-XXXX-1 safe, and allowed the feeder to keep SCP-XXXX-1 if they so choose.

Description: SCP-XXXX is a small, male, quadrupedal creature similar in shape to a possum with abnormally large ears. It's fur patterns, vocalizations, and (non anomalous) diet closely resemble that of a western red fox. But DNA testing shows closest relation with the common house cat.

SCP-XXXX enjoys affection from humans, and will go out of it's way to be pet or cared for. Those giving SCP-XXXX affection report feeling a sense of happiness and enjoyment, regardless of their previous outlook on animals.

SCP-XXXX's anomalous effects are shown in it's diet. SCP-XXXX has shown the ability to consume anything without any sort of repercussion. If SCP-XXXX is fed something undesirable by a human, it will immediately regurgitate an object that the feeder specifically wanted or needed at that moment. This process does not seem to bother SCP-XXXX. It even appears proud of its creation, regardless of size, and pain that it would inflict upon being regurgitated.
If SCP-XXXX is not fed an object by a human at any point within 24 hours, it will demanifest, and teleport to the nearest human in need of a specific object.


Wow! You flipped a card and got: MyHub!!! You ca reload the page or go to the next.
DATE: 01 Mar 2021 20:50
rating: 0+x
mart.jpg

East wing of Miami Walmart Supercenter

Item #: SCP-XXXX

Object Class: Safe

Special Containment Procedures: SCP-XXXX is to be contained in the Miami Walmart Supercenter, in the east-wing employees-only area. An offshoot of Stationary Task Force Kappa-51, Kappa-52 "Always Lower Prices" are to double-check all papers regarding Greazeburger at ██████████████████████, a Foundation front outside the effective perimeter.

NOTICE FROM GREAZEBURGER INVESTIGATION TEAM

Personnel currently in or around the Supercenter, including any investigation or communication sites established in the 50m radius, can probably get away with submitting a blank form. Just don't mistype your ID, please.

— Dr. Kensing, Head of the Greazeburger Investigation Team


Please answer the following questions to access the full file:
If necessary, round all answers to the nearest thousandth.
[[HTML]]
<html lang="en">
<head>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
</script>
<script type="text/javascript"
src="http://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<meta charset="utf-8">
<title>Get Text Input Field Value in JavaScript</title>
</head>
<body>
<style>
@import url(https://d3g0gp89917ko0.cloudfront.net/v--edac79f846ba/common--theme/base/css/style.css);
@import url(https://scp-wiki.wikidot.com/component:theme/code/1);

.invisible {
/* visibility: hidden; */
position: absolute;
top: -9999px;
opacity: 0;
margin-top: 40px;
}

/*this is where I try to rewrite the footnote ability using internet code (thanks paul wilkins)*/

.footnote {
font-size: smaller;
color: grey;
display: inline-block;
}

.bold {
font-weight:bold
}

sup {
position: relative;
/* display: inline-block; */
/* margin-top: 20px; */
}

sup[data-title]:hover::after {
content: attr(data-title);
text-align: left;
padding: 5px 20px 5px 10px;
background-color: white;
border: 1px solid black;
margin-top: 32px;
background-color: #fcfcfc;
position: absolute;
top: 100%;
left: 150%;
width: 295px;
margin-left: -157px;
z-index:98;
}
sup[data-title]:hover::before {
background-color: #fcfcfc;
content: "Footnote: \a";
font-weight: bold;
font-size: 12px;
text-align: left;
padding: 5px 20px 0px 5px;
border-left: 1px solid black;
border-right: 1px solid black;
border-top: 1px solid black;
margin-top: 15px;

position: absolute;
top: 100%;
left: 150%;
width: 300px;
margin-left: -157px;
z-index:99;
}

/* this is a blockquote and other email related css bits, I took the emails from 5555 and made them html */

div.mail {
background: url(http://scp-wiki.wdfiles.com/local--files/the-great-hippo/SCP_icon%281%29.png) top right no-repeat;
float: center;
border: solid 3px #444444;
width: 85%;
padding: 1px 15px;
margin: auto;
margin-top: 10px;
margin-bottom: 10px;
box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.mailtext {
padding: 4px;
line-height: 1.6;
}

div.blockquote {
border: 1px dashed #999;
background-color: #f4f4f4;
padding: 0 1em;
margin: 1em 3em;
}

.tt {
font-family: 'Courier New', Courier, monospace;
font-size: 98%;
}

#t01 th {
width:auto;
text-align: right;
padding: 4px;
}

/*this code is by Croquembouche and anything i dont use i gotta delete */

sup a, summary {
cursor: pointer;
}

summary {
color: #b01;
}

summary:hover {
text-decoration: underline;
}

/* Add a little spacing around collapsibles */
details {
margin: 1em 0;
}

/* Remove browser default focus style */
summary:focus {
outline: none;
}

/* Fade in contents of collapsible */
details :not(summary) {
opacity: 0;
transition: opacity 0.2s;
}

details[open] :not(summary) {
opacity: 1;
}

</style>

<script>

function getRandomInt(max) {
return (Math.floor(Math.random() * Math.floor(max)))+1;
}
var clik = 0;
var num1 = getRandomInt(4);
var num2 = getRandomInt(3);
var disp1 = "$ " + String(num1) + "+" + String(num2) + "= ? $ <br>";
document.write(disp1);
</script>
<input type="text" placeholder="Input answer…" id="myInput"> <br>
<script>
var num3 = getRandomInt(5);
var num4 = getRandomInt(9);
var disp1 = "$ " + String(num3) + "\\times" + String(num4) + "= ? $ <br>";
document.write(disp1);
</script>
<input type="text" placeholder="Input answer…" id="myInput2"> <br>
<script>
var num5 = getRandomInt(9);
var num6 = getRandomInt(9);
var num7 = getRandomInt(40);
var num8 = getRandomInt(9);
var num9 = getRandomInt(25);
var disp1 = "$ " + String(num5) + "x +" + String(num6) + "y =" + String(num7) + ", $ <br>" ;
var disp3 = "$ " + String(num8) + "x =" + String(num9) + "$ <br>";
var disp2 = "$ y=? $ <br>";
document.write(disp1);
document.write(disp3);
document.write(disp2);
</script>
<input type="text" placeholder="Input answer…" id="myInput3"> <br>
Find the inverse DTFT of the rectangular pulse spectrum described over the fundamental band <br>
$ (|\Omega| \leq \pi) $ by $ X(\Omega) = rect(\Omega/2\Omega_c) $ for $ \Omega_c \leq \pi. $ <br>
<script>
var num0 = getRandomInt(3) + 1;
var disp1 = "When $ \\Omega_c = \\pi/" + num0 + "$, what is the lowest positive limiting value? <br>";
document.write(disp1);
</script>
<input type="text" placeholder="Input answer…" id="myInput4"> <br>
<button type="button" onclick="getInputValue();">Submit</button>
<p id="demo"> </p>
<p id="deno"> </p>
<script>
//this is not footnotes now
var hey = ((num7-(num5 * (num9 / num8))) / num6)
var nummer = Math.round((hey + Number.EPSILON) * 1000) / 1000
function aaa(){
document.getElementById("deno").innerHTML = 'XXXX Clearance confirmed, Thank you. <br> Be sure to take extensive notes and review them outside of the effective perimeter. <hr>';

document.getElementById("invisible").style.visibility = "visible";
document.getElementById("invisible").style.position= "relative";
document.getElementById("invisible").style.top= "initial";
document.getElementById("invisible").style.opacity= "1";

//query to make content fade in hopefully
$("#invisible").delay(200).animate({marginTop: "0px"}, { queue: false, duration: 2000 });
$("#invisible").delay(200).animate({"opacity": "1"}, { queue: false, duration: 2000 });
}
function getInputValue(){
// Selecting the input element and get its value
var inputVal = document.getElementById("myInput").value;
var inputVal2 = document.getElementById("myInput2").value;
var inputVal3 = document.getElementById("myInput3").value;
var inputVal4 = document.getElementById("myInput4").value;

// Displaying the value, 3=((7-(5(9/8)))/6)
if( inputVal == num1 + num2 && inputVal2 == num3 * num4 && inputVal3 == nummer && inputVal4 == num0 && clik == 0) {
clik = 1;
document.getElementById("demo").innerHTML = '<hr> <b> LOGIN:</b> <br> Correct answers flagged. While this case is under review, please type your ID, including any classification or security clearance portions. If you have SCP-XXXX related clearances, please use your G.I.T. ID. <br> <input type="password" placeholder="Input password…" maxlength="10" value="iamO5-1duh" id="myInput5"> <br> <button type="button" onclick="aaa();">Submit</button> <hr>';

}else if(clik ==0){
clik = 1;
document.getElementById("demo").innerHTML = '<hr> <b> LOGIN:</b> <br> Please type your ID, including any classification or security clearance portions. If you have SCP-XXXX related clearances, please use your G.I.T. ID. <br> <input type="password" placeholder="Input password…" maxlength="10" value="iamO5-1duh" id="myInput5"> <br> <button type="button" onclick="aaa();">Submit</button> <hr>';

}
}

</script>

<!— add a class="invisible" into this div to make it hide —>

<div id="invisible" class="invisible">

<p id="devo"> </p>

<b> Item #: </b> SCP-XXXX </br> </br>

<b> Object Class: </b> Safe </br> </br>

<b> Special Containment Procedures: </b> SCP-XXXX is to be contained in the Miami Walmart Supercenter, in the east-wing employees-only area. An offshoot of Stationary Task Force Kappa-51, Kappa-52 "Always Lower Prices" are to double-check all papers regarding Greazeburger at <i>"Photocopies and Tie Apparel"</i>, a Foundation front outside the effective perimeter. </br> </br>

All electronics responsible for the operation and upkeep of the Miami Walmart Supercenter are to be outsourced to <i>"Photocopies and Tie Apparel"</i> as well. Stationary Task Force Kappa-51 (“Always Low Prices”) are to increase amounts of SCP-5951-2 harvested. </br> </br>

<b> Description:</b> SCP-XXXX is a landline telephone, currently located in the storage area of the east-wing of the Miami Walmart Supercenter. The phrase "FOR TRIPE, GRIPE, AND HYPE" appears to have been crudely placed on the front with a label maker. Individuals within a 50m radius of SCP-XXXX display an inability to do mathematical calculations, overestimating all results regardless of ability or problem complexity. Confidence in the resulting incorrect answer lessens the further one is from SCP-XXXX.</br> </br>

<I> 13/2/21 Description Update:</i> Disconnecting, removing, dismantling, boiling, melting, and vaporizing the telephone all have had no effect on the anomalous properties of SCP-XXXX. The area around the former landline telephone's location has been determined to be the source of a bend in the fundamental laws of mathematics. A new telephone appeared shortly after complete destruction, with a second label reading "DO NOT VAPORIPE (I COULDN'T FIT THE RHYME, DONT BREAK THIS)"</br> </br>
<I> 18/2/21 Description Update:</i> This bureaucratohazard also extends to <I>all</i> mechanical and electrical evaluations—though no malfunctions, errors, or bugs are found before or after calculation. The complete mechanisms of SCP-XXXX's informational manipulation are currently unknown. </br> </br>

<b> Addendum SCP-XXXX-1: </b> Below is a log of the discovery and initial testing of SCP-XXXX: </br> </br>
<!— THIS IS AN EMAIL —>
<div class="mail">
<table id="t01">
<tr>
<th>From:</th>
<td><div style="color:red;">tni.pcs.tig|hihohordrj#tni.pcs.tig|hihohordrj</div></td>
</tr>
<tr>
<th>To:</th>
<td><div style="color:red;">tni.pcs.tig|skrdrh#tni.pcs.tig|skrdrh</div></td>
</tr>
<tr>
<th>Subject:</th>
<td>Missed Phone Call</td>
</tr>
<tr>
<th>Date:</th>
<td>2/2/2021</td>
</tr>
</table>
<div style="border-bottom:2px solid #777; margin-bottom:1px;"></div>
<div style="padding: 4px; line-height: 1.6;">

&emsp; Hey Dr. Kensing, while you were off another phone incident happened again. I had to pick it up after drawing the short stick. He was blabbering off about his monthly report and other multidimensional problems. He gave us a gift, but he didn't sound very happy. It is ridiculous and dangerous and I don't have the words for it so I'm just attaching the log. I know you are my superior, and thus I may be insignificant, but you should read this and come back. ASAP.

</div>
<div style="border-bottom:3px solid #777; margin-bottom:1px;"></div>

<div style="padding: 4px; line-height: 1.6; margin: 0px;">
Dr. Oscar. </br>
</div>
<details><summary>ATT: Incident_51-2_Documentation</summary>
<div class="blockquote" style="background-color: #f1f1f1; !important">
<!— THIS IS THE LOG STARTING HERE —>

<div style="text-align: center; padding-top: 5px;"><strong> &ltBEGIN LOG&gt </strong></div></br>
<div style="border-bottom:2px solid #777; margin-bottom:1px; width=80%;"></div>
<div class="tt"> <strong> MANIFESTATION — 9:03</strong> </div></br></br>
<div class="tt"> DR. OSCAR ANSWERS PHONE — 10:29 </div></br></br>
<b> Dr. Oscar: </b> Uh… Hello? </br> </br>
<b> POI-792</b><span class="footnote">Martin Greaze, Earth's Greazeburger Representative</span><b>: </b> Welcome to the 24/7 Greazeburger Hotline, where yesterday’s meat is now suddenly neat! How can I help you, skin sack? </br> </br>
<b> Dr. Oscar: </b> Well, I'd like to uh, speak to a represe— </br> </br>
<b> POI-792: </b> I've got some business that needs getting down to. How long has it been, Oscar? Can you check for me? </br> </br>
<div class="tt" style="padding: 0px 0px 0px 5px";> <I> Dr. Oscar flips a few papers and mutters inaudibly. </i></div> </br>
<b> Dr. Oscar: </b> A month about. </br> </br>
<b> POI-792: </b> Plus a day? </br> </br>
<b> Dr. Oscar: </b> No, minus one. </br> </br>
<b> POI-792: </b> Mushy useless trivial conversationals, that's all. Before I get down to business, do you have any concerns or questions? </br> </br>
<b> Dr. Oscar: </b> Yeah, I was wondering why— </br> </br>
<b> POI-792: </b> I'm quite fed up with your attitude, blood bowl. I called <I>you</i>. I've been looking at the papers. I've been looking at the numbers. I've quadruple checked <I>ALL</i> the figures, and I don't think you guys have been faithful to our little agreement. </br> </br>
<div class="tt" style="padding: 0px 0px 0px 5px";> <I> Sounds of footsteps, followed by a minute of silence. </i></div> </br>
<b> Dr. Oscar: </b> We uh, may have been, just a tiny insignificant little bit, around maybe, uh, like, not that much…</br> </br>
<div class="tt" style="padding: 0px 0px 0px 5px";> <I> Dr. Oscar shuffles in his seat.</i></div> </br>
But we might have uh missed a calculation or two I'm sure, and. Well, yeah we are a bit short, but— </br> </br>
<b> POI-792: </b> Not cool bone boy. I thought we had a solid deal. We even let you guys keep ⅔ of the profits for yourselves. Don't worry though, this isn't nothing a little bargaining can't fix. Our last agreement? Consider it nixed. But! For ⅖ profit and a bit more of that goop, we'll keep your planets name off our focus group list. Ive got a pen right here ready to write Terra and cross it out again. Hell, I'll even throw in a little gift for yall. Whaddya say, uh, skin sack?</br> </br>
<b> Dr. Oscar: </b> Well, I'll have to talk to my supervisor and all but—</br> </br>
<b> POI-792: </b> Pleasure doing business with you Oscar, I'd kiss you if this phone and these pesky cords weren't in the way. Remember, you can’t spell “Greaze” without “EZ”!</br></br>
<div class="tt" style="padding: 0px 0px 0px 5px";> <I> At this moment, the phone line is severed, leaving the handset outside of the machine and rendered useless. </i></div> </br>
<div style="border-bottom:2px solid #777; margin-bottom:1px; width=80%;"></div>
<div style="text-align: center; padding-top: 5px;"><strong> &ltEND LOG&gt </strong></div>
<div style="padding-top: 5px; padding-bottom: 10px;"> <b>Closing Statement: </b>Approximently 30 seconds after the phone line's severance, SCP-XXXX manifested. </div>
</div>
</details>
</div>
</br>

<div class="mail">
<table id="t01">
<tr>
<th>From:</th>
<td><div style="color:red;">tni.pcs.tig|hihohordrj#tni.pcs.tig|hihohordrj</div></td>
</tr>
<tr>
<th>To:</th>
<td><div style="color:red;">tni.pcs.tig|skrdrh#tni.pcs.tig|skrdrh</div></td>
</tr>
<tr>
<th>Subject:</th>
<td>RE: Missed Phone Call</td>
</tr>
<tr>
<th>Date:</th>
<td>2/2/2021</td>
</tr>
</table>
<div style="border-bottom:2px solid #777; margin-bottom:1px;"></div>
<div style="padding: 4px; line-height: 1.6;">

&emsp; Oh yeah, also, could we start testing this gift with a D-Class or two?

</div>
<div style="border-bottom:3px solid #777; margin-bottom:1px;"></div>

<div style="padding: 4px; line-height: 1.6; margin: 0px;">
Dr. Oscar. </br>
</div>
</div>
</br>

<div class="mail">
<table id="t01">
<tr>
<th>From:</th>
<td><div style="color:red;">tni.pcs.tig|skrdrh#tni.pcs.tig|skrdrh</div></td>
</tr>
<tr>
<th>To:</th>
<td><div style="color:red;">tni.pcs.tig|hihohordrj#tni.pcs.tig|hihohordrj</div></td>
</tr>
<tr>
<th>Subject:</th>
<td>RE: RE: Missed Phone Call</td>
</tr>
<tr>
<th>Date:</th>
<td>2/2/2021</td>
</tr>
</table>
<div style="border-bottom:2px solid #777; margin-bottom:1px;"></div>
<div style="padding: 4px; line-height: 1.6;">

&emsp; Finished reading the log, I'm headed over. You can start drafting plans but please wait for me to greenlight them.
</div>
<div style="border-bottom:3px solid #777; margin-bottom:1px;"></div>

<div style="padding: 4px; line-height: 1.6; margin: 0px;">
Dr. Kensing. </br>
</div>
</div>
</br>

<div class="tt"> <strong><i>2/2/21</i> Testing Proposals: </strong></div>

<!— I AM WRITING A BLOQUOTE TEST FORMAT THING —>
<div class="blockquote mailtext" style="padding-top: 5px; padding-bottom: 5px;">
<b>Proposal #1:</b> Test any memetic or exposure related damages from exposure to "gift", now formally designated as SCP-XXXX.

<div style="color: green; border: 1px solid green; text-align: center; margin: 5px; background-color: #ceedd1;"> <b> APPROVED </b> </div></br>

<b>Actions Taken:</b> D-2983 was told to spend 24 hours around SCP-XXXX, including sleeping. </br>

<b>Result:</b> No significant results. </br>

<b>Researcher Commentary:</b> (HRs. Dr. Kensing) That's good.

</div>
</br>

<div class="blockquote mailtext" style="padding-top: 5px; padding-bottom: 5px;">
<b>Proposal #2:</b> Make a D-Class pick up the phone.

<div style="color: green; border: 1px solid green; text-align: center; margin: 5px; background-color: #ceedd1;"> <b> APPROVED </b> </div></br>

<b>Actions Taken:</b> D-2983 was instructed to pick up the telephone and place it to his ear, relaying all information. </br>

<b>Result:</b> Besides a low hum, no results. </br>

<b>Researcher Commentary:</b> (Jr. Dr. Ptacher) Yeah, I didn't expect much. At least the thing isn't poisonous or acidic. Or venomous.

</div>

</br>

<div class="blockquote mailtext" style="padding-top: 5px; padding-bottom: 5px;">
<b>Proposal #3:</b> Make a D-Class pick up the phone and say words.

<div style="color: green; border: 1px solid green; text-align: center; margin: 5px; background-color: #ceedd1;"> <b> APPROVED </b> </div></br>

<b>Actions Taken:</b> D-2983 was instructed to pick up the telephone, place it to his ear and politely say hello. </br>

<b>Result:</b> Besides a low hum, no results. </br>

<b>Researcher Commentary:</b> (Jr. Dr. Ptacher) Expected.

</div>

</br>

<div class="blockquote mailtext" style="padding-top: 5px; padding-bottom: 5px;">
<b>Proposal #4:</b> Make a D-Class pick up the phone and say rude words.

<div style="color: green; border: 1px solid green; text-align: center; margin: 5px; background-color: #ceedd1;"> <b> APPROVED </b> </div></br>

<b>Actions Taken:</b> D-2983 was instructed to pick up the telephone, place it to his ear and rudely say hello, explicative usage encouraged. </br>

<b>Result:</b> Besides a low hum, no results. </br>

<b>Researcher Commentary #1:</b> (Jr. Dr. Ptacher) Expected. </br>

<b>Researcher Commentary #2:</b> (Jr. Dr. Oscar) I know rigorous research and all is our game but can we try actually using the damn phone?!

</div>
</br>

<div class="blockquote mailtext" style="padding-top: 5px; padding-bottom: 5px;">
<b>Proposal #5:</b> Make a D-Class pick up the phone and dial the number (666)-666-6666.

<div style="color: #bd4d37; border: 1px solid #bd4d37; text-align: center; margin: 5px; background-color: #e6bab3;"> <b> DENIED </b> </div></br>

<b>Researcher Commentary:</b> (HRs. Dr. Kensing) Perhaps we should choose a number that exists, and one that can be completely tracked. Reprimandation will be considered if you fail to take your job <i>and</i> this anomaly seriously Dr. Ptacher.</br>

</div>

</br>

<div class="blockquote mailtext" style="padding-top: 5px; padding-bottom: 5px;">
<b>Proposal #6:</b> Make a D-Class pick up the phone and dial a prepaid mobile phone.

<div style="color: green; border: 1px solid green; text-align: center; margin: 5px; background-color: #ceedd1;"> <b> APPROVED </b> </div></br>

<b>Actions Taken:</b> D-2983 was instructed to pick up the telephone and dial the prepaid mobile phone number. </br>

<b>Result:</b> The call went to voicemail. No observable effects on the phone, subject, or SCP-XXXX.</br>

<b>Researcher Commentary #1:</b> (HRs. Dr. Kensing) I'll try this again tomorrow.</br>

</div>

</br>
<div class="blockquote mailtext" style="padding-top: 5px; padding-bottom: 5px;">
<b>Proposal #6:</b> Make a D-Class pick up the phone and dial Dr. Kensing's phone number.

<div style="color: green; border: 1px solid green; text-align: center; margin: 5px; background-color: #ceedd1;"> <b> APPROVED </b> </div></br>

<b>Actions Taken:</b> Dr. Kensing's work phone was placed in the room with D-2983. D-2983 was instructed to pick up the telephone and dial Dr. Kensing's number. </br>

<b>Result:</b> The call went through, but Dr. Kensing's phone did not ring. PoI-792 answered on the other line. See Incident_51-3_Log for further information</br>

<b>Researcher Commentary #1:</b> (HRs. Dr. Kensing) I wonder if he has my cell number now. He seems happier this time around. Less stress for me. </br>

</div>

<details><summary>ATT: Incident_51-3_Documentation</summary>
<div class="blockquote">
<div style="text-align: center; padding-top: 5px;"><strong> &ltBEGIN LOG&gt </strong></div></br>
<div style="border-bottom:2px solid #777; margin-bottom:1px; width=80%;"></div>
<div class="tt"> <strong> PoI-792 ANSWERS — 14:00</strong> </div></br>
<div class="tt" style="padding: 0px 0px 0px 5px";> <I> A zipper is audible </i> </div> </br>
<b> POI-792: </b> Welcome to the 25/7 Greazeburger Hotline, where yesterday’s bone is now suddenly in the zone! How can I help you? </br> </br>
<b> D-2983 </b> Uh… Hello? </br> </br>
<b> POI-792</b> Did you guys send another one green as a golf course? I'm not even on hours right now. I'm taking time out of my day to keep this shtick silky smooth and you guys are throwing glibbers in my machinery right now. </br> </br>
<div class="tt" style="padding: 0px 0px 0px 5px";> <I> Dr. Kensing begins instructing D-2983 on what to say. </i> </div> </br>
<b> D-2983 </b> No, this is Kensing. </br> </br>
<b> POI-792</b> Wow… Skin sack through a skin sack, I'm impressed. Whaddya need buddy-pal?</br> </br>
<b> D-2983 </b> He wants to know what you are doing. </br> </br>
<div class="tt" style="padding: 0px 0px 0px 5px";> <I> Another zipper is audible </i> </div> </br>
<b> POI-792</b> I'm relieving myself, looking at these charts I mean. I see beautiful numbers here, I'm quite proud of your guys's work. You've really stepped up just in time for monthly reports, you all should be proud. Now if you don't have anything important to say I'm going to have to hang up. Just remember, you can’t spell “Greaze” without “EZ”! </br> </br>
<div class="tt" style="padding: 0px 0px 0px 5px";> <I> PoI-792 hangs up the call. </i> </div> </br>

<div style="border-bottom:2px solid #777; margin-bottom:1px; width=80%;"></div>
<div style="text-align: center; padding-top: 5px; padding-bottom: 5px;"><strong> &ltEND LOG&gt </strong></div>
</div>
</details>

<div class="tt"> <b>Notice: </b>All data irrelevant to SCP-XXXX, or experiments containing hazourous information and materials have been removed or expunged, as per the Greazeburger Partnership Code, Privacy Policy, Section 19-E as well as the Greazeburger Partnership Code, Protection Policy, Section 14-B.</div>

<details><summary>ATT: February Monthly Report</summary>
<p id="devdo"></p>
<p id="devso"></p>
</details>

<div class="tt"> <strong>Relevant emails from <I>3/2-4/2/21:</i> </strong></div></br>

<div class="mail">
<table id="t01">
<tr>
<th>From:</th>
<td><div style="color:red;">tni.pcs.tig|hihohordrj#tni.pcs.tig|hihohordrj</div></td>
</tr>
<tr>
<th>To:</th>
<td><div style="color:red;">tni.pcs.tig|skrdrh#tni.pcs.tig|skrdrh</div></td>
</tr>
<tr>
<th>Subject:</th>
<td>Balance Sheet and Payments</td>
</tr>
<tr>
<th>Date:</th>
<td>3/2/2021</td>
</tr>
</table>
<div style="border-bottom:2px solid #777; margin-bottom:1px;"></div>
<div style="padding: 4px; line-height: 1.6;">

&emsp; Hey Dr. Kensing. Multiple researchers and I all were working on our monthly payment to Greaze nearly all day, but on my drive home I realized that we did both too much work and that none of it is remotely correct. This is incredibly concerning that all of us were incorrect. I know that I am not on the most secure connection currently but this is urgent. I'm on my way back to correct our errors.

</div>
<div style="border-bottom:3px solid #777; margin-bottom:1px;"></div>

<div style="padding: 4px; line-height: 1.6; margin: 0px;">
Dr. Oscar. </br>
</div>
</div>
</br>

<div class="mail">
<table id="t01">
<tr>
<th>From:</th>
<td><div style="color:red;">tni.pcs.tig|hihohordrj#tni.pcs.tig|hihohordrj</div></td>
</tr>
<tr>
<th>To:</th>
<td><div style="color:red;">tni.pcs.tig|skrdrh#tni.pcs.tig|skrdrh</div></td>
</tr>
<tr>
<th>Subject:</th>
<td>RE: Balance Sheet and Payments</td>
</tr>
<tr>
<th>Date:</th>
<td>3/2/2021</td>
</tr>
</table>
<div style="border-bottom:2px solid #777; margin-bottom:1px;"></div>
<div style="padding: 4px; line-height: 1.6;">

&emsp; I'm back in, we were waaaaay off, we were basically robbing Greaze blind.

</div>
<div style="border-bottom:3px solid #777; margin-bottom:1px;"></div>

<div style="padding: 4px; line-height: 1.6; margin: 0px;">
Dr. Oscar. </br>
</div>
</div>
</br>

<div class="mail">
<table id="t01">
<tr>
<th>From:</th>
<td><div style="color:red;">tni.pcs.tig|hihohordrj#tni.pcs.tig|hihohordrj</div></td>
</tr>
<tr>
<th>To:</th>
<td><div style="color: #080080;">G.I.T. Investigation Team (Group)</div></td>
</tr>
<tr>
<th>Subject:</th>
<td>RE: RE: Balance Sheet and Payments</td>
</tr>
<tr>
<th>Date:</th>
<td>3/2/2021</td>
</tr>
</table>
<div style="border-bottom:2px solid #777; margin-bottom:1px;"></div>
<div style="padding: 4px; line-height: 1.6;">

&emsp; I'm nearly out the door but I'm tired. I might've screwed up a little bit of subtraction. Can anyone still there fix it? It's plainly obvious, look on page 4.

</div>
<div style="border-bottom:3px solid #777; margin-bottom:1px;"></div>

<div style="padding: 4px; line-height: 1.6; margin: 0px;">
Dr. Oscar. </br>
</div>
</div>
</br>

<div class="mail">
<table id="t01">
<tr>
<th>From:</th>
<td><div style="color:red;">tni.pcs.tig|skrdrh#tni.pcs.tig|skrdrh</div></td>
</tr>
<tr>
<th>To:</th>
<td><div style="color: #080080;">G.I.T. Investigation Team (Group)</div></td>
</tr>
<tr>
<th>Subject:</th>
<td>FORUM SUBJECT: Balance Sheet and Payments</td>
</tr>
<tr>
<th>Date:</th>
<td>3/2/2021</td>
</tr>
</table>
<div style="border-bottom:2px solid #777; margin-bottom:1px;"></div>
<div style="padding: 4px; line-height: 1.6;">

&emsp; Why am I getting 900 emails about extra pages being added to the work? What are you guys doing over there? I'll be in tomorrow. It's basic algebra.

</div>
<div style="border-bottom:3px solid #777; margin-bottom:1px;"></div>

<div style="padding: 4px; line-height: 1.6; margin: 0px;">
Dr. Kensing. </br>
</div>
</div>
</br>

<div class="mail">
<table id="t01">
<tr>
<th>From:</th>
<td><div style="color:red;">tni.pcs.tig|skrdrh#tni.pcs.tig|skrdrh</div></td>
</tr>
<tr>
<th>To:</th>
<td><div style="color: #080080;">G.I.T. Investigation Team (Group)</div></td>
</tr>
<tr>
<th>Subject:</th>
<td>FORUM SUBJECT: Balance Sheet and Payments</td>
</tr>
<tr>
<th>Date:</th>
<td>4/2/2021</td>
</tr>
</table>
<div style="border-bottom:2px solid #777; margin-bottom:1px;"></div>
<div style="padding: 4px; line-height: 1.6;">

&emsp; Ok, came in and got about another two-and-a-half pages done, It should be accurate now.

</div>
<div style="border-bottom:3px solid #777; margin-bottom:1px;"></div>

<div style="padding: 4px; line-height: 1.6; margin: 0px;">
Dr. Kensing. </br>
</div>
</div>
</br>

<div class="mail">
<table id="t01">
<tr>
<th>From:</th>
<td><div style="color:red;">tni.pcs.tig|hihohordrj#tni.pcs.tig|hihohordrj</div></td>
</tr>
<tr>
<th>To:</th>
<td><div style="color: #080080;">G.I.T. Investigation Team (Group)</div></td>
</tr>
<tr>
<th>Subject:</th>
<td>FORUM SUBJECT: Balance Sheet and Payments</td>
</tr>
<tr>
<th>Date:</th>
<td>4/2/2021</td>
</tr>
</table>
<div style="border-bottom:2px solid #777; margin-bottom:1px;"></div>
<div style="padding: 4px; line-height: 1.6;">

&emsp; Sorry I arrived late, but you all need to come outside. I'm standing by my car. Please hurry.
</div>
<div style="border-bottom:3px solid #777; margin-bottom:1px;"></div>

<div style="padding: 4px; line-height: 1.6; margin: 0px;">
Dr. Oscar. </br>
</div>
</div>
</br>

<details><summary>23784_2_4_AUDIO.mp3</summary>
<div class="blockquote">

<div class="tt">The following log was pulled with permission off of Junior Researcher Oscar's cellphone </div>
<div style="border-bottom:1px solid #777; margin-bottom:1px; width=80%;"></div>
<div style="text-align: center; padding-top: 5px;"><strong> &ltBEGIN LOG&gt </strong></div></br>
<div style="border-bottom:2px solid #777; margin-bottom:1px; width=80%;"></div>
<div class="tt"> <strong> START — 8:54</strong> </div></br>
<div class="tt" style="padding: 0px 0px 0px 5px";> <I> Multiple people are shuffling around. </i> </div> </br>
<b> Dr. Oscar: </b> Test, Test, alright. Uh names, titles, whatever, just go in a circle. I'll start. Junior Researcher Oscar. </br> </br>
<b> Dr. Ptacher: </b> Doctor Ptacher. What are we doing?</br> </br>
<b> Dr. Oscar: </b> Shhhhh. Next person. </br> </br>
<b> Hugh Vargas: </b> 51-Kappa MTFC Vargas.</br> </br>
<b> Dr. Kensing: </b> Doctor Kensing, Head of Investigation Team. </br> </br>
<b> Dr. Connor: </b> Doctor Connor. </br> </br>
<b> Eric Johnson: </b> Eric, I'm just a custodian. </br> </br>
<b> Dr. Oscar: </b> Good. Uh, this should be enough. Nice variety. This is very important. I've brought some post-it notes with me.</br> </br>
<b> Dr. Ptacher: </b> What the hell is going on?</br> </br>
<b> Dr. Oscar: </b> I'm very concerned with the emails, I read them all when I got home once again and nothing makes sense. I've got a post-it note with a reminder to check my car before going into work today, and that should hopefully work. I need everyone to follow me. </br> </br>
<div class="tt" style="padding: 0px 0px 0px 5px";>Dr. Oscar can be heard walking closer to the entrance.</div> </br>
<b> Dr. Oscar: </b> Think about the balance sheet guys? Isn't it weird how complicated this, stuff, is? What is four minus two?</br> </br>
<b> Eric Johnson: </b> Uh, its two, sir. </br> </br>
<b> Dr. Oscar: </b> Why can't we do simple subtraction on a piece of paper? It's a piece of paper? And most importantly—what are we all doing out here?</br> </br>
<b> Dr. Kensing: </b> You called us out here Doctor.</br> </br>
<b> Dr. Oscar: </b> Yeah but I'm making a big fuss over nothing, aren't I. And we still have some more math to do, don't we?</br> </br>
<b> Dr. Connor: </b> I guess you are right. </br> </br>
<b> Dr. Oscar: </b> You guys go on in, I'll be right there, I just need to go grab my wallet real quick, I left it in my car.</br> </br>
<div class="tt" style="padding: 0px 0px 0px 5px";>The other noises grow distant for four seconds before Dr. Oscar shouts.</div> </br>
<b> Dr. Oscar: </b> Guys! Come back! This is what I was talking about!</br> </br>
<b> Dr. Ptacher: </b> What! </br> </br>
<b> Dr. Oscar: </b> It's like you forget how weird this all is when you get close enough. Why did I just accept everything and let you all go? I think I stopped the moment I realized this, I need you all to stand behind me.</br> </br>
<b> Dr. Kensing: </b> Are you okay Doctor?</br> </br>
<b> Dr. Oscar: </b> I've never been better, get behind me.</br> </br>
<div class="tt" style="padding: 0px 0px 0px 5px";>The phone shifts as Dr. Oscar pulls something from his pocket.</div> </br>
<b> Dr. Oscar: </b> Look, I've written two plus two equals four on a sticky note. Eric, hold this and take five steps forward.</br> </br>
<b> Eric Johnson: </b> Sir. </br> </br>
<b> Dr. Oscar: </b> Now Eric. Look at the note.</br> </br>
<b> Eric Johnson: </b> Sir. </br> </br>
<b> Dr. Oscar: </b> Tell me what you think.</br> </br>
<b> Eric Johnson: </b> It's a tad confusing, sir. </br> </br>
<b> Dr. Oscar: </b> What? It's just simple addition. Is it correct?</br> </br>
<b> Eric Johnson: </b> I'm not sure. </br> </br>
<b> Dr. Oscar: </b> Do you see this Ken? I think something is screwing with our paper. This is a logistical nightmare sir.</br> </br>
<b> Dr. Ptacher: </b> This makes absolutely no sense. Let me try. </br> </br>
<div class="tt" style="padding: 0px 0px 0px 5px";>Dr. Ptacher is heard walking to Eric.</div> </br>
<b> Dr. Kensing: </b> Well, Ptacher, tell me about the note.</br> </br>
<b> Dr. Ptacher: </b> Pretty sure this is wrong, problem solved. Can we go in now. </br> </br>
<div class="tt" style="padding: 0px 0px 0px 5px";>Inaudible whispering, forty seconds pass.</div> </br>
<b> Dr. Kensing: </b> Everyone but Vargas can enter, but ANY numbers you guys are messing with need to be told to Vargas. It is imperative you do <I>not</i> argue with him. He's got a radio and a Pepsi, he just needs a TI-84 to check everything we do.</br> </br>

<div class="tt" style="padding: 0px 0px 0px 5px";> <I> Dr. Oscar ends the recording. </i> </div> </br>

<div style="border-bottom:2px solid #777; margin-bottom:1px; width=80%;"></div>
<div style="text-align: center; padding-top: 5px; padding-bottom: 5px;"><strong> &ltEND LOG&gt </strong></div>
</div>
</details>
</br>
<div class="tt"><strong><i>4/2/21</i> Testing Proposals:</strong></div>
</br>
<div class="blockquote mailtext" style="padding-top: 5px; padding-bottom: 5px;">
<b>Proposal #7:</b> Make a D-Class ask Martin what the hell is going on.

<div style="color: green; border: 1px solid green; text-align: center; margin: 5px; background-color: #ceedd1;"> <b> APPROVED </b> </div></br>

<b>Actions Taken:</b> D-2983 was instructed to pick up the telephone and dial "(000)-000-0000". Dr. Kensing is outside of the effective zone instructing D-2983 on what to say. </br>

<b>Result:</b> Martin Greaze answered on the other line. See Incident_51-4_Log for further information</br>

<b>Researcher Commentary:</b> (HRs. Dr. Kensing) Damnit. </br>

</div>

<details><summary>ATT: Incident_51-4_Documentation</summary>
<div class="blockquote">
<div style="text-align: center; padding-top: 5px;"><strong> &ltBEGIN LOG&gt </strong></div></br>
<div style="border-bottom:2px solid #777; margin-bottom:1px; width=80%;"></div>
<div class="tt"> <strong> PoI-792 ANSWERS — 14:00</strong> </div></br>
<b> POI-792: </b> Welcome to the 25/7 Greazeburger Hotline, where yesterday’s <I>skin</i> has never <I>been</i> better! How can I help you? </br> </br>
<b> D-2983: </b> What the hell is going on? </br> </br>
<b> POI-792:</b> I have no clue what's going on Jeffery. </br> </br>
<div class="tt" style="padding: 0px 0px 0px 5px";> <I> D-2983 is audibly taken aback. </i> </div> </br>
<b> D-2983: </b> How did you… Uh, no I am still talking for Doctor Kensing. He is the one that wants to know what the hell is going on. </br> </br>
<b> POI-792:</b> I still have no clue what you are talking about.</br> </br>
<b> D-2983: </b> He says they know something's up and they, I mean he, wants to talk </br> </br>
<b> POI-792:</b> Well, just put him on the phone. </br>
<b> D-2983: </b> He says he will not move any closer. He really would like to talk. </br> </br>
<b> POI-792:</b> Ah, well. I'm getting a call right now. Sorry, gotta go, important business things. Stop looking, caring, and keep up the great work. Remember, you can’t spell “Greaze” without “EZ”! </br> </br>
<div class="tt" style="padding: 0px 0px 0px 5px";> <I> PoI-792 hangs up the call. </i> </div> </br>

<div style="border-bottom:2px solid #777; margin-bottom:1px; width=80%;"></div>
<div style="text-align: center; padding-top: 5px; padding-bottom: 5px;"><strong> &ltEND LOG&gt </strong></div>
</div>
</details>

</br>
<div class="blockquote mailtext" style="padding-top: 5px; padding-bottom: 5px;">
<b>Proposal #8:</b> Find the effective perimeter.

<div style="color: green; border: 1px solid green; text-align: center; margin: 5px; background-color: #ceedd1;"> <b> APPROVED </b> </div></br>

<b>Actions Taken:</b> Store was cleared 'for construction'. Researchers spent three (3) days cross-checking simple mathematics with MTFC Vargas around the Miami Walmart Supercenter.</br>

<b>Result:</b> Epicenter of anomaly determined to be the telephone. Effective radius is approximately 50m.</br>

<b>Researcher Commentary:</b> (HRs. Dr. Kensing) All mathematics must be done outside this perimeter. A new foundation front is underway to house Kappa-52, created for double-checking our work. </br>
</div>
</br>

<div class="blockquote mailtext" style="padding-top: 5px; padding-bottom: 5px;">
<b>Proposal #9:</b> Destroy SCP-XXXX.

<div style="color: #bd4d37; border: 1px solid #bd4d37; text-align: center; margin: 5px; background-color: #e6bab3;"> <b> DENIED </b> </div></br>

<b>Researcher Commentary:</b> (HRs. Dr. Kensing) Please reread the logo on your ID. We are required to be diplomatic. </br>
</div>
</br>

<div class="blockquote mailtext" style="padding-top: 5px; padding-bottom: 5px;">
<b>Proposal #10:</b> Test machines.

<div style="color: green; border: 1px solid green; text-align: center; margin: 5px; background-color: #ceedd1;"> <b> APPROVED </b> </div></br>

<b>Actions Taken:</b> A standard TI-84 was tested against MTFC Vargas offsite. </br>

<b>Result:</b> All answers provided by the standard TI-84 were larger than MTFC Vargas's answers.</br>

<b>Researcher Commentary:</b> (Dr. Ptacher:) Very interesting, but expected. Updated file. </br>
</div>
</br>

<div class="blockquote mailtext" style="padding-top: 5px; padding-bottom: 5px;">
<b>Proposal #11:</b> Move SCP-XXXX.

<div style="color: green; border: 1px solid green; text-align: center; margin: 5px; background-color: #ceedd1;"> <b> APPROVED </b> </div></br>

<b>Actions Taken:</b> D-2983 moved SCP-XXXX one (1) foot to the left. </br>

<b>Result:</b> No change observed in perimeter.</br>

<b>Researcher Commentary:</b> (Dr. Ptacher:) Very interesting. I have one last idea. </br>

</div>
</br>

<div class="blockquote mailtext" style="padding-top: 5px; padding-bottom: 5px;">
<b>Proposal #12:</b> Destroy SCP-XXXX. </br>

<b>Researcher Pre-commentary:</b> (Dr. Ptacher:) Look, I'm sure if Greaze didn't want this thing to be destroyed we won't be able to destroy it. It doesn't even control the damn radius. Let me destroy it for Christ's sake. </br>

<div style="color: green; border: 1px solid green; text-align: center; margin: 5px; background-color: #ceedd1;"> <b> APPROVED </b> </div></br>

<b>Actions Taken:</b> Dr. Ptacher damaged and destroyed SCP-XXXX in several ways. </br>

<b>Result:</b> SCP-XXXX rematerialized after complete destruction. Description updated to match Ptacher's recent tests.</br>

<b>Researcher Commentary:</b> (HRs. Dr. Kensing) There must be reality bend in this area. Keep everything closed and the radius clear. A Scranton Reality Anchor will shortly be in place. </br>

</div>
</br>

<div class="blockquote mailtext" style="padding-top: 5px; padding-bottom: 5px;">
<b>Proposal #13:</b> Bring a Scranton Reality Anchor on site

<div style="color: green; border: 1px solid green; text-align: center; margin: 5px; background-color: #ceedd1;"> <b> APPROVED </b> </div></br>

<div style="padding-bottom: 5px;">
<b>Actions Taken:</b> Dr. Oscar and Dr. Kensing attempted to bring a SRA to SCP-XXXX </br>
</div>

<div style="padding-bottom: 5px;">
<b>Result:</b> The Scranton Reality Anchor malfunctioned upon crossing the perimeter. A small explosion occurred. Dr. Kensing sustained minor injuries (a fractured tibia, bruising above his left eye, and various small lacerations). Dr. Oscar sustained major injuries (including a broken arm, multiple lacerations and abrasions, a dislocated shoulder, and a short temporal dislocation). </br> &emsp; Dr. Kensing and Dr. Oscar were moved into the infirmary, and Dr. Oscar was administered Class B Amnestetics upon return of basic cognitive functioning. After one week of administrative leave for Dr. Kensing, and two weeks of infirmary stay for Dr. Oscar, both returned to their former positions on Greazeburger's Investigation Team.</br>
</div>

<div style="padding-bottom: 5px;">
<b>Researcher Commentary:</b> (HRs. Dr. Kensing) Turns out this thing really bends all math. Probably messes with the laws of mathematics themselves. Also turns out most machines run on math. I take full responsibility for this mistake and have updated the description of SCP-XXXX to reflect this test result. </br>
</div>
</div>
</br>

<b> Addendum SCP-XXXX-2: </b> </br> </br>

<div class="mail">
<table id="t01">
<tr>
<th>From:</th>
<td><div style="color:red;">tni.pcs.tig|hihohordrj#tni.pcs.tig|hihohordrj</div></td>
</tr>
<tr>
<th>To:</th>
<td><div style="color: #080080;">G.I.T. Investigation Team (Group)</div></td>
</tr>
<tr>
<th>Subject:</th>
<td>FORUM SUBJECT: Balance Sheet and Payments for March</td>
</tr>
<tr>
<th>Date:</th>
<td>2/3/2021</td>
</tr>
</table>
<div style="border-bottom:2px solid #777; margin-bottom:1px;"></div>
<div style="padding: 4px; line-height: 1.6;">

&emsp; I'm finally healthy and catching up on what I need to know but don't remember. Thank you all for the cards and nice words—made my stay 103 times better. It is nice to be back at my desk wearing these tacky Wal-Mart vests though. </br> &emsp; I am just sending this email to tell you all that I found some math errors while looking at the attached image for March's balance sheets. It was a bit under ⅖ and don't wanna cheap out on them and cause something terrible, so I spent all day yesterday correcting them before I updated the image and sent the owed money to Greazeburger's Incorporated.
</div>
<div style="border-bottom:3px solid #777; margin-bottom:1px;"></div>

<div style="padding: 4px; line-height: 1.6; margin: 0px;">
Dr. Oscar. </br>
</div>
</div>
</br>

<!— this is the end OF THE FUCKING DOCUMENT PLEASE DONT PUT ANY PAGE CONTENT AFTER —>
<div id="footers">
</div>

</div>

<script>
image
const imageBlock = document.getElementById("devo");
imageBlock.classList.add("scp-image-block", "block-right")
imageBlock.innerHTML = `
<img src="http://scp-sandbox-3.wikidot.com/local--files/ohohihmain/phone.png">
<div class="scp-image-caption">
<p>SCP-XXXX <span class="footnote" style="font-weight: normal; !important"> Dr. Oscar was told to "stand about twice as far away from the phone" before taking the picture. He was less than a meter away originally. </span> (circled in red)</p>
</div>
`
const imageBlockB = document.getElementById("devso");
imageBlockB.classList.add("scp-image-block", "block-center")
imageBlockB.innerHTML = `
<img src="http://scp-sandbox-3.wikidot.com/local--files/ohohihmain/badmath2.png">
<div class="scp-image-caption">
<p>Page 2/8 of work stapled to back</p>
</div>
`
const imageBlockA = document.getElementById("devdo");
imageBlockA.classList.add("scp-image-block", "block-center")
imageBlockA.innerHTML = `
<img src="http://scp-sandbox-3.wikidot.com/local--files/ohohihmain/bal">
<div class="scp-image-caption">
<p>Montly Monetary Report</p>
</div>
`
more footnotes
function addSuperscript(footnote, num) {
var sup = document.createElement("sup");
sup.appendChild(document.createTextNode(num));
sup.setAttribute("data-title", footnote.innerText);
footnote.parentNode.insertBefore(sup, footnote);
return sup;
}
function linkSupToFootnote(sup, footnote) {
var a = document.createElement("a");
footnote.setAttribute("id", "footnote" + sup.innerText);
a.href = "#" + footnote.getAttribute("id");
sup.childNodes.forEach(function (childNode) {
a.appendChild(childNode);
});
sup.appendChild(a);
}
function linkFootnoteToSup(footnote, sup) {
var docFrag = document.createDocumentFragment();
a = document.createElement("a");
sup.setAttribute("id", "footref" + sup.innerText);
a.href = "#" + sup.getAttribute("id");
a.appendChild(document.createTextNode(sup.innerText));
docFrag.appendChild(a);
docFrag.appendChild(document.createTextNode(" "));
footnote.insertBefore(docFrag, footnote.firstChild);
}
function moveFootnoteToFooters(footnote, footers) {
var li = document.createElement("li");
li.appendChild(footnote);
footers.appendChild(li);
}

var footnotes = document.querySelectorAll(".footnote");
var footers = document.querySelector("#footers");
footnotes.forEach(function (footnote, index) {
var num = index + 1;
var sup = addSuperscript(footnote, num);
linkSupToFootnote(sup, footnote);
moveFootnoteToFooters(footnote, footers);
linkFootnoteToSup(footnote, sup);
});
</script>

</body>
</html>
[[/html]]


Wow! You flipped a card and got: cole's parawatch!!! You ca reload the page or go to the next.
DATE: 01 Mar 2021 20:22
rating: 0+x

Usage

To import this theme to your page, put the following anywhere inside it:

[[include :scp-wiki:theme:creepypasta]]

The standard CSS @import method won't work. This is intentional (thanks to stormbreathstormbreath for providing the CSS code!). Importing the theme using [[include]] adds your page to a list of Backlinks. This is useful for seeing what pages would be affected when this theme is updated, and allows any errors caused by that to be noticed and corrected much faster.

You can view any page's Backlinks by clicking "+ Options" at the bottom of the page, then "Backlinks".


Examples

rook.png

Parawatch Logo.

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

This is a tab view.

This is a blockquote, created by putting "> " at the start of each line.

More text


That's a horizontal rule

Nested blockquotes

This is a table
You should know how to make these
already
@import url('https://fonts.googleapis.com/css?family=PT+Mono&display=swap');
 
/*
    Powered on 2019/05/09 06:09:42
    [2019 Wikidot Theme]
    Created by The Great Hippo
    CC BY-SA 3.0
*/
 
/* FONTS AND COLORS */
 
:root {
    --bg-light: #262626;
    --bg: #1a1a1a;
    --bg-dark: #000000;
 
    --fg-light: #ffffff; 
    --fg:  #f2f2f2;
    --fg-dark: #e6e6e6;
 
    --fg-accent-light: #ffffcc;
    --fg-accent: #ffff99;
    --fg-accent-dark: #ffff80;
 
    --fg-accent-2: #ffffff;
 
}
 
body {
    background: var(--bg);
    color: var(--fg);
    font-family: 'PT Mono', monospace;
}
 
a, a:visited {
    color: var(--fg-accent-dark);
}
 
h1, h2, h3, h4, h5, h6, #page-title {
    color: var(--fg-light);
    font-family: 'PT Mono', monospace;
}
 
ins, del {
    color: black;
}
 
/* HEADER */
 
div#container-wrap {
    background: url(https://scp-wiki.wdfiles.com/local--files/theme%3Acreepypasta/gradient.png) top left repeat-x;
}
 
div#header {
    background: url(https://scp-wiki.wdfiles.com/local--files/theme%3Acreepypasta/parawatch.png) 10px 40px no-repeat;
}
 
div#header h1 a span {
    /* hiding header text */
    font-size: 0px;
    color: transparent;
}
 
div#header h1 a:before {
    content: " ";
    color: rgb(24, 24, 24);
}
 
div#header h2 span {
    font-size:0px;
    padding: 4px;
}
 
div#header h2:after {
    content: " ";
    font-weight: bold;
    color: rgb(255, 224, 135);
    padding: 19px 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
    white-space: pre;
}
 
/* SIDE-BAR */
 
div#side-bar a,
div#side-bar a:visited {
    color: var(--fg-dark);
}
 
div#side-bar div.side-block {
    background: rgb(24, 24, 24);
    border: 1px solid #ffe087;
    box-shadow: 0 2px 6px #404040;
}
 
div#side-bar div.side-block.media,
div#side-bar div.side-block.resources {
    background: rgb(24,24,24);
}
 
div#side-bar div.side-block div.heading,
div#side-bar div.collapsible-block-unfolded-link,
div#side-bar div.collapsible-block-unfolded-link div.collapsible-block-link {
    color: rgb(255, 224, 135);
    border-color: rgb(255, 224, 135);
}
 
/* Recolors the image bullet points in the side-bar */
.side-block .menu-item > .image {
    filter: hue-rotate(230deg) invert(100%);
}
 
/* Recolors the Translation Module */
div.scpnet-interwiki-wrapper {
    filter: hue-rotate(230deg) invert(100%);
}
 
/* Recolors the panel that opens on mobile with the side-bar */
@media (max-width: 767px) {
    #side-bar{
        background-color: var(--bg);
    }
}
 
/* Recolors the drop down from the arrow next to username in the header */
#login-status ul a {
    color: var(--fg);
    background: var(--bg);
    border-color: var(--fg);
}
 
#login-status ul a:hover {
    color: var(--fg-dark);
}
 
/* Makes the code readable */
.hl-identifier, .hl-code, .hl-brackets {
    color: var(--fg);
}
 
/* Top-Bar */
#top-bar a { 
    color: var(--fg-dark);
}
 
#top-bar ul li ul {
    border-color: var(--fg-light);
}
 
#top-bar ul li.sfhover ul li a,
#top-bar ul li:hover ul li a {
   border-top-color: var(-fg-light);
}
 
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
    background-color: var(--bg-light);
    color: var(--fg-dark);
}
 
#top-bar ul li.sfhover a:hover,
#top-bar ul li:hover a:hover {
    background: var(--bg-dark); /* top bar hover background color */
    color: var(--fg-dark);
}
 
div.yui-navset div.yui-content {
    background: rgb(24, 24, 24);
}
 
div.yui-navset ul.yui-nav a,
div.yui-navset div.yui-navset-top ul.yui-nav a {
    background: rgb(24, 24, 24);
    color: rgb(255, 237, 185);
    border: solid 1px #ffffff;
}
 
div.yui-navset ul.yui-nav a:hover,
div.yui-navset ul.yui-nav a:focus {
    background: rgb(40, 40, 40);
    color: rgb(255, 237, 185);
}
 
div.yui-navset ul.yui-nav .selected a,
div.yui-navset ul.yui-nav .selected a:focus,
div.yui-navset ul.yui-nav .selected a:hover {
    background: rgb(50, 50, 50);
    color: var(--fg);
    border: solid 2px #ffff99;
}
 
/* rating module */
 
.page-rate-widget-box .rate-points {
    background-color: var(--bg-dark) !important;
}
 
.page-rate-widget-box .rate-points,
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a,
.page-rate-widget-box .cancel a {
    background-color: var(--bg-dark);
    color: white;
    border: 0;
}
 
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown,
.page-rate-widget-box .cancel {
    background-color: var(--bg-dark);
    border: 0;
    border-left: 1px solid var(--fg-accent-light);
}
 
.page-rate-widget-box .rate-points,
.page-rate-widget-box .cancel a {
    border: 0;
 
}
 
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
    background-color: var(--bg-dark);
    color: white;
}
 
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover,
.page-rate-widget-box .cancel a:hover {
    background-color: var(--bg-dark);
    color: white;
}
 
/* footnote hovers */
 
.hovertip {
    width: 20em;
    padding: 0.5em;
 
    border: 1px solid var(--fg-accent-light) !important;
    border-radius: 0.5em;
 
    background-color: #000000ee !important;
    box-shadow: 0 0 6px 1px #000000aa;
    z-index: 100;
}
 
.hovertip .f-heading {
    color: var(--fg-accent-light);
}
 
/* inputs */
 
input.text, input.button,
#search-top-box-input,
#search-top-box-form input[type=submit],
div.buttons input, input.button, button, file, a.button {
    background: transparent;
    color: var(--fg);
    border: 1px solid var(--fg-accent-2);
    border-radius: 0;
    font-size: 1em;
    outline: 0;
}
 
div.buttons input:hover, div.buttons input:focus,
input.button:hover, input.button:focus,
button:hover, button:focus,
file:hover, file:focus,
a.button:hover, a.button:focus {
    border-color: var(--fg-accent-2);
    background: transparent;
    color: var(--fg);
}
 
input.text:hover, input.button:hover,
input.text:focus, input.button:focus,
#search-top-box-input:hover,
#search-top-box-input:focus,
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    color: var(--fg);
    background: transparent;
    border: 1px solid var(--fg-accent-2);
    outline: 0;
}
 
/* EDITING WINDOWS */
.owindow {
    color: #000;
}
 
.owindow h1, .owindow h2, .owindow h3, .owindow h4, .owindow h5, .owindow h6 {
    color: #000;
}
 
.owindow a {
    color: #272727;
}
 
table.page-files .highlight {
    background-color: #272727;
}
 
input.text {
    border: 1px dashed #000;
    color: #fff;
}
 
input.text:focus {
    border: 1px dashed #000;
    color: #fff;
}
 
input.text:hover {
    border: 1px dashed #000;
    color: #fff;
}
 
div#lock-info {
    background-color: var(--bg-light);
}
 
/* BLOCKQUOTES */
 
blockquote,
div.blockquote {
    background:  var(--bg-dark);
    border-width: 2px;
    border-style: solid;
    border-color: var(--bg-light);
}
 
/* Parawatch Forum Pseudo-Blockquotes */
div.parapost {
    background:  var(--bg-dark);
    border-width: 2px;
    border-style: solid;
    border-color: var(--bg-light);
    padding: 0 1em;
    margin: 1em 3em;
}
 
div.parapost.reply1 {margin: 1em 3em 1em 4em;}
div.parapost.reply2 {margin: 1em 3em 1em 5em;}
div.parapost.reply3 {margin: 1em 3em 1em 6em;}
div.parapost.reply4 {margin: 1em 3em 1em 7em;}
div.parapost.reply5 {margin: 1em 3em 1em 8em;}
 
@media (max-width: 479px) {
   div.parapost {margin: 1em 0;}
   div.parapost.reply1 {margin: 1em 0 1em 1em;}
   div.parapost.reply2 {margin: 1em 0 1em 2em;}
   div.parapost.reply3 {margin: 1em 0 1em 3em;}
   div.parapost.reply4 {margin: 1em 0 1em 4em;}
   div.parapost.reply5 {margin: 1em 0 1em 5em;}
}
 
@media (min-width: 480px) and (max-width: 580px) {
   div.parapost {margin: 0.5em;}
   div.parapost.reply1 {margin: 0.5em 0.5em 0.5em 1em;}
   div.parapost.reply2 {margin: 0.5em 0.5em 0.5em 1.5em;}
   div.parapost.reply3 {margin: 0.5em 0.5em 0.5em 2em;}
   div.parapost.reply4 {margin: 0.5em 0.5em 0.5em 2.5em;}
   div.parapost.reply5 {margin: 0.5em 0.5em 0.5em 3em;}
}
 
/* IMAGES */
 
#page-content .scp-image-block {
    border-color: var(--fg-accent);
    box-shadow: none;
}
#page-content .scp-image-block .scp-image-caption {
    border-color: var(--fg-accent);
    background-color: var(--bg-dark);
}
 
table.wiki-content-table th {
    background-color: var(--bg-dark);
}
 
hr {
    background-color: var(--fg);
}
 
.code {
    border: 1px dashed var(--fg);
    background-color: transparent;
 
    font-family: "Courier", "Courier New", "Roboto Mono", monospace;
    font-size: 1em;
}
 
/* INFO MODULE */
 
#page-content .rate-box-with-credit-button {
    background-color: var(--bg-dark); 
    border: 1px solid var(--bg-dark);
}
 
#page-content .rate-box-with-credit-button .creditButton p a {
    border-left-color: var(--fg-accent-light);
}
 
#page-content .rate-box-with-credit-button .page-rate-widget-box .cancel {
    border-radius: 0;
}
#page-content .rate-box-with-credit-button .page-rate-widget-box .rate-points {
    border-left: 0;
}
 
#page-content .modalbox {
    background: linear-gradient(var(--bg) 51px,var(--bg-light) 51px,var(--bg-light)) !important;
    color: var(--fg);
    box-shadow: 0 2px 6px #404040;
}
 
.close-credits,
.credit-back {
    filter: hue-rotate(230deg) invert(100%) brightness(150%);
}
 
#footer {
    background: var(--bg-light);
}
 
/* MOBILE CODE */
@media (max-width: 767px) { 
    div#header {
        background-size: 22em;
        background-position: 1em;
    }
 
    #top-bar .open-menu a {
        border: 0.2em solid var(--bg-light);
        background-color: #787878;
        color: var(--bg-light);
  }
}

electricspookalo 3/01/2017 (Mon) 00:30:18 #83759875


Guys, I'm kinda scared.

Stingywaffle Month/Day/Year (Mon) 00:32:27 #17356985


What happened? Are you ok?


Wow! You flipped a card and got: Brooje!!! You ca reload the page or go to the next.
DATE: 01 Mar 2021 17:23
rating: 0+x

Item #: SCP-XXXX

Object Class: Archon

Special Containment Procedures: Containment of SCP-XXXX is possible via enclosure of SCP-XXXX-A instances, albeit attempts to contain it are theorized result in worldwide economic decline. Disinformation campaigns are to be directed to prevent public knowledge of SCP-XXXX's existence.

Description: SCP-XXXX is a phenomenon by which gateways to an alternate reality, denoted as SCP-XXXX-A, are created. There is theorized to be exactly one gateway on each distinct landmass on Earth. Exploration of the gateways has always demonstrated the alternate reality to be a single arctic landmass of unknown size. The terrain of the land is largely covered in conveyors. While neither end of a conveyor has been seen, the majority of conveyors have a constant supply of non-anomalous objects traveling along them. The mass of conveyors has no observable end or beginning.

Addendum: [Optional additional paragraphs]

[[footnoteblock]]


Wow! You flipped a card and got: SCP-5179!!! You ca reload the page or go to the next.
DATE: 01 Mar 2021 17:13
rating: 0+x
SCP-XXXX.png

First Photo of SCP-5179

Item #: SCP-5179

Object Class: Keter

Special Containment Procedures: Because of SCP-5179 place and location we are unable to contain SCP-5179but we are able to slow its repair. We can send missiles to SCP-5179 to destroy it but as of now our missiles are getting destroyed by SCP-5179.

Description: SCP-5179 is a large space station about 3 thousand light years from earth. SCP-5179 was discovered in 1989. Now SCP-5179 is in no way related to SCP-2399 they both have weapons yes! But SCP-2399 has antimatter based weapons while SCP-5179 has an unknown type of laser weapon. These types of laser weapons which were detected using a thermal camera have reached the maximum temperature of 13,000 kelvin. When it last shot its laser it had gotten damaged by the debris of the planet. Once it reaches a minimum of 65% completion it will shoot at the earth causing a XK-Class end of the world scenario. The last thing we know is that SCP-5179 has turrets on it. We know this because after we sent a couple missiles at SCP-5179. After a while the turrets had started to get more intelligent and started to shoot at our missiles making shooting at it useless. We still don't know how to stop its repair because our missiles keep getting shot at. Our high rank teams are researching a way to make it so our missiles won't get noticed by SCP-5179 turrets. Our research team will update the article as more information comes out.

Addendum: SCP-5179-A The following is a report of the first discovery of SCP-5179

[[footnoteblock]]


Wow! You flipped a card and got: Its in your walls!!! You ca reload the page or go to the next.
DATE: 01 Mar 2021 16:19
rating: 0+x

2/XXXX LEVEL 2/XXXX

CLASSIFIED

classified-lv2.png

Item #: SCP-XXXX

Object Class: Keter

Special Containment Procedures:
Reports of electrical short-outs in the city of Milwaukee, Wisconsin area are to be monitored by the foundation. If these reports become more frequent, demolition of the building is necessary. The building should be demolished with fire to confirm a neutralization of an SCP-XXXX instance.

Description:
SCP-XXXX is a humanoid entity entirely comprised of shaven plywood and termite droppings. Given the mass of termite droppings and the shaven plywood that are components of SCP-XXXX, foundation researchers assume that this is an anomaly created by termites themselves. An instance of SCP-XXXX resides inside the walls of a 2 story building. SCP-XXXX travels leaving a trail of split and frayed wires, causing electrical short-outs. It is not known if SCP-XXXX purposefully represents any danger to the inhabitants of the building, but the outages regularly lead to loss of heat and the loss of air conditioning.

SCP-XXXX always resides in the walls of a building alone. These instances do not require and sustenance to the foundation's knowledge, but a 3-5 hour resting period each day is a pattern that is recorded in each instance.

Addendum XXXX.1:
the following is a email chain intercepted by the foundation.


[[footnoteblock]]


Wow! You flipped a card and got: Dr Thorperian!!! You ca reload the page or go to the next.
DATE: 01 Mar 2021 14:22
Wow! You flipped a card and got: stanusbeki!!! You ca reload the page or go to the next.
DATE: 01 Mar 2021 07:38
rating: 0+x

Description:
SCP-XXXX is a cluster of psychoparasitic entities specialized on the emotional spectrum engendered in humans by offspring. SCP-XXXX has to date only been observed to infest hosts with currently living biological children under the age of six.

Approximately two hours after initial exposure, infected hosts (designated SCP-XXXX-B) will begin to experience cognitive overlay stemming from SCP-XXXX's cognitomanipulative properties. Specifically, hosts will no longer react to sensory stimuly generated by the host's offspring, causing these to subsequently expire due to neglect. Simultaneously, the subject will manifest recollections of alternate offspring of a similar age.

Within the following one to four hours, these recollections increase in complexity and detail, encompassing a consistent narrative pertaining to the alternate offspring's biography and the subject's previous interaction with it.

After the passage of a further two to six hours, instances of SCP-XXXX-B will begin to experience the persistent hallucination of a child matching the aforementioned recollections, designated SCP-XXXX-A. The subject will then procede to display nurturing behavior towards SCP-XXXX-A, consistent with the entity's apparent age.

Further individuals remaining within an approximately twelve meter radius around an instance of SCP-XXXX-B for a duration longer than on average seventeen minutes will commence to experience matching hallucinations of SCP-XXXX-A. Furthermore, if the individual is aware of the biography of the instance of SCP-XXXX-B, the individual will recall the instance of SCP-XXXX-A as being the subject's natural offspring.

Over the course of four to eight weeks, the subject of infection will significantly physically deteriorate. Body fat and muscle tissue will rapidly degenerate, leading to an emaciated appearance. This process is not influenced by the subject's metabolism or caloric intake and inevitably concludes with the expiration of SCP-XXXX-B.

Upon expiration of SCP-XXXX-B, SCP-XXXX will either seek out an additional host or dissipate. It is assumed that in the event of dissipation, SCP-XXXX returns to a currently undiscovered focal point of the phenomenon, designated SCP-XXXX-C. Attempts to locate and contain SCP-XXXX-C have so far been met with failure.

Procedure 103-BORTBYTING:

The containment procedures in place regarding SCP-XXXX were derived through experimentation based upon elements of West Germanic folklore prevalent within the region of SCP-XXXX's discovery. Avenues of containment based upon analogous folklore found within Celtic, Slavic and Igbo mythological frameworks have been explored but deemed ineffective. However, elements of traditional North Germanic/Scandinavian remedies for similar phenomena have proven to be partially effective and have been incorporated into procedure 103-BORTBYTING.

Due to the nature of procedure 103-BORTBYTING, continued administration in order to forestall SCP-XXXX's progression is currently under review by the Ethics Committee. Until such a time as a decision on the matter is reached, procedure 103-BORTBYTING will remain in use as the primary method of containment for all known instances of SCP-XXXX-B by order of O5-[REDACTED].

While procedure 103-BORTBYTING is effective in demanifesting instances of SCP-XXXX-A, the effect is permanent only in cases in which the procedure is perfomed by the affected instance of SCP-XXXX-B. While procedure 103-BORTBYTING is temporarily effective in demanifesting SCP-XXXX-A and halting SCP-XXXX's adverse effects upon SCP-XXXX-B when performed by a third party, SCP-XXXX-A will remanifest within a forty-eight hour period. Therefore, instances of SCP-XXXX-B which cannot be persuaded to perform procedure 103-BORTBYTING are to remain in containment with procedure 103-BORTBYTING being administered by class-D personnel on a regular basis.

Foundation personnel have achieved varying degrees of success when attempting to induce compliance with procedure 103-BORTBYTING in affected individuals. While results suggest a link to cultural predisposition and educational background, the deciding factor seems to be the individual in question.

To date, six instances of SCP-XXXX-B have been identified and contained.

Name Description Status
SCP-XXXX-B-1 Male, aged 27. Agricultural employee. Among the original instances of SCP-XXXX-B apprehended by Foundation operatives. Non-compliant. Self-terminated after eleven months in containment.
SCP-XXXX-B-2 Female, aged 72. Retiree. Among the original instances of SCP-XXXX-B apprehended by Foundation operatives. At the time of infestation, SCP-XXXX-B-2 was caring for a grandchild. This is the only known instance of SCP-XXXX not displacing a subject's direct offspring. Subject displayed knowledge of the "wechselbalg"-myth, as well as a propensity for belief in regional folklore. Subject eventually compliant with procedure 103-BORTBYTING. Issued amnestics and relocated.
SCP-XXXX-B-3 Female, aged 32. Agricultural employee. Among the original instances of SCP-XXXX-B apprehended by Foundation operatives. Non-compliant. Currently in containment.
SCP-XXXX-B-4 Male, aged 41. State police kommissar. Infested during police investigation of initial outbreak. Apprehended during concealment operation by MTF-777. Non-compliant. Currently in containment.
SCP-XXXX-B-5 Male, aged 22. Logging employee. Discovered during concealment operation by MTF-777. Subject displayed affinity towards cryptozoological pursuits. Subject eventually compliant with procedure 103-BORTBYTING. Issued amnestics and relocated.
SCP-XXXX-B-6 Female, aged 31. Site-06-03 security guard. Infected during the events following SCP-XXXX-B-1's self-termination. While SCP-XXXX-B-6 is aware of the nature of SCP-XXXX, subject remains non-compliant. Subject presents a unique opportunity for the study of SCP-XXXX's cognitomanipulative effects (see Appendix A).

Wow! You flipped a card and got: Metroidisprettycool!!! You ca reload the page or go to the next.
DATE: 01 Mar 2021 06:28
Wow! You flipped a card and got: Undecidable4!!! You ca reload the page or go to the next.
DATE: 01 Mar 2021 05:52