==Introduction==
To make editing pages easier for everyone, we have installed a [https://help.bluespice.com/index.php/VisualEditor visual editor] by default. This visual editor allows you to edit a wiki page much like you would a standard word processing document. Standard [https://www.mediawiki.org/wiki/Help:Editing MediaWiki editing] may also be used using the <nowiki>[[]] </nowiki> symbol on edit the edit tool bar or set as the default in your User Preferences. To begin editing pages: # First create an account and confirm your account through e-mail# Once confirmed, click the 'pencil' icon on any section or the 'edit' link at the top of the page# Use the visual editor toolbar to add links, change font formatting, set hierarchy of headings, insert tables and media# Save the page periodically so you don't lose your work and to see how your changes looks as you edit
==Tips==
* Right-Clicking with the mouse is a shortcut to insert Links or images.
* For Spell Correction use Ctrl-Right-Click.
* To insert a YouTube Video it is required to use an EmbedVideo command such as as <nowiki><span id="bs_template:@@@TPL0@@@" class="mceNonEditable template" data-bs-name="#ev" data-bs-type="template" data-bs-id="0">{{ #ev :youtube|xxxxx}}</span></nowiki> with xxxxxx xxxxx changed to the Video ID. (Note: this may be inserted/deleted using the VisualEditor but it is necessary to switch to [https://www.mediawiki.org/wiki/Help:Editing MediaWiki editing] for modification)* Files and Images may be uploaded as inserted or by using the Upload file page on the leftside Tools Menu.* C Programs with [https://help.bluespice.com/index.php/CSyntaxHighlight syntax highlighting] can be inserted with tags:<nowiki> <pre class="brush:c"> </pre></nowiki>* C# Programs with [https://help.bluespice.com/index.php/CSyntaxHighlight syntax highlighting] can be inserted with tags:<nowiki> <pre class="brush:csharp"> </pre></nowiki>