vohzd.com
SCP-5756

The Constant Reminder

Series
6
Size
27.2 KB
Views
0

- CODE

/*
BLANKSTYLE CSS
[2021 Wikidot Theme]
By Placeholder McD and HarryBlank
Based on:
Paperstack Theme by EstrellaYoshte
Penumbra Theme by EstrellaYoshte
*/

@import url('https://fonts.bunny.net/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap');

#page-content { font-size: .9rem; }

#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, "SUBVERTING COMMON PRACTICE");
font-weight: 700;
font-size: 1.2em;
}

@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;
}

\#header h2::before {
    font-size: 0.9em !important;
}

}

.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://scp-wiki.wdfiles.com/local--files/theme%3Aflopstyle-dark/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://scp-wiki.wdfiles.com/local--files/theme%3Aflopstyle-dark/wl_border.png') 600 round;
border-image-width: 6;
padding: 2vw;
}

Item#: SCP-5756

Level2

Containment Class:

safe

Secondary Class:

none

Disruption Class:

vlam

Risk Class:

notice

link to memo


SPECIAL CONTAINMENT PROCEDURES: Occurrences of SCP-5756 are to be reported to the Chief of Security and Containment (presently, R. Pensak), and affected items confiscated thereby.

UPDATE 2017/09/10: Technician JM64 is hereby prohibited from using SCP-5756-A..What he doesn't know can't hurt him — Ibanez, Chief D.


SCP-5756-A (left).

DESCRIPTION: SCP-5756 is a phenomenon affecting Personal Storage Locker 4B of Site-43's Janitorial and Maintenance Section (hereafter SCP-5756-A). Annually, items stored within SCP-5756-A are corrupted by SCP-5756. This phenomenon is rare and poorly-understood.

DISCOVERY: After completing his shift on 2013/09/07, Technician JM64, Philip E. Deering returned his custodial uniform, work-boots, and ID Card to his designated Personal Storage Locker. JM64 then retired to his quarters for the evening and remained there the following day as per annual protocol. Prior to his next shift, JM64 accessed his storage locker to find that, from the waist-down, his required uniform had been converted into a red lab coat. He reported this occurrence to his supervisor, who observed that the converted material was typical of standard Applied Occultism vestments..Site-43's Applied Occultism Section studies the practical use of esoteric materials.


ADDENDUM 5756-1, Incident Logs: Further SCP-5756 occurrences are listed below.

INCIDENT LOG 5756-B

DATE: 2014/09/09
OFFICER OF RECORD: D. Ibanez (Chief Without Portfolio).Chief Ibanez had recently resigned from her Security and Containment position; this was her last duty prior to reassignment.

SUMMARY: Two days prior to the incident, JM64 returned the same set of items to his locker as he had a year before; additionally, he left a slice of cake from a staff event, forgetting that he would not be allowed to retrieve it the next day. Upon his return, he discovered that the cake was missing, and one of his work-boots had been replaced with a worn leather shoe. JM64 reported a strange sense of familiarity, though this was soon replaced by disappointment at the lack of cake.

NOTE: Incident occurred exactly one year after the previous; relation to other containment activity unknown. Technician Deering is allowed to continue using SCP-5756-A so long as he reports any other occurrences.

INCIDENT LOG 5756-C

DATE: 2015/09/09
OFFICER OF RECORD: R. Pensak (Chief of Security and Containment)

SUMMARY: As per the previous year, JM64 returned his typical items to his locker. As suggested by Chief Pensak, a digital camera was also placed within SCP-5756-A. JM64 returned to find his ID card snapped in two; however, the pieces instead displayed an image of his brother and former researcher in Applied Occultism, Dr. Dougall Deering. No other items were affected, and the camera was retrieved successfully. JM64 reported frustration as he had attempted to contact his brother several times in the past decade, to no avail.

NOTE: Analysis of the affected item demonstrates inconsistencies with standard ID cards; namely, the photo of Dr. D. Deering appears to have been taken several years after his last known photo. Retrieved footage is restricted to Level 4 Clearance or higher.

JM64 will be provided a new ID card, and will not be made aware of his brother's death in 2002.

INCIDENT LOG 5756-D

DATE: 2017/09/09
OFFICER OF RECORD: R. Pensak (Chief of Security and Containment)

SUMMARY: This year, among his typical belongings, JM64 stored his watch in his locker. As suggested by Chief Pensak, a pen and stationery were also placed within SCP-5756-A. Upon his return, the face of JM64's watch had been shattered, and its other surfaces scratched or dulled such that it was non-reflective. The pen was missing, and the stationery read: "I know that's not you".

NOTE: Machine-analysis of the stationery detected a 92% match to Dr. D. Deering's handwriting.

UPDATE 2017/09/10: JM64 has been assigned a new Personal Storage Locker. SCP-5756-A is only to be used by cleared personnel from now on. — D. Ibanez, Chief of Pursuit and Suppression


SITUATIONAL SECURITY CLEARANCE LEVEL 5756-4 REQUIRED FOR FURTHER REVIEW

« CREDENTIALS CONFIRMED »

ADDENDUM 5756-2: Video Transcript

SUMMARY: The following is a transcript of the video footage retrieved from Incident 5756-C.

<BEGIN LOG>

N/A

Footage remains dark, as SCP-5756-A is closed.

00:00

Footage gains a pervasive reddish hue.

00:12

The locker opens. A man is seen removing an Applied Occultism uniform from his person and hanging it outside the camera's view. From the waist-down, the uniform has merged with a typical Janitorial & Maintenance outfit.

00:13

The man pauses, reaching into the locker and producing JM64's ID card. He examines it, apparently upset, then covers his mouth as he begins to sob.

00:15

The man appears to collect himself, slowly walking to the far side of the room. As he recedes from the camera's view, several previously-obscured items become visible; these include a leather shoe, a work-boot, and a mouldy slice of cake. The man places the ID card on the bench alongside these items.

00:20

After several minutes, the man stands up from the bench, shouting wordlessly. He retrieves another ID card from his pocket, snaps it in two, and proceeds to throw the pieces into the locker before slamming it shut.

N/A

Remaining footage corrupted.

<END LOG>

NOTE: Despite significant facial hair growth, the man has been identified as Dr. Dougall Deering.


« SCP-5956 | Words of Power and Poison | SCP-5238 »

« Less by Placeholder McD »

SOLO WORKS

Author Page

PLACEHOLDER STAFF DOCUMENT

+181

edited 12 Oct 2023 17:48
commented 05 Mar 2026 22:28

SCP Articles

McDoctorate's Proposal

+341

edited 08 Mar 2026 07:13
commented 20 Apr 2026 09:09

SCP-2011-EX

+252

edited 21 Feb 2026 22:44
commented 05 Apr 2026 13:03

SCP-5241

+299

edited 22 Apr 2026 00:37
commented 14 Feb 2025 15:05

SCP-INTEGER

+831

edited 08 Mar 2026 07:42
commented 18 May 2026 10:54

SCP-5485

+130

edited 03 Apr 2026 00:41
commented 19 Oct 2025 18:11

SCP-5756

+207

edited 15 Apr 2024 16:49
commented 30 Apr 2026 21:55

SCP-6416

+228

edited 06 Sep 2025 07:03
commented 15 Oct 2025 00:13

SCP-7579

+395

edited 14 May 2024 14:13
commented 01 Oct 2025 22:25

SCP-8242

+193

edited 17 May 2026 09:59
commented 03 Aug 2025 21:16

SCP-6276

+205

edited 27 Mar 2026 21:28
commented 14 Nov 2025 23:49

Tales

AI Classification Guide

+202

edited 09 Oct 2024 19:22
commented 29 Mar 2026 17:39

BLANK

+143

edited 01 Oct 2024 17:48
commented 03 Feb 2023 01:34

CAST

+122

edited 27 Mar 2026 22:07
commented 31 May 2025 20:03

CONTEST CONTEST

+185

edited 27 Mar 2026 22:08
commented 22 Sep 2024 20:22

PLACEHOLDER

+193

edited 01 Oct 2024 17:48
commented 25 Nov 2024 06:36

Facility Dossiers

GoI Formats

Hubs

Supplements

Abridged Retirement Proposals

+92

edited 02 Mar 2026 12:09
commented 15 Mar 2026 20:29

Themes

BLANKSTYLE CSS

+80

edited 26 Mar 2026 17:28
commented 12 Dec 2021 10:16

Retro AIAD Theme

+48

edited 12 Apr 2026 05:19
commented 04 May 2021 12:53


COLLAB WORKS

SCP Articles

Abraka David's Proposal

+291

edited 13 Aug 2025 09:08
commented 22 Feb 2026 22:39

Various

Ihp/Locke Proposal

+657

edited 21 Apr 2025 03:54
commented 03 Aug 2025 19:28

EstrellaYoshte
Ihp
S D Locke

SCP-5841

+144

edited 23 Sep 2024 19:41
commented 04 Feb 2026 17:40

Tyumen

SCP-5956

+563

edited 06 Sep 2025 06:48
commented 05 Jan 2026 16:05

HarryBlank

SCP-6488

+484

edited 13 May 2026 19:37
commented 10 Nov 2025 18:13

Liryn
feat. Jack Ike

SCP-6500

+1057

edited 27 Apr 2026 23:48
commented 13 May 2026 16:11

Aethris
DarkStuff
Grigori Karpin
HarryBlank
Ihp
S D Locke

SCP-6659

+508

edited 13 May 2026 19:38
commented 04 May 2026 05:34

Liryn
feat. DodoDevil

SCP-6747

+547

edited 13 May 2026 19:39
commented 10 May 2026 19:58

Liryn
stephlynch
feat. Ralliston

SCP-6820

+1275

edited 13 May 2026 19:41
commented 20 Mar 2026 16:45

Liryn
stephlynch

SCP-7243

+400

edited 13 May 2026 19:35
commented 05 Nov 2025 18:53

Liryn
syuzhet
feat. HarryBlank

SCP-7528

+266

edited 21 Oct 2025 23:13
commented 11 Jul 2025 05:51

Gabriel Kero
HarryBlank

SCP-7555

+241

edited 08 Mar 2026 07:20
commented 16 Jul 2025 17:44

Gabriel Kero

SCP-7566

+130

edited 23 Jan 2026 12:53
commented 23 Jun 2025 15:00

Gabriel Kero
HarryBlank

Tales

FRAGMENTED / COMPILED

+100

edited 11 Oct 2024 20:02
commented 31 Mar 2025 19:37

Its a Bad Idea
Pedagon
Tyumen

The Breach Goes On: Over Time Hub

+78

edited 09 May 2026 18:25
commented 29 Mar 2026 23:28

HarryBlank

Dividing Time

+63

edited 13 Sep 2025 10:32
commented 15 Sep 2025 15:08

HarryBlank

Things That Pass

+56

edited 22 Apr 2026 05:38
commented 16 Sep 2025 14:13

HarryBlank

De Tijd Vliegt

+55

edited 22 Apr 2026 05:40
commented 18 Sep 2025 01:27

HarryBlank

Idiosynchrony

+50

edited 23 Apr 2026 02:07
commented 19 Nov 2025 16:39

HarryBlank

Plot, Treason and Gunpowder

+53

edited 09 May 2026 18:16
commented 17 Sep 2025 15:13

HarryBlank

Kaleidoscope

+60

edited 23 Apr 2026 02:16
commented 06 Nov 2025 01:27

HarryBlank

Terminal Terminal

+55

edited 24 Oct 2025 08:08
commented 02 Oct 2025 18:23

HarryBlank

Facility Dossiers

Secure Facility Dossier: Area-12

+149

edited 02 Mar 2026 22:03
commented 04 Feb 2026 13:40

Gabriel Kero

Hubs

ADMONITION

+714

edited 27 Jul 2025 05:57
commented 18 Apr 2026 23:47

Liryn

I, Hub (April Fools)

+110

edited 11 Oct 2024 19:00
commented 06 Feb 2022 12:10

Various

No Return Hub

+312

edited 16 Mar 2026 07:22
commented 02 Sep 2025 17:11

Aethris
DarkStuff
Grigori Karpin
HarryBlank
Ihp
Liryn
S D Locke

Site-17 Deepwell Catalog

+349

edited 15 Mar 2026 14:37
commented 29 Mar 2025 01:02

Liryn
Nagiros

Supplements

Project Isorropía

+227

edited 27 Mar 2026 08:13
commented 01 Apr 2026 06:43

EstrellaYoshte
Ihp
S D Locke

SCP-5243 Video Transcripts

+154

edited 15 Apr 2024 16:53
commented 04 Oct 2024 12:04

HarryBlank

Themes

5K Theme

+69

edited 10 Apr 2026 05:11
commented 29 Jan 2023 04:58

Liryn

ADMONITION Theme

+65

edited 13 May 2026 19:33
commented 15 May 2025 12:39

Liryn

Basalt Theme

+304

edited 12 May 2026 22:18
commented 17 Apr 2026 07:28

EstrellaYoshte
Liryn

Bedrock Theme

+103

edited 08 Jan 2024 13:14
commented 28 Mar 2026 06:56

EstrellaYoshte
Liryn

A little goes a long way. If you've enjoyed my work, you're not a student, and are otherwise financially stable, please consider donating.

The above widget links to my Ko-Fi page. Ko-fi is a website where you can donate money to creators in small increments, on either a one-time or recurring basis. I accept donations solely in recognition and endorsement of my existing works on the SCP Wiki; I do not indicate any intent to generate further works (or any other product/service) in so doing.

Payment services may reveal information such as your real name, email address, and other personal information when you donate. For more information, please view the SCP Wiki's Official Donations Policy.

More-by page code borrowed in part from Lt Flops. Thank you, Flops!

« Less by Placeholder McD »