Screenplay

W A R N I N G
PLEASE DO NOT TOUCH THIS PAGE WITHOUT STAFF PERMISSION.

This is a template page used internally by the Backrooms Wiki.


This component was made by scutoid studiosscutoid studios. It allows you to insert a screenplay into your text. :-)

Using it

To use this component, import the CSS:

[[include :backrooms-wiki:component:screenplay]]

Put this before any theme includes.

Example script

This example script will teach you how to use the component. Just copy the code on the right as a template for how to use each div and span class, it's very simple! Don't worry about the capitalization because the CSS will handle it for you.

Fade in

INT. Level 13 - Apartment 20384 - Night

SIGNET (late 20s, librarian chic) enters her apartment after a long day of work at the M.E.G. Expecting to unwind, she instead finds an unknown man — PRAETOR (20s, crusty, odd-looking) — standing in the middle of the room.

Signet

(concerned)

Like, what the absolute fucking flip is up with that guy? Whrat tha hell…

Praetor Oui cet homme a l'air bizarre

Signet Bitc i was talking about you

SIGNET looks at PRAETOR with an astonishingly astonished astonishment.

Jump cut to:

INT. Level 13 - Apartment 20384 - Continuous

Then you can continue with another scene…

Font

By default, the font for the screenplay is Courier Prime, a modern version of Courier which gives a good typewriter feel.

To use a different font, simply set the font-family property of the .screenplay class to whatever you like. Here's how to get it to conform to your theme's monospaced font:

[[module css]]
.screenplay {
font-family: var(—mono-font);
}
[[/module]]

You can also import and use a Google font if you prefer.

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