Help

Editing tips: Difference between revisions

No edit summary
No edit summary
Line 5: Line 5:
<nowiki>__NOTOC__</nowiki> Disables the Table of Contents. Place at the top or bottom of a page
<nowiki>__NOTOC__</nowiki> Disables the Table of Contents. Place at the top or bottom of a page


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


<nowiki>{{Toc right no-numbers}}</nowiki> Inserts a Table of Contents without numbers. Place at the top of a page that has headings and/or sub-headings.
<nowiki>{{Toc right no-numbers}}</nowiki> Inserts a Table of Contents without numbers. Place at the top of a page that has headings and/or sub-headings.

Revision as of 16:06, 3 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


__NOTOC__ Disables the Table of Contents. Place at the top or bottom of a page

Center text like this:

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

{{Toc right no-numbers}} Inserts a Table of Contents without numbers. Place at the top of a page that has headings and/or sub-headings.


strikethrough <s>strikethrough</s>

or

deleted <del>deleted</del>


underline <u>underline</u>


Text before <blockquote>Blockquote</blockquote>

Blockquote

Text after. Blockquote with indent both left and right margins.


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


Italic ''Italic''


bold '''bold'''


small text <small>small text</small>


big text <big>big text</big>


in a line of superscript text <sup>superscript</sup>


in a line of subscript text <sub>subscript</sub>


Table
heading heading
cell cell
cell cell


To creat a re-direct page use this code: #REDIRECT [[article link]]


New line <br />


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


<!-- write an edit comment like this --> Comments are visible only when using the edit tab.


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