Internal Code

Hey there!

This page will hold (or at least be the parent to) multiple back sources of code. This could be div blocks, themes, custom imports, or anything of the like relating to the site. If you want to know how to use it, then you can come here and look! There will be certain code lines you should write at the top of your page to include themes, and there will also be code segments further down to elaborate on how to use certain things. I want this to be a guide for myself and anyone else who uses the site and wants to use some of the amazing code we've made.

As a notice, all code blocks including themes will have a space before the start of their code. Make sure to remove that space when you copy the code over to your page!

~ NavyEOD_24NavyEOD_24 and mexajmexaj


Section 1: Themes and Imports

This is all about making the site look nice. Different themes, colors, banners, icons and more! Below I'll have the already pre-made site themes, what they look like, why I like them, and how to import them into your page.

ORIGINAL

Void-Lost

This is the default theme of the site that you see everywhere. It was a much different one wen Hellbie first made it, and over the months of toiling and drawing she made one that is leagues better than the older one. While I'm a sucker for old versions of things, like laptops and game consoles, with the same going for the old (and now lost) theme of this site, the Void-Lost V2.0 looks stellar. Don't think I could ever improve on what this one has to offer.

Theme preview is not necessary as it is the site default.

Insertion is not necessary as it is the site default.

Purity of the Lands Above

While this is another recolor, similar to Spite's Infection, I thought it proper to make a theme for the Light-Beings. They're a huge part of my story and, while I don't write as much as I should for them, I plan to expand much more on them in the future. You'll see this theme used for them a lot going forward and existing pages will be updated accordingly. I hope this looks good, as while they are mainly white that wouldn't work out so well. As purple is the color of the Void Below, blue is the color of the Lands Above.

Preview the theme here.

Use this theme in your page with this code:

 [[include theme:lands-above]]

Terminal View

This theme is one that I've wanted for a while, as I adore the basic and crude look of ASCII art and simple things. Made primarily by Hellbie and modified by myself, this code is still in the works. I'll be modifying it as I see fit and since I'm in DIFD I'll be learning a lot more about how to program a site and how to make it actually look good.

Preview the theme here.

Use this theme in your page with this code:

 [[include theme:terminal
   |html=html code here
 ]]

Dark Centuries

This is one I'm working on personally for a friend of mine, mainly for a series he's writing. I wanna make something cool for him so I'm gonna do this by my hands and get help from hellbie when I need assistance.

Preview the theme here.

Use this theme in your page with this code:

 [[include theme:dark-centuries]]

Spite's Infection

A newer theme made specifically for anger, hatred, vexation and rage. Mainly for the story of Primalis and the other deities.

Preview the theme here.

Use this theme in your page with this code:

 [[include theme:spites-infection]]

WORLDSOC

As the Worldsoc Project may soon come to a close or be left as is, keeping most of its information would be helpful. In this page I will link all three of Worldsoc's themes, that being the main site theme, the R&D theme and the Administrative Division theme.

Worldsoc Main Theme

The first theme you will ever see on Worldsoc is the warm orange variant. This theme was the first mexajmexaj made for the site and personally it's still my favorite. Even though these are all recolors, I like Worldsoc's orange the most.

Preview the theme here.

Use this theme in your page with this code:

 [[include theme:worldsoc-main]]

Worldsoc R&D Theme

The second theme to be introduced to Worldsoc, the blue R&D theme was created for Worldsoc Technologies' Research and Development Division. The blue is my second favorite, as we were always looking at it while writing up new ideas and trying to make some entities and projects that would fit in the universe.

Preview the theme here.

Use this theme in your page with this code:

 [[include theme:worldsoc-rnd]]

Worldsoc Administrative Division

The last theme to come to Worldsoc is the Administrative Division. Run by seven mysterious Administrators — much like SCP's O5 Council — the AD was created to give the readers a look into who these people really were. Most of them were just normal people, however their motives and goals… that's a bit more secretive ;3

Preview the theme here.

Use this theme in your page with this code:

 [[include theme:worldsoc-administrative]]

BACKROOMS

While I would love to do nothing more than continue to distance myself from the Backrooms, I cannot deny the skills, talent and progress I gained from the community. I made a theme during my stay there, one that I'm still proud of because I had hardly any help on it.

The Eternal Repository

A collective of information hoarders and traders, the Eternal Repository's main colors, red and blue, signify their ability to barter with any side and represent both the East and the West. Red and Blue originated from the Cold War, and with Viktor Valentin, a Russian, leading the organization, it only helps to show their devotion to mending both sides of any conflict.

Please note that using this theme with ASSOC as the site's base will cause things to break. The top bar will be somewhere on the page, image alignment may not work properly and other such errors may exist. As I am only adding this for historical reasons and to show you my full repository (pun intended), I will not be upkeeping this theme and most likely will not use it unless certain pages require it or would look better with it.

Preview the theme here.

Use this theme in your page with this code:

 [[include theme:eternal-repository]]

THEME PREVIEWER


Below is a module that will let you preview every theme shown above. Be warned, the Terminal theme will break the page! All of this site's themes will be at the bottom of this drop-down menu, as the ThemePreviewer module will load all of Wikidot's basic themes that come with making a site. This still doesn't work properly 100%, so if it doesn't look right please use the preview links provided above.



Section 2: Divblocks

Universal Theme Code

For the Void-Lost, Dark Centuries and Spite's Infection themes, there are countless divblocks and small coding things you can do within that are planned. Currently we only have a few to show for our efforts, however we will be adding more soon!


Section 3: Miscellaneous Coding


Section 4: Afterword

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License