This page contains collected information from the wikitext of all the pages on the SCP Wiki. The goal is to permit easy introspection over styling, includes, and other usages on pages because these capabilities are not made easy via Wikidot.
Additionally, if you download the JSON dataset (see below), you can use the
grep.py
script to search through all page sources via regular expression.
See the GitHub repository for more information.
There are 18,955 pages on the SCP Wiki.
There are 4,091 unique stylings in
[[module CSS]]
blocks across the SCP Wiki.
The top 3 most common are:
.email-example .collapsible-block-folded a.collapsible-block-link {
animation: blink 0.8s ease-in-out infinite alternate;
}
@keyframes blink {
0% { color: transparent; }
50%, 100% { color: #b01; }
}
.email {border: solid 2px #000000; width: 88%; padding: 1px 15px; margin: 10px; box-shadow: 0 1px 3px rgba(0,0,0,.5)}
.email-example a.collapsible-block-link {font-weight: bold;}
.tofrom {margin-left: 10px; margin-top: 5px; padding: 1px 15px; border-left: solid 3px maroon}
#side-bar {
background: rgb(var(--white-monochrome));
}
#side-bar div.menu-item a, #side-bar div.menu-item .text {
color: rgb(var(--black-monochrome));
}
#side-bar>div:nth-child(5) {
background-color: rgba(var(--dark-accent),0.25)!important;
}
sup {
vertical-align: top; position: relative; top: -0.5em;
}
:root{
--cutColour: #fafafa;
--barColour: #590505;
}
.info-container .collapsible-block-folded a{
color: #FFF;}
.info-container .collapsible-block-unfolded-link a{
color: #FFF;}
.translation_block{
display:none;}
There are 6,886 unique inline stylings across the SCP Wiki. The top 10 most common are:
width:100%;
display: none;
border:solid 1px #999999; background:#f2f2c2; padding:5px; margin-bottom: 10px;
width: 100%;
border: none; width: 100%;
text-align: right;
text-align: center; width: 25%;
border-bottom: 1px solid #AAA; border-right: 1px solid #AAA; text-align: center; width: 25%;
border-right: 1px solid #AAA; text-align: center; width: 25%;
border-bottom: 1px solid #AAA; text-align: center; width: 25%;
There are 629 unique included pages in use across the SCP Wiki. The top 10 most common are:
:scp-wiki:component:license-box-end
[info]
:scp-wiki:component:license-box
[info]
component:image-block
:scp-wiki:theme:black-highlighter-theme
[info]
:scp-wiki:info:start
[info]
:scp-wiki:info:end
[info]
theme:black-highlighter-theme
:scp-wiki:component:author-label-source
[info]
info:end
info:start
Includes are pulled from 30 unique sites. The top 10 most common are:
scp-wiki
scp-int
scp-sandbox-3
topia
scpsandbox2
kaktuskontainer
scptestwiki
snippets
firedawnfolder
smlt
There are 3,899 unique CSS classes in use across the SCP Wiki. The top 10 most common are:
footer-wikiwalk-nav
blockquote
scp-image-block
scp-image-caption
block-center
email
tofrom
fncon
fnnum
content-panel
Raw JSON file can be downloaded from the
releases page.
This contains all the data used to build this site.
Warning! The files are very large! For EN it is > 100 MB, and for all sites it is > 1 GB.