Help:Contents: Difference between revisions

From Science Theatre
Jump to navigation Jump to search
imported>Morganp
imported>Stwikiadmin
Line 3: Line 3:
If you run into any issues, please contact either the Outreach Coordinator for the Physics department or the current Head Director for Science Theatre.
If you run into any issues, please contact either the Outreach Coordinator for the Physics department or the current Head Director for Science Theatre.


= Getting Started =
= 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 ==
== Titles ==


Line 57: Line 60:




== Advanced Formatting Tools ==
= 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.
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.
Line 63: Line 68:
<pre> Left Side: <!--
<pre> Left Side: <!--
  Right Side: --> </pre>
  Right Side: --> </pre>
== Prevent Formatting ==


If you want the wiki to NOT format something in a certain way, there are options to get around it.
If you want the wiki to NOT format something in a certain way, there are options to get around it.
Line 68: Line 75:
**<pre>example of preformatting</pre>
**<pre>example of preformatting</pre>
* <nowiki> you can also use <nowiki> to tell the wiki to not format something, closing with </nowiki></nowiki>
* <nowiki> you can also use <nowiki> to tell the wiki to not format something, closing with </nowiki></nowiki>
== Coloring Text ==


<span style="color: red">You can also</span><span style="color: green"> color text by</span><span style="color: blue"> using <nowiki><span style="color: name"></nowiki> at the start</span><span style="color: purple"> of a sentence.</span> Make sure to end with <nowiki></span>.</nowiki>
<span style="color: red">You can also</span><span style="color: green"> color text by</span><span style="color: blue"> using <nowiki><span style="color: name"></nowiki> at the start</span><span style="color: purple"> of a sentence.</span> Make sure to end with <nowiki></span>.</nowiki>

Revision as of 14:05, 4 September 2015

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.

  1. It will automatically start at 1
  2. It will continue until you break the sequence
  3. If you break a sequence, then it will go back to one

breaking sequence here

  1. 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.

To have an intro bolded line, start the sentence with a semicolon(;)

You can end the bolded line using a colon
The colon (:) breaks the line, and puts the rest of the text below the bold text, even if it is typed on the same line.