Extracted Page Information

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.

Pages

There are 23,612 pages on the SCP Wiki.

Module Styles

There are 6,448 unique stylings in [[module CSS]] blocks across the SCP Wiki. The top 3 most common are:

  1. (found 269)
    .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}
  2. (found 98)
    .footnotes-footer {
    display:none;
    }
  3. (found 88)
    #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;
    }

Inline Styles

There are 10,655 unique inline stylings across the SCP Wiki. The top 10 most common are:

  1. (found 597)
    width:100%;
  2. (found 592)
    display: none;
  3. (found 410)
    border:solid 1px #999999; background:#f2f2c2; padding:5px; margin-bottom: 10px;
  4. (found 363)
    text-align: right;
  5. (found 355)
    border: none; width: 100%;
  6. (found 333)
    width: 100%;
  7. (found 321)
    border-radius: 10px; margin: 10px
  8. (found 253)
    text-align: center; width: 25%;
  9. (found 251)
    border-bottom: 1px solid #AAA; border-right: 1px solid #AAA; text-align: center; width: 25%;
  10. (found 250)
    border-right: 1px solid #AAA; text-align: center; width: 25%;

Inclusions

There are 896 unique included pages in use across the SCP Wiki. The top 10 most common are:

  1. (found 16,475) :scp-wiki:component:license-box-end [info]
  2. (found 16,431) :scp-wiki:component:license-box [info]
  3. (found 6,077) component:image-block
  4. (found 3,090) :scp-wiki:theme:black-highlighter-theme [info]
  5. (found 2,209) :scp-wiki:component:anomaly-class-bar-source [info]
  6. (found 2,106) :scp-wiki:info:start [info]
  7. (found 2,104) :scp-wiki:info:end [info]
  8. (found 2,007) component:preview
  9. (found 1,214) :scp-wiki:component:author-label-source [info]
  10. (found 908) theme:black-highlighter-theme

Includes are pulled from 42 unique sites. The top 10 most common are:

  1. (found 102,814) scp-wiki
  2. (found 528) snippets
  3. (found 301) scp-int
  4. (found 215) scp-sandbox-3
  5. (found 143) topia
  6. (found 116) lafundacionscp
  7. (found 93) scpsandbox2
  8. (found 82) smlt
  9. (found 58) kaktuskontainer
  10. (found 50) scp-wiki-cn

CSS Classes

There are 8,052 unique CSS classes in use across the SCP Wiki. The top 10 most common are:

  1. (found 9,639)
    footer-wikiwalk-nav
  2. (found 3,760)
    blockquote
  3. (found 853)
    scp-image-block
  4. (found 739)
    scp-image-caption
  5. (found 600)
    block-center
  6. (found 472)
    email
  7. (found 457)
    tofrom
  8. (found 339)
    fncon
  9. (found 339)
    fnnum
  10. (found 265)
    block-right

Raw Data

Raw SQLite file can be downloaded from the releases page.
This contains all the data used to build this site.

Warning! These files are very large!