Difference between revisions of "Help:Editing Pages"
From Dynomotion
(→Tips) |
m (Fixed missing closed quote) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
==Introduction== | ==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 the edit tool bar or set as the default in your User Preferences. | 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 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== | ==Tips== | ||
Line 8: | Line 16: | ||
</nowiki>with 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) | </nowiki>with 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. | * 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> |
Latest revision as of 12:42, 30 August 2016
Introduction
To make editing pages easier for everyone, we have installed a visual editor by default. This visual editor allows you to edit a wiki page much like you would a standard word processing document. Standard MediaWiki editing may also be used using the [[]] symbol on 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 use an EmbedVideo command such as {{#ev:youtube|xxxxx}} with xxxxx changed to the Video ID. (Note: this may be inserted/deleted using the VisualEditor but it is necessary to switch to 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 syntax highlighting can be inserted with tags: <pre class="brush:c"> </pre>
- C# Programs with syntax highlighting can be inserted with tags: <pre class="brush:csharp"> </pre>