Help:Contents
This is the help page for those in Science Theatre who want to edit the wiki. I will list below some basic formatting information so you can get started.
If you run into any issues, please contact either the Outreach Coordinator for the Physics department or the current Head Director for Science Theatre.
Basic Formatting Tools
These are basic tools for editing the wiki. The majority are very similar to HTML, so basic knowledge in HTML will help.
Titles
To make a Title, put a set of equal signs (==) on either side of the title text. "Getting started" has one equal sign on each side.
adding extra equal signs will make the title different sizes.
Sample 1
two on each side
Sample 2
three on each side
Sample 3
four on each side
It is worth noting that the title needs to be on its own line. = Sample Title = Won't work here because it is on this line of text.
Simple Formatting
Line Spacing
To put space between lines, you have to put two spaces between them on the edit screen.
If you put two between, they are on separate lines. If you start a sentence immediately under another, they will follow each other on one line.
If you need a line break, put four dashes together on their own line.
They will generate the line break
Lists
To make a dotted list, use asterisks (*)
- Each one will start a new line
- You do not need to put extra space between them to continue the list
To make a numbered list, put the pound sign (#) at the start of each line.
- It will automatically start at 1
- It will continue until you break the sequence
- If you break a sequence, then it will go back to one
breaking sequence here
- If you do not wish to have it restart, then manually insert the next number.
Boxes
If you want to put something inside of a box on-screen, insert a space at the start of the sentence.
That space will insert the text into a box
* Inside the box, a bulleted list won't work properly
# A numbered list does not work inside the box
= Title = does not work either
Italics will still work, and bold will still work too.
The wiki will see it as pre-formatted, but it can still be edited.
The number of spaces you put into the box will adjust the indent
Bold and Italics
- For Italics, use two apostrophes (')
- For Bold, use three.
- For Bold and Italic, use five.
Advanced Formatting Tools
Comments
If you want to leave a comment in the editing screen, and not on the webpage, put an arrow on each side, with the left arrow having an exclamation point.
Left Side: <!-- Right Side: -->
Prevent Formatting
If you want the wiki to NOT format something in a certain way, there are options to get around it.
- You can use <pre> at the start of a sentence, closing with </pre>. Anything between them does not get formatted. It tells the wiki that it is preformatted.
example of preformatting
- you can also use <nowiki> to tell the wiki to not format something, closing with </nowiki>
Coloring Text
You can also color text by using <span style="color: name"> at the start of a sentence. Make sure to end with </span>.
you can also use the style="color: name" portion of it to color a preformatted sentence.