Introduction:
Hello, welcome to the component hub. This is for a paged that are related to :component category. this is were you can put your component code here. welp if you want to put your component code, please tag with "component"
Happy Coding <3
List All Component:
component: Toggle Sidebar
by Director Erzahler 29 Sep 2024 01:08
[[iftags +component]]
[[div style="border: solid 2px #ededed; padding: 0.5rem; margin: 4px;"]]
This is a component to make the mobile sidebar button active on desktop-size screen.
To use, put the following:
Author
by Dr_Niko_25 15 Oct 2024 01:29
[!— {$start}]
[[div_ class="authorlink-wrapper"]]
{$name}
[[div class="authorbox"]]
[[div class="authorcontent"]]
SAP Anomalies Classifications System
by FisliTeng6 31 Dec 2024 08:24
[[div style="background: linear-gradient(to bottom, black, grey); border-bottom: 4px solid #000000;"]]
[[=]]
Sap Acs 2
by FisliTeng6 07 Mar 2025 03:30
:root {
—inteligence-0-class: 100, 255, 149;
—inteligence-1-class: 147, 255, 103;
—inteligence-2-class: 239, 231, 77;
—inteligence-3-class: 245, 211, 0;
—inteligence-4-class: 255, 112, 0;
—inteligence-5-class: 194, 33, 0;
}
component:banner-1
by Director Erzahler 26 Nov 2025 21:58
[[=]]
[[div style="
text-weight: bold;
width: 800px;
padding: 20px;
color: white;
background-image: url('http://s-a-p.wikidot.com/local--files/image-reservoir/Warning-background');
background-size: cover; /* Scale image to fill box */
background-position: center; /* Center the image */
background-repeat: no-repeat;
border: 2px solid #ccc;
"]]
component:crt-clock
by Director Erzahler 01 Dec 2025 21:52
[[html]] <head>
<script>
function updateTime() {
// Get the current time in Alabama (lol, I don't even live in Alabama)
const alabamaTime = new Date();
// Adjust the Alabama time to CRT (1 hour behind CST :-))
alabamaTime.setHours(alabamaTime.getHours() - 1); // Subtract 1 hour to convert to CRT (this code does military time 😬 maybe I'll release a standard version)
- %%title_linked%%