BME494:WikiHelp: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
Line 61: Line 61:
==Text Editing==
==Text Editing==


{| class="wikitable" style="width: 700; valign: top;"
{| class="wikitable" style="width: 600;"
|-
|- valign="top"
| width=300 |   || Edit Box || Resulting Wiki Page Text
| width=250 |   || Wiki Code || Result
|-
|- valign="top"
| '''Bold text''' - Use three apostrophes before and after the bolded text || <nowiki>'''bolded text'''</nowiki> || '''bolded text'''
| '''Bold text''' - Use three apostrophes before and after the bolded text || <nowiki>'''bolded text'''</nowiki> || '''bolded text'''
|-
|- valign="top" rowspan="3"
| '''Line break''' - hitting enter/ return on your keyboard will create a new line in the edit box, but not on the saved wiki page. Use the <nowiki><br></nowiki> code. || Line one of text.<br>Incorrect way to start new line.
| '''Line break''' - hitting enter/ return on your keyboard will create a new line in the edit box, but not on the saved wiki page. Use the <nowiki><br></nowiki> code. || Line one of text.<br>Incorrect way to start new line. || Line one of text.Incorrect way to start new line.
|-
|- valign="top"
| &nbsp; || Line one of text.<nowiki><br></nowiki><br>Correct way to start a new line || Line one of text.<br>Correct way to start a new line.
| &nbsp; || Line one of text.<nowiki><br></nowiki><br>Correct way to start a new line || Line one of text.<br>Correct way to start a new line.
|- valign="top"
| &nbsp; || Line one of text.<nowiki><br><br></nowiki><br>Extra line breaks create more space || Line one of text.<br><br>Extra line breaks create more space
|}
|}



Revision as of 14:15, 5 March 2012


Home        People        Course Projects        Course Materials        Syllabus        Photos        Wiki Editing Help       

Uploading Images to OpenWetWare

Before putting an image on your page, you must upload an image to OWW...

  1. Create an image in your favorite image-making software. Save the image as a jpg or png file somewhere on your hard drive.
  2. Click the "Upload file" link in the OpenWetWare menu on the left (under "toolbox").
  3. At the Upload file page, click Choose file and use the browser to find the file on your hard drive.
  4. IMPORTANT! In the Destination filename: box, replace the file name with something that uses the prefix BME494_Group#_ so that your image has a unique identifier. Replace # with your group's number.
    Good example: BME494_Group3_Assembly.jpg.
    Bad example: Assembly.jpg
  5. Click the Upload file button.
  6. IMPORTANT! Record the name of your file. You will need it later.


Adding Images to Your Page

Thumbnail Images
Thumbnail images are small images with captions. These add a nice touch to the text that explains your project. Code has been inserted for you in your template.

  1. Go to your group's project page (you can find it under Course Projects in the grey navigation menu).
  2. Click the edit tab at the top of the page.
  3. In the text editing box, find the text that looks like this [[Image:BME494_placeholder.jpg|thumb|frame|left|Write a description of the image here]]
  4. If you have uploaded an image that is suitable for this spot, replace BME494_placeholder.jpg with the file name of your image.
  5. Replace Write a description of the image here with a short description of your image.
  6. Click the Save page button.

Large Images

  1. Go to your group's project page (you can find it under Course Projects in the grey navigation menu).
  2. Click the edit tab at the top of the page.
  3. In the text editing box, find the text that looks like this [[Image:BME494_placeholder.jpg|600px]]
  4. If you have uploaded an image that is suitable for this spot, replace BME494_placeholder.jpg with the file name of your image.
  5. Replace Write a description of the image here with a short description of your image.
  6. Click the Save page button.


Text Editing

  Wiki Code Result
Bold text - Use three apostrophes before and after the bolded text '''bolded text''' bolded text
Line break - hitting enter/ return on your keyboard will create a new line in the edit box, but not on the saved wiki page. Use the <br> code. Line one of text.
Incorrect way to start new line.
Line one of text.Incorrect way to start new line.
  Line one of text.<br>
Correct way to start a new line
Line one of text.
Correct way to start a new line.
  Line one of text.<br><br>
Extra line breaks create more space
Line one of text.

Extra line breaks create more space