Help

Editing tips: Difference between revisions

No edit summary
No edit summary
Line 25: Line 25:
</div>
</div>


*
*<nowiki><br /></nowiki>
 
New lines without spaces between them<br />
New lines without spaces between them<br />
have the following code<br />
have the following code<br />
Line 33: Line 34:
placed at the end of them</nowiki>
placed at the end of them</nowiki>


:
:New lines that are indented
:New lines that are indented
:and have no spaces between them
:and have no spaces between them
Line 40: Line 42:
:begin with a colon:</nowiki>
:begin with a colon:</nowiki>


<nowiki><del></del></nowiki>
<del>deleted text</del>  
<del>deleted text</del>  
  <nowiki><del>deleted text</del></nowiki>
  <nowiki><del>deleted text</del></nowiki>

Revision as of 10:10, 9 July 2014

  • You can get a little more help on editing by viewing the source of this help page (click the Edit tab)
  • There is more information on Wiki formatting here



Inserting a Table of contents (TOC)

For each page with more than three headings, a table of contents (TOC) is automatically generated from the section headings, unless:

__NOTOC__ is added to the top or bottom of the page

If a page has fewer than four headings then

__TOC__ is must be added where the TOC is required

To align the TOC to the right use:

<div style="float:right;">__TOC__</div>

To insert a TOC with no numbers use:

{{Toc right no-numbers}}

Formatting Text

Center text like this:
<div class="center">Center text like this</div>
  • <br />

New lines without spaces between them
have the following code
placed at the end of them

New lines without spaces between them<br />
have the following code<br />
placed at the end of them
New lines that are indented
and have no spaces between them
begin with a colon
:New lines that are indented
:and have no spaces between them
:begin with a colon:

<del></del> deleted text

<del>deleted text</del>

underlined text

<u>underlined text</u>

Italic text

''Italic text''

Bold text

'''Bold text'''

Big text

<big>Big text</big>

Small text

<small>Small text</small>

This sentence has some Superscript text in it.

<sup>Superscript text</sup>

This sentence has some Subscript text in it.

<sub>Subscript text</sub>

A Blockquote will indent both left and right margins:

Blockquote

Text after the Blockquote

<blockquote>Blockquote</blockquote>



Use &nbsp; to place a non-breaking space or multiple     spaces   like     this        between             words.


Tables

Table
heading heading
cell cell
cell cell

Redirect

To create a re-direct page use this code:

#REDIRECT [[article link]]



Place Multpile blank lines (6) <br /><br /><br /><br /><br /><br />





before the next line of text.


Text before Horizontal line ---- or <hr>


text after Horizontal line


text before narrow horizontal line <hr width=20%>


text after line


Hidden comments

To make hidden comments, simply add the HTML <!-- tag, type what you want to hide, then end it with --> , like this:

 <!-- TEXT HERE WILL NOT BE DISPLAYED -->

The HTML standard calls for a space character between the tags and the text. Many browsers accept the tags without the spaces, but you're safest using them for full compatibility.

Hidden comments are used mainly as notices to people editing a page.


To the beginning of the text to be linked to add:

<span id="anchor_name">ANY TEXT HERE</span>

Then add #anchor_name to the end of the linking URL