Difference between revisions of "User:Ericmc"
(→Windsorisms) |
|||
Line 4: | Line 4: | ||
#Add related articles links. | #Add related articles links. | ||
− | |||
= To Begin = | = To Begin = |
Revision as of 14:15, 14 April 2021
Contents
Windsorisms
TO DO:
- Add related articles links.
To Begin
In order to begin editing, you must click the Edit button at the top right.
This button can also be found to the right of all section titles, and will allow you to edit only that specific section.
Text Formatting
- Articles and titles within articles are to be done in Title Case.
- Tool Functions, like Submit, will be emphasized with Bold Text
- Phrases will be put into italics, to clarify messages that appear or steps that someone needs to complete.
- E.g. If you see Course website not available ... your professor either is not using a website for this course or has not yet made his/her course website available to students... If you want to upload another file, select Add Another File and repeat Steps 2 through 5 for each file you would like to upload.
Method | Syntax | Result | Notes |
---|---|---|---|
Italics | ''This is a test'' |
This is a test | Add two apostrophes on either side of the text |
Bold | '''This is a test''' |
This is a test | Add three apostrophes on either side of text |
Italics and Bold | '''''This is a test''''' |
This is a test | Add two apostrophes, then add the three apostrophes, totaling five apostrophes on either side. |
Disable Formatting | <pre>'''''This is a test'''''</pre*> |
'''''This is a test''''' |
To disable formatting in a section, add <pre>at the beginning and </pre*>at the end. The "*" must be deleted in order to use. |
Superscript | x<sup>2</sup> |
x2 | Self explanatory. |
Subscript | x<sub>2</sub> |
x2 | Self explanatory. |
Line break | Hello.<br />This is a test. |
Hello. This is a test. |
Self explanatory. |
Lists
If you wish to create a list, there are a few options;
Bullet List:
*This is a test
- This is a test
- This is a test
- This is a test
Add one asterisk at the start of the sentence to convert the line into a bullet point.
Numbered List:
#This is a test
- This is a test
- This is a test
- This is a test
Add one hashtage at the start of the sentence to convert the line into a numbered list. If you insert a line space, the numbering will reset. In order to get around this, view the numbered advanced section.
Numbered List Advanced:
<ol> <li>This the first step is selected.</li> </ol> <ol start="2"> <li>This is the second step</li> </ol>
- This the first step is selected.
- This is the second step
This will allow you to describe which number you would like to start on. For example, if you are creating a guide and have described the first step followed by a picture, if you use the "#" syntax you will start back at number one again. This syntax will allow you to continue the list of numbers.
Section Formatting
Placing one equal sign ( = ) before and after your title will designate the largest and most significant section. More equal signs can be added up to five more on either side. The effect of adding additional equal signs is shown below:
In many WIKI pages, you may see banners used for section formatting as well. An example is shown below;
In order to use these colorful section dividers, you must understand how to alter the syntax.
===<div style="background-color:#CEE0F2;font-size:Medium;padding-top:1px; padding-bottom:1px; padding-left:5px"><font color="#000">This is a test</font></div>===
- Under "background-color:" you can change the color of the banner. The color is described using hex codes. Navigate to this website to find the hex code of any color you would like: https://www.color-hex.com/
- Under "font-size:", you can change the font size to the following options; Small, Medium, Large, x-Large.
- Where "This is a test" is located, you can change the text to fit the section title.
How to Add Pictures to Article
1. The file must be uploaded.
2. The picture must be added to the WIKI page. This can be done in a variety of ways.
1. File Upload
- Navigate to the column of hyperlinks on the left hand side. The third link from the bottom is labeled "Upload File". Select "Upload File".
- In the new window, click "Choose File". Ensure that the screenshot is of proper format. If you cannot see the file extensions at the end of the file name, a guide to enable this feature is below.
- After you have selected "Choose File". A new window will appear. Select your file. Right-click your file and select "Rename". You must rename this file to something unique and relevant to the article you are creating. This will make it easier to link later as well as to ensure there will be no files already uploaded with the same name. For example, in this file upload guide, the files have been named from "fileupload1" to "fileupload6".
- Select open after selecting and renaming your file.
- Scroll to the bottom of the page. Click "Upload File".
2. Adding Pictures to WIKI Page
The order of syntax when displaying an image is as follows;
[[File:Name|Type|Border|Location|Alignment|Size|link=Link|alt=Alt|page=Page|lang=Langtag|Caption]]
There are multiple formatting options when adding a picture to a WIKI page;
NOTE:All images are to contain captions, and alt tags.
For inserting multiple pictures, try using Gallery Mode:
1. Using the Traditional Gallery Mode:
<gallery mode= "traditional" widths=200px heights=150px> File:Uwindsorlogo.jpg|alt="University of Windsor Logo"|'''Step 1:''' Test <br /> '''Step 2:''' Test File:Uwindsorlogo.jpg|alt="University of Windsor Logo"|'''Step 1:''' Test <br /> '''Step 2:''' Test </gallery>
2. Nolines Gallery Mode;
<gallery mode= "nolines" widths=200px heights=150px> File:Uwindsorlogo.jpg|alt="University of Windsor Logo"|'''Step 1:''' Test <br /> '''Step 2:''' Test File:Uwindsorlogo.jpg|alt="University of Windsor Logo"|'''Step 1:''' Test <br /> '''Step 2:''' Test </gallery>
3. Packed Gallery Mode
<gallery mode= "packed" widths=200px heights=150px> File:Uwindsorlogo.jpg|alt="University of Windsor Logo"|'''Step 1:''' Test <br /> '''Step 2:''' Test File:Uwindsorlogo.jpg|alt="University of Windsor Logo"|'''Step 1:''' Test <br /> '''Step 2:''' Test </gallery>
3. Packed-Hover Gallery Mode
<gallery mode= "packed-hover" widths=200px heights=150px> File:Uwindsorlogo.jpg|alt="University of Windsor Logo"|'''Step 1:''' Test <br /> '''Step 2:''' Test File:Uwindsorlogo.jpg|alt="University of Windsor Logo"|'''Step 1:''' Test <br /> '''Step 2:''' Test </gallery>
Links
There are many ways to add links to your wiki page. When creating a link to another section of the wiki, note that if the text is red, the article doesn't exist. You should double check that the link your describing exactly matches the wiki page you are trying to navigate to.
Method | Syntax | Result | Notes |
---|---|---|---|
Basic | [[Common Blackboard Browser Issues]] |
Common Blackboard Browser Issues | Add two square brackets on either side of the title of the page you wish to link. |
Custom Link Title | [[Common Blackboard Browser Issues|Browser issues]] |
Browser issues | Add a vertical line and type the new title. |
Link to Another Section in the Current Page | [[#Text Formatting|Text Formatting]] |
Text Formatting | Insert a hashtag and the section title. |
Link to Specific Section in Different Page | [[Common Blackboard Browser Issues#Enable Third-Party Cookies|Cookies]] |
Cookies | By combining two of the formatting options, you will be able to link to a specific section of a different WIKI page. |
Related Articles
Add this code to the end of your page. Alter the text where Articles that also relate to the Category:Bb Instructors is located. Alter the categories to suit your wiki page.
<!-- Related articles A: A little tricky thanks to MediaWiki's template system.--> <div class="thumb tleft"><div class="thumbinner" style="width:350px;font-size:80%;text-align:left"> [[Image:600px-Andy Tools Hammer Spanner.png|right|50px]] <big>'''Articles that also relate to the Category:Bb Instructors'''</big> <categorytree mode=pages hideroot=on>Bb Instructors</categorytree> </div></div> {{Template:Errors or Omissions}} [[Category:Blackboard]] [[Category:Bb Instructors]] [[Category: Bb Students]] [[Category:Bb Disruptions to Classes]] [[Category:Coronavirus/COVID-19]]
Articles that also relate to the Category: WikiTraining
We are constantly trying to improve the information in this Wiki.
If you notice any errors or omissions with this material, please advise the LMS Team or submit a Service Request at http://www.uwindsor.ca/bbhelp.