Welcome!
Like said on the main page, this page is meant for components that work exclusively on Sigma-9. This page details how to include the component on your page and how to properly use it. As well, it also links to pages where the component is used, or points to its use on this page.
Table of Contents
Components
This component centres the header at the top of the page it is used on. Paste the following somewhere on your page:
[[include :scp-wiki:component:centered-header-sigma-9]]
Just like Toggle Sidebar, put this [[include]] after any [[includes]] you have for themes.
Additionally, if you want to edit the header, put this syntax anywhere after the component's include:
[[module CSS]]
:root{
--header-title: "TITLE";
--header-subtitle: "SUBTITLE";
--titleColor: title_colour;
--subtitleColor: subtitle_colour;
--lgurl: url(URL_HERE);
}
[[/module]]You can outright remove the logo by putting none for the lgurl instead of an URL.
The colours for the title and subtitle are done using HsL, instead of Hex or Rgb. Use this tool to convert Hex and Rgb into HsL.
You can see this component in action in SCP-3309.
This component enables the mobile sidebar button on a desktop-sized screen, which by extension centres the main page content. To use it, put the following somewhere on your page:
[[include :scp-wiki:component:toggle-sidebar]]
If you're using a theme on the page, make sure that the [[include]] for this component is put in after the [[include]] of that theme.
A BHL version of this component is also available, which can be found here.
This component is currently being used on this page, by proxy via Flopstyle.






