SCP Style Resource

Hello and welcome!

This is meant to be an ease-of-access, quick 'copy-paste' resource for alternative logs and formats for SCP files, in the same vein as Group-of-Interest Style guides for their individual formats. If you're looking for basic Wikidot formatting, go check out Wiki Syntax. For more advanced coding, check out the Advanced Formatting guide.

For the purposes of accruing multiple format bits, this will remain open for collaboration. Be sure to follow the presentation format here.

Note: This is not intended to be an exhaustive list. These templates do not have to be adhered to. Users are encouraged to branch out and experiment with any set-up they're most comfortable with.

Note: CSS Modules are only applied to a page after the page is refreshed. Previewing a page does not refresh the page. To see the effect of any modifications to a CSS Module, you must save the page.

See Also


Basic Article Template

[[>]]
[[module Rate]]
[[/>]]

**Item #:** SCP-XXXX

**Object Class:** Safe/Euclid/Keter (indicate which class)

**Special Containment Procedures:** [Paragraphs explaining the procedures]

**Description:** [Paragraphs explaining the description]

**Addendum:** [Optional additional paragraphs]

[[footnoteblock]]

[[div class="footer-wikiwalk-nav"]]
[[=]]
<< [[[SCP-XXXW]]] | SCP-XXXX | [[[SCP-XXXY]]] >>
[[/=]]
[[/div]]

Interview Template

> **Interviewed:** [The person, persons, or SCP being interviewed]
>
> **Interviewer:** [Interviewer, can be blocked out using █]
>
> **Foreword:** [Small passage describing the interview]
>
> **<Begin Log, [optional time info]>**
>
> **Interviewer:** [speech]
>
> **Person:** [speech]
>
> [Repeat as necessary]
>
> **<End Log, [optional time info]>**
>
> **Closing Statement:** [Small summary and passage on what transpired afterward]

Note: When inserting block quotes with the > symbol, make sure you add a space after each > you use— otherwise your text won't show up as a block quote.


Test Log formats:

Option 11

What it looks like:

TEST TITLE STUFF
SubjectDATA HERE
ProtocolDATA HERE
ResultsDATA HERE

What to copy:


Option 22

What it looks like:

DateDATAEffectsNotes
DATE

DATA

EFFECTSNOTES
DATE

DATA

EFFECTSNOTES
DATE

DATA

EFFECTSNOTES
DATE

DATA

EFFECTSNOTES
DATE

DATA

EFFECTSNOTES
DATE

DATA

EFFECTSNOTES

What to copy:

Audio/Video Log Formats:

Option 13

What it looks like:

VIDEO LOG


DATE:

NOTE:


[BEGIN LOG]

TIME: EVENT

TIME: EVENT

TIME: EVENT


[END LOG]

Tip! This style mimics the regular quoteboxes you see around the site (basic wiki formatting are lines beginning in "> "), but with the added benefit of working better with images.

What to copy:


Option 24

What it looks like:

Exploration Video Log Transcript

Date: OPTIONAL

Exploration Team: TEAM NAME - OPTIONAL

Subject: AREA/ANOMALY - OPTIONAL

Team Lead: OPTIONAL

Team Members: OPTIONAL


[BEGIN LOG]

Person A: Dialogue

Person B: Dialogue

STUFF HAPPENS

Person A: Dialogue

[END LOG]

What to copy:


Option 35

For a computer-y look.

What it looks like:

| DETAILS
| DETAILS
| DETAILS
| DETAILS
| DETAILS

TEXT TEXT TEXT
MORE TEXT

MORE

AND MORE

AND YET EVEN MORE TEXT TO JOT DOWN

What to copy:

Option 4:

STUFF GOES IN HERE

Option 56

What it looks like:

+*
AND MORE!

h1

h2

h3

h4

h5
h6

text
more text

more[]

What to copy:

Option 67

What it looks like:

What to copy:

Option 7

What it looks like:

I can't verify your wikidot ID.|

What to copy:

Option 88

What it looks like:

Terminal #001


------
Welcome, User
------



Links inside the terminal gain a ">" when you hover over them.
like this

Thanks for checking out my format!

What to copy:


Warning/Notice formats:

Option 19

What it looks like:

NOTICE FROM THE FOUNDATION RECORDS AND INFORMATION SECURITY ADMINISTRATION

Notification text goes here.

— Maria Jones, Director, RAISA

What to copy:

Option 210

What it looks like:

WARNING: THE FOLLOWING FILE IS LEVEL #/XXXX CLASSIFIED


ANY ATTEMPT TO ACCESS THIS FILE WITHOUT LEVEL #/XXXX AUTHORIZATION WILL BE LOGGED AND WILL LEAD TO IMMEDIATE DISCIPLINARY ACTION.

What to copy:

Option 3:

What It Looks Like:


BY ORDER OF THE OVERSEER COUNCIL

The following file is Level X/XXXX classified. Unauthorized access is forbidden.

XXXX

What To Copy:

Option 4:11

What It Looks Like:

title

subtitle

description description description description description description description description description description description description description description description description description description

XXXX

What To Copy:

Alternative Header Format

Option 1:

What it looks like:12

Item #: SCP-XXXXLevel 4/XXXX
Object Class: EuclidClassified

school.png

SCP-XXXX.


What to copy:

Option 2:13

What it looks like:

What to copy:

Option 3:14

What it looks like:

1/7777 ДОПУСК 1/7777

СЕКРЕТНО

classified-lv1.png

Объект №: SCP-7777

Класс объекта: Euclid

What to copy:

Option 5:15

What it looks like:
Threat Level: Black
(Click me!)

What to copy:

Option 8: Option 1(Simpler Version)

What it looks like:

What to copy:

Invisible Text

Instead of doing "##white|TEXT HERE…##" (which would break on any browsers using a "dark theme"), you should use transparent instead.

Try selecting the below boxes:

This text is invisible but can be seen on select.

This text is white instead.

This text is invisible but can be seen on select.

This text is white instead.

What to copy:

##transparent|Your text here.##

Disclaimer: this works on Sigma-10 only.

What it looks like:

Your text here.

"Paper/Note" formats

Option 116

What it looks like:

Document body here. You will need to use " " on new lines to properly space text.

Like so.

You can use [[<]], [[=]], and [[>]] to align different lines/paragraphs to give proper feel.

Enjoy.

What to copy:

"Login/Logout" formats

Option 11718

What it looks like:

Модуль 'MailForm' не существует

  1. name
    • title: ID
    • default: <YOUR ID>
    • type: text
    • rules:
      • required: true
      • maxLength:10
      • minLength: 100

[[/module]]

Модуль 'MailForm' не существует

  1. affiliation
    • title: PASSWORD
    • default: ・・・・・・・・・
    • rules:
      • required: true
      • maxLength:10
      • minLength: 100

[[/module]]

What to copy:

Option 2

What it looks like:

What to copy:

Image Carousel

Instructions for use

Blackbox formats

Option 119
What It Looks Like:
This is a format to let you blackbox information and let it be visible over a mouseover.

What To Copy:

[[span class="bblock"]]text here[[/span]]

How To Adjust It:
This code lets you adjust the color of the mouseover text.

[[module CSS]]
.bblock:hover {color: white}
[[/module]]

Option 2
What It Looks Like:
This changes the color of the background on mouseover, rather than the text.

What To Copy:

[[span class="dblock"]]text here[[/span]]

How To Adjust It:
This code lets you adjust the color of the mouseover background.

[[module CSS]]
.dblock:hover {background: #f4f4f4}
[[/module]]

"today's date" format

What It Looks Like:

Today's date is 07:52 22.01.2025… maybe!

What to copy:



Discord Chat Formatting

What it looks like:

Вставленная страница "component:discord-chat-source" не существует (создать её сейчас)

Вставленная страница "component:discord-chat-source" не существует (создать её сейчас)

Вставленная страница "component:discord-chat-source" не существует (создать её сейчас)

Вставленная страница "component:discord-chat-source" не существует (создать её сейчас)

Вставленная страница "component:discord-chat-source" не существует (создать её сейчас)

yo, Corvus, you around? smug.svg

Вставленная страница "component:discord-chat-source" не существует (создать её сейчас)

Вставленная страница "component:discord-chat-source" не существует (создать её сейчас)

ya
what's up @GOTO 20
smug.svg

Вставленная страница "component:discord-chat-source" не существует (создать её сейчас)

Вставленная страница "component:discord-chat-source" не существует (создать её сейчас)

Вставленная страница "component:discord-chat-source" не существует (создать её сейчас)

Here is an image
noodle.jpg

Вставленная страница "component:discord-chat-source" не существует (создать её сейчас)

Вставленная страница "component:discord-chat-source" не существует (создать её сейчас)

Вставленная страница "component:discord-chat-source" не существует (создать её сейчас)

Вставленная страница "component:discord-chat-source" не существует (создать её сейчас)

What to copy:

Full explanation and code available here.


ACS Header (Anomaly Classification System)

Click here to learn what this is for.

Original author: Пользователь 'Woedenaz' не существует

What it looks like:

Объект №: XXXX
Допуск#
Класс содержания:
евклид
Вторичный класс:
отсутствует
Класс нарушения:
влам
Класс риска:
предупреждение

What to copy:



Email Template

What it looks like:20

What to copy:



версия страницы: 2, Последняя правка: 18 Янв. 2025, 12:41 (4 дня назад)
Пока не указано иное, содержимое этой страницы распространяется по лицензии Creative Commons Attribution-ShareAlike 3.0 License.