Editing tips: Difference between revisions
No edit summary |
No edit summary |
||
Line 78: | Line 78: | ||
<nowiki><!-- write an edit comment like this --></nowiki> <!-- This is a comment --> | <nowiki><!-- write an edit comment like this --></nowiki> <!-- This is a comment --> | ||
Comments are visible only when using the edit tab. | Comments are visible only when using the edit tab. | ||
To the beginning of the text to be linked to add: | |||
<nowiki><span id="anchor_name">ANY TEXT HERE</span></nowiki> | |||
Then add #anchor_name to the end of the linking URL |
Revision as of 11:35, 7 June 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 of a page
{{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 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>
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