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 18,955 pages on the SCP Wiki.

Module Styles

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

  1. (found 184)
    .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 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;
    }
  3. (found 78)
    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;}

Inline Styles

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

  1. (found 445)
    width:100%;
  2. (found 334)
    display: none;
  3. (found 332)
    border:solid 1px #999999; background:#f2f2c2; padding:5px; margin-bottom: 10px;
  4. (found 285)
    width: 100%;
  5. (found 266)
    border: none; width: 100%;
  6. (found 251)
    text-align: right;
  7. (found 212)
    text-align: center; width: 25%;
  8. (found 211)
    border-bottom: 1px solid #AAA; border-right: 1px solid #AAA; text-align: center; width: 25%;
  9. (found 210)
    border-right: 1px solid #AAA; text-align: center; width: 25%;
  10. (found 210)
    border-bottom: 1px solid #AAA; text-align: center; width: 25%;

Inclusions

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

  1. (found 13,194) :scp-wiki:component:license-box-end [info]
  2. (found 11,048) :scp-wiki:component:license-box [info]
  3. (found 2,959) component:image-block
  4. (found 2,224) :scp-wiki:theme:black-highlighter-theme [info]
  5. (found 1,224) :scp-wiki:info:start [info]
  6. (found 1,222) :scp-wiki:info:end [info]
  7. (found 861) theme:black-highlighter-theme
  8. (found 734) :scp-wiki:component:author-label-source [info]
  9. (found 685) info:end
  10. (found 683) info:start

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

  1. (found 60,071) scp-wiki
  2. (found 307) scp-int
  3. (found 243) scp-sandbox-3
  4. (found 131) topia
  5. (found 92) scpsandbox2
  6. (found 45) kaktuskontainer
  7. (found 27) scptestwiki
  8. (found 23) snippets
  9. (found 23) firedawnfolder
  10. (found 14) smlt

CSS Classes

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

  1. (found 7,761)
    footer-wikiwalk-nav
  2. (found 2,212)
    blockquote
  3. (found 660)
    scp-image-block
  4. (found 586)
    scp-image-caption
  5. (found 439)
    block-center
  6. (found 314)
    email
  7. (found 307)
    tofrom
  8. (found 256)
    fncon
  9. (found 256)
    fnnum
  10. (found 244)
    content-panel

Raw Data

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.