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: OrbeezTertius!!! You ca reload the page or go to the next.
DATE: 05 May 2021 09:00


:root {
    --timeScale: 1;
    --timeDelay: 0s;
}
 
/* Converting middle divider from box-shadow to ::before pseudo-element */
.anom-bar > .bottom-box { box-shadow: none!important; }
.anom-bar > .bottom-box::before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 0.5rem;
    background-color: rgb(var(--black-monochrome, 12, 12, 12));
    transform: translateY(-0.74rem);
}
 
/* DIVIDER */
.anom-bar > .bottom-box::before {
    animation-name: divider;
    animation-duration: calc(0.74s * var(--timeScale));
    animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.32,.38,.39,.94);
    animation-fill-mode: backwards;
}
 
/* CLASSIFIED LEVEL BARS */
div.top-center-box  > * {
    animation-name: bar;
    animation-duration: calc(0.45s * var(--timeScale));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); }
 
/* TOP TEXT */
div.top-left-box, div.top-right-box {
    clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%);
}
 
div.top-left-box > *, div.top-right-box > * {
    position: relative;
    animation-name: bottomup;
    animation-duration: calc(0.65s * var(--timeScale));
    animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
 
/* CONTAINMENT, DISRUPTION, RISK CLASSES */
div.text-part > * {
    clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%);
    animation-name: expand2;
    animation-duration: calc(0.5s * var(--timeScale));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
div.text-part > :nth-child(1) {
    animation-name: expand1;
}
div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); }
div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); }
 
div.main-class::before, div.main-class::after {
    animation-name: iconslide;
    animation-duration: calc(0.45s * var(--timeScale));
    animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 /* BOTTOM TEXT */
div.main-class > *,  div.disrupt-class > *, div.risk-class > * {
    animation-name: flowIn;
    animation-duration: calc(0.42s * var(--timeScale));
    animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
 
/* DIAMOND */
div.arrows {
    animation-name: arrowspin;
    animation-duration: calc(0.7s * var(--timeScale));
    animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 
div.quadrants > * {
    animation-name: fade;
    animation-duration: calc(0.3s * var(--timeScale));
    animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 
div.top-icon, div.right-icon, div.left-icon, div.bottom-icon {
    animation-name: nodegrow;
    animation-duration: calc(0.4s * var(--timeScale));
    animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
div.diamond-part {
    clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%);
    animation-name: diamondBorder;
    animation-duration: calc(0.8s * var(--timeScale));
    animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.32,.38,.39,.94);
    animation-fill-mode: backwards;
    will-change: box-shadow;
}
 
/* MOBILE QUERY */
@media (max-width: 480px ) {
    .anom-bar > .bottom-box::before {
        display:none;
    }
    .anom-bar > .bottom-box {
        box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important;
    }
    div.top-center-box  > * {
        animation-name: bar-mobile;
        animation-duration: calc(0.9s * var(--timeScale));
    }
    div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); }
 
}
/*--- Motion Accessibility ---*/
@media (prefers-reduced-motion) {
    div.anom-bar-container { --timeScale: 0; }
}
 
/*-------------------------*/
 
@keyframes divider {
    from { max-width: 0%;  }
    to { max-width: 100%; }
}
 
@keyframes bar {
    from { max-width: 0%; }
    to { max-width: 100%; }
}
@keyframes bar-mobile {
    from { max-height: 0%; }
    to { max-height: 100%; }
}
 
@keyframes bottomup {
    from { top: 100px; }
    to { top: 0; }
}
 
@keyframes expand1 {
    from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0);}
    to { opacity: 1; clip-path: inset(0);}
}
@keyframes iconslide {
    from { opacity: 0; transform: translateX(-5rem);}
    to { opacity: 1; transform: translateX(0);}
}
 
@keyframes expand2 {
    from { opacity: 0; max-width: 1%;}
    to { opacity: 1; max-width: 100%;}
}
@keyframes fade {
    from { opacity: 0;}
    to { opacity: 1;}
}
 
@keyframes flowIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
 
@keyframes arrowspin {
    from { clip-path: circle(0%); transform: rotate(135deg); }
    to { clip-path: circle(75%); transform: rotate(0deg); }
}
@keyframes nodegrow {
    from { transform: scale(0);}
    to {  transform: scale(1);}
}
@keyframes diamondBorder {
    from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); }
    to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); }
}
rating: 0+x

Assigned Site Site Director Research Head Assigned Task Force
Site-881 Dir. David Cornwell Dr. Mikheil Stefanchuk MTF Delta-19 "My Alchemical Romance"

Special Containment Procedures: SCP-XXXX is to be kept in a humanoid containment cell. The walls and furnishings of the cell are to be engineered from materials which are difficult to manipulate via alchemical means, the full specifications of which are outlined by the Department of Alchemy in Document XXXX.3A. SCP-XXXX is to be provided with three meals per day and pain medication as needed, composed only of ingredients approved in Document XXXX.3B, and is permitted to use the Site's exercise yard under the supervision of security personnel.

Amenities such as reading material may be provided on condition of good behaviour and cooperation with Operation Stregheria, at the discretion of senior staff members the Site Director.

Description: SCP-XXXX is a Caucasian male, approximately 40 years of age, answering to the name of John Moore. Subject has extensive practical knowledge of alchemy, but is currently incapable of using this knowledge to perform alchemical workings successfully.

This is a result of a set of complex thaumaturgical wards, which have been branded into the right forearm of SCP-XXXX. When SCP-XXXX contemplates the process of performing an alchemical working, or attempts to do so, the wards cause the subject to experience debilitating physical pain and nausea, preventing them from employing its alchemical knowledge1. The nature of the wards also prevents the skin surrounding them from fully healing, which SCP-XXXX reports is a cause of chronic pain.

Despite this, it is the unanimous recommendation of research staff that SCP-XXXX be considered a potential threat, due to the extent of its knowledge of alchemy. This risk factor is further exacerbated by its prior involvement with GoI-8256 ("KGS Gerstmann AG"), a conglomerate linked to the production and trafficking of anomalous alchemical weaponry, primarily across Europe.

Addendum XXXX.1: Discovery


Addendum XXXX.2: Operation Stregheria


Addendum XXXX.3: Additional Email Transcripts






Wow! You flipped a card and got: Something for wattpad!!! You ca reload the page or go to the next.
DATE: 05 May 2021 08:55

Desperation

It was a bright and sunny day at Brisbane as the teenagers left their school. Bluey was on her way to Chloe's house as she was invited to join for her study group for next week's exam. Bluey's parents were not happy at her for her inability to obtain to good grades and she was laughed at by other students for her specific failure. She felt demoralized and is pushing herself to work harder, to obtain good grades but she never found the motivation to do so. She doesn't expect much from the study group; just chatting about topics completely irrelevant to school and learning only to forget the day after.

She arrived at Chloe's house before she grabbed a bottle of water from her bag and drank it. She then swiped away the sweat dripping down her head.

"Fuck, it's hot." Bluey said to herself tirelessly. "Hope the air-con's on."

She then noticed her father's car is not around. She was confused before realizing he was still at work. She walked up to the door, looking around her surroundings before applying three knocks on the door.

"Who is it?" A curious voice heard within.

"It's me, Bluey."

"Oh, coming!"

Footsteps can be heard before the wooden door is opened and dalmatian appears.

"Your just in time, we were going to start."

"Great. Is it cool in there?"

"Yeah, it is."

Bluey walked into the
Wow! You flipped a card and got: Dr xdecimal 3!!! You ca reload the page or go to the next.
DATE: 05 May 2021 07:50

rating: 0+x
th?id=OIP.S-YkBOm2juEBNMxoCcxvsAHaD4&pid=Api&P=0&w=300&h=158

taken before ██/██/████

Item #: SCP-XXXX

Object Class: Safe

Special Containment Procedures: due to SCP-XXXX docile nature most of the time and anomalies ability, no really containment procedures are put in place. SCP-XXXX is free to explore the site-88 and has level 2 clearness as before [DATA EXPUNGED]. if SCP-XXXX isn't roaming the facilities his is put in his containment chamber which is more like living quarters that is furnished with all essential items in including a computer with a internet connection but when used SCP-XXXX should be supervised at all times.

Description: SCP-XXXX is for a lack of a better explanation a ordinary man of Italian decadence that has a height of 185cm (5,10 ft) with blonde hair and brown eyes. most times he is seen wearing a generic SCP foundation researcher uniform since he still regards himself as a researcher even after [REDACTED] to a SCP.

SCP-XXXX abilities prevents him from being effected by almost all anomalies, whether it be by memetic, physical or other. the only exception to his ability are SCP that have anti-memetic powers, this includes SCP-2256, SCP-055, SCP-1467 and others.

Addendum: [Optional additional paragraphs]

[[footnoteblock]]


Wow! You flipped a card and got: SCP-8027!!! You ca reload the page or go to the next.
DATE: 04 May 2021 23:50

l
l
l
l
l
l
l
l
l
l

Wow! You flipped a card and got: Testing codes!!! You ca reload the page or go to the next.
DATE: 04 May 2021 23:20

The ListPages module does not work recursively.
/* 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) {
 
    .mobile-top-bar {
        display: block;
    }
 
    .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!important;
        position: fixed;
        top: 0;
        left: -19em;
        width: 17em;
        height: 100%;
        margin: 0;
        overflow-y: auto;
        z-index: 10;
        padding: 0.3em 0.675em;
        background-color: rgba(0,0,0,0.1);
        transition: left 0.5s ease-in-out;
    }
 
    #side-bar:target {
        display: block;
        left: 0;
        width: 17em;
        margin: 0;
        z-index: 10;
    }
 
    #side-bar:target .close-menu {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }
 
    #top-bar .open-menu a:hover {
        text-decoration: none;
    }
 
    .close-menu {
        margin-left: 19em;
        opacity: 0;
    }
}
:root {
    --timeScale: 1;
    --timeDelay: 0s;
}
 
/* Converting middle divider from box-shadow to ::before pseudo-element */
.anom-bar > .bottom-box { box-shadow: none!important; }
.anom-bar > .bottom-box::before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 0.5rem;
    background-color: rgb(var(--black-monochrome, 12, 12, 12));
    transform: translateY(-0.74rem);
}
 
/* DIVIDER */
.anom-bar > .bottom-box::before {
    animation-name: divider;
    animation-duration: calc(0.74s * var(--timeScale));
    animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.32,.38,.39,.94);
    animation-fill-mode: backwards;
}
 
/* CLASSIFIED LEVEL BARS */
div.top-center-box  > * {
    animation-name: bar;
    animation-duration: calc(0.45s * var(--timeScale));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); }
 
/* TOP TEXT */
div.top-left-box, div.top-right-box {
    clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%);
}
 
div.top-left-box > *, div.top-right-box > * {
    position: relative;
    animation-name: bottomup;
    animation-duration: calc(0.65s * var(--timeScale));
    animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
 
/* CONTAINMENT, DISRUPTION, RISK CLASSES */
div.text-part > * {
    clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%);
    animation-name: expand2;
    animation-duration: calc(0.5s * var(--timeScale));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
div.text-part > :nth-child(1) {
    animation-name: expand1;
}
div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); }
div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); }
 
div.main-class::before, div.main-class::after {
    animation-name: iconslide;
    animation-duration: calc(0.45s * var(--timeScale));
    animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 /* BOTTOM TEXT */
div.main-class > *,  div.disrupt-class > *, div.risk-class > * {
    animation-name: flowIn;
    animation-duration: calc(0.42s * var(--timeScale));
    animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
 
/* DIAMOND */
div.arrows {
    animation-name: arrowspin;
    animation-duration: calc(0.7s * var(--timeScale));
    animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 
div.quadrants > * {
    animation-name: fade;
    animation-duration: calc(0.3s * var(--timeScale));
    animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 
div.top-icon, div.right-icon, div.left-icon, div.bottom-icon {
    animation-name: nodegrow;
    animation-duration: calc(0.4s * var(--timeScale));
    animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
div.diamond-part {
    clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%);
    animation-name: diamondBorder;
    animation-duration: calc(0.8s * var(--timeScale));
    animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.32,.38,.39,.94);
    animation-fill-mode: backwards;
    will-change: box-shadow;
}
 
/* MOBILE QUERY */
@media (max-width: 480px ) {
    .anom-bar > .bottom-box::before {
        display:none;
    }
    .anom-bar > .bottom-box {
        box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important;
    }
    div.top-center-box  > * {
        animation-name: bar-mobile;
        animation-duration: calc(0.9s * var(--timeScale));
    }
    div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); }
 
}
/*--- Motion Accessibility ---*/
@media (prefers-reduced-motion) {
    div.anom-bar-container { --timeScale: 0; }
}
 
/*-------------------------*/
 
@keyframes divider {
    from { max-width: 0%;  }
    to { max-width: 100%; }
}
 
@keyframes bar {
    from { max-width: 0%; }
    to { max-width: 100%; }
}
@keyframes bar-mobile {
    from { max-height: 0%; }
    to { max-height: 100%; }
}
 
@keyframes bottomup {
    from { top: 100px; }
    to { top: 0; }
}
 
@keyframes expand1 {
    from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0);}
    to { opacity: 1; clip-path: inset(0);}
}
@keyframes iconslide {
    from { opacity: 0; transform: translateX(-5rem);}
    to { opacity: 1; transform: translateX(0);}
}
 
@keyframes expand2 {
    from { opacity: 0; max-width: 1%;}
    to { opacity: 1; max-width: 100%;}
}
@keyframes fade {
    from { opacity: 0;}
    to { opacity: 1;}
}
 
@keyframes flowIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
 
@keyframes arrowspin {
    from { clip-path: circle(0%); transform: rotate(135deg); }
    to { clip-path: circle(75%); transform: rotate(0deg); }
}
@keyframes nodegrow {
    from { transform: scale(0);}
    to {  transform: scale(1);}
}
@keyframes diamondBorder {
    from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); }
    to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); }
}
: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%;
     }
}

Wow! You flipped a card and got: Fredermaus!!! You ca reload the page or go to the next.
DATE: 04 May 2021 21:43

Wow! You flipped a card and got: Editorial!!! You ca reload the page or go to the next.
DATE: 04 May 2021 19:33

The Wanderer’s Library is Not Enough

An Editorial by The Third Wandsman of the Wanderer’s Library

As an educator within my organization, and one who once called the Wanderer’s Library home, the first question my students tend to ask me is: Why bother writing articles at all? Why preserve knowledge in the first place when it’s all just written down in the Wanderer’s Library?

Now, I can certainly see where they are coming from. When you’re told that there is a massive library that contains all knowledge in the multiverse that can possibly exist, you’re left somewhat dissuaded from the concept of writing anything down. Why bother when you can just nick off to the Library and find the article you’ll write next week?

However, having lived there I can say with certainty that journalism cannot be replaced with a trip to an infinite library. My reasoning is as follows:


Reason 1: An infinite Library Means Infinite Static

I know this will probably stoke some anger, but the fact remains: going to find exactly what you want in the Wanderer’s Library is a chore. The staff do their best, no doubt, but the answer to all of your pressing questions may be hidden in a pile of transcripts from radio broadcasts and a list of someone’s spelling mistakes. Even with one skilled in the Ways possessing all the needed maps, it can take centuries to get from point A to point B.

Contrast this with going to one of our newsstands. You get carefully refined and curated information that includes periodicals that have been selected by the editorial board as the most important or well written articles of the day. There are even easily accessible focused periodicals which can tell you all about the news in your specific region.

Now having all of the primary sources in the world is immensely valuable, don’t get me wrong. But most of us simply do not have the time and energy to spend thousands of years digging through cookbooks to find the perfect cupcake recipe. In this, journalists are essential.

I should also note, for completion’s sake and because I will be lambasted by letters of complaint if I do not, that in spite of all of that, we cannot say for certain if the library is even infinite in the first place.

To my knowledge we are all finite beings after all, no matter how much local omnipotence we may accrue.


Reason 2: Sometimes the Mountain Needs to Come to Mohammed

As the Wanderer’s Library is accessible through several major Ways, some people think the knowledge distribution network of the multiverse has the perfect infrastructure and there is never a need to build around it.

I can only assume these people have not spent much time doing interdimensional travel.

There are countless dimensions that exist that have no access to the Wanderer’s Library directly, either because some terrible god isolated them as prisons or unspoiled sanctums, or because organizations in the local dimension’s cultures work actively to restrict travel. Ask someone from Earth if they’ve heard of the Wanderer’s Library and the answer will almost always be no.

What journalists and researchers do is bring the knowledge of the library to these isolated regions. Without good hardworking cartographers scouting ever more routes through the dimensions or hawkers delivering articles to far flung places, countless sapient beings would have no idea the truth even exists out there.


Reason 3: Liars, Con artists, and Cheats

Unfortunately, the multiverse is not without its share of absolute charlatans.

The fact that the Wanderer’s Library contains every book means it contains not only true documents and observations, but also some of the most outlandish works of fiction seeking to pass themselves off as fact.

Now I have no problem with creative writing. The telling of tales can be an amazing way to spend an afternoon or spend time with the ones you love, but many of these works are designed with the specific intent of manipulating the public with falsehoods or misrepresentations.

Believe me, in my time I have seen entire “news organizations” devoted to actively deceiving people for some fell purpose.

The Wanderer’s Library including these false manifestos is honestly a good thing. Those stories remain useful so long as the truth behind them can be gleaned and the method of manipulation analyzed, but there are many visitors to the library who will simply pick up a book on the shelf and take its words as true.

This is something we news organizations that seek honesty need to actively work against. And without us doing the deep dives to back it up and sharing our research with the multiverse, many Library patrons may never know they’ve been duped.


And, perhaps the greatest reason of all….

Reason 4: The Library is not Indestructible

Make no mistake, the Wanderer’s Library secures itself as best as it can and tries to rebuild itself as well, but in recent years we have seen more and more attacks against it by hostile forces. Not too long ago a group referred to as the Global Occult Coalition managed to inflict serious damage on a section of the library before being repelled by staff. This devastation lead to the loss of many books we have no way of ever knowing the contents of.

But attacks like that are obvious. The more sinister forces working against the library have learned the art of subtlety.

I once found a book on the shelf of the Wanderer’s Library that when unobserved would devour any other book on the Hanged King in its section. I barely survived restraining it, and I have to wonder how many other powers could be manipulating the library for their own ends…


In conclusion, I do not want to rob you of the incredible sense of wonder one experiences when entering the Library, nor to disparage my old home.

I merely want to emphasize that even the infinite has limitations, and that we in the journalism field need to work together to help uncover the truth of the universe. It would be nice if all that could be learned was just waiting to be read out there, but it is also exciting to know we still have so much to explore!

Originally published in the Wandsmen's Gazette on 5-4-2021
Wow! You flipped a card and got: Kluu!!! You ca reload the page or go to the next.
DATE: 04 May 2021 17:58

rating: 0+x


BY ORDER OF THE OVERSEER COUNCIL

The following file is Level 6/XXXX classified. Unauthorized access is forbidden.

XXXX

ID
PASSWORD

[[footnoteblock]]


Wow! You flipped a card and got: 6kcon summaries!!! You ca reload the page or go to the next.
DATE: 04 May 2021 17:51

ThisGuyNamedLokiThisGuyNamedLoki - http://www.wikidot.com/user:info/thisguynamedloki

theepicthushatheepicthusha - http://www.wikidot.com/user:info/theepicthusha

Bot100Bot100 - http://www.wikidot.com/user:info/bot100

PeatmossPeatmoss - http://www.wikidot.com/user:info/peatmoss


Wow! You flipped a card and got: chromatic1!!! You ca reload the page or go to the next.
DATE: 04 May 2021 17:17
rating: 0+x

Item #: SCP-XXXX

Object Class: Safe/Euclid/Keter (indicate which class)

Special Containment Procedures: [Paragraphs explaining the procedures]

Description: [Paragraphs explaining the description]

Addendum: [Optional additional paragraphs]

[[footnoteblock]]

[[div class="footer-wikiwalk-nav"]]

« SCP-XXXW | SCP-XXXX | SCP-XXXY »