Help:Databases

From EcoliWiki
Jump to: navigation, search

We are building a collection of pages about other websites that may be useful to E. coli researchers. This is a guide on how to update your wiki page.

Getting Started

Logging In

  1. Click "Login" in the top right corner.
DBhelp login2.jpg

Finding Your Website

  1. Go to Category:Databases
  2. Click on "EcoliWiki Page"
DBhelp table.jpg




Editing and Saving

  • Click "Edit"
DBhelp edit2.jpg
  • Click "Save"
DBhelp save2.jpg




Links

Internal Links

To link to another EcoliWiki page, put the name of the page inside a pair of brackets.

 INPUT: [[What's new?]] 
OUTPUT: What's new?

External Links

To link to another webpage using the raw URL:

 INPUT: http://example.com 
OUTPUT: http://example.com

To link to another webpage using specific text you will type [URL text].

 INPUT: [http://ecoliwiki.org EcoliWiki home page] 
OUTPUT: EcoliWiki home page



Italics, Bold, and Bold Italics

italics ''italics'' Text is surrounded by two single quote (') marks on each side.
bold '''bold''' Text is surrounded by three single quote (') marks on each side.
bold italics '''''bold italics''''' Text is surrounded by five (three for bold, two for italics) single quote (') marks on each side.
'italicized single quoted' '' 'italicized single quoted' '' Put a blank space in between the marks for italics and the single quotes you want to appear in the text.





Indenting

To indent a block of text, use a colon (:) like this:

Markup Gives on the page:
:Level 1
::Level 2
:::Level 3
Level 1
Level 2
Level 3




Lists

Bulleted

Use * to start each line. Different numbers of *s give different levels of nesting.

Markup Gives on the page:
*item
*item
**item
**item
*item
**item
***item
*item
  • item
  • item
    • item
    • item
  • item
    • item
      • item
  • item


Numbered

Use # to start each line. Different numbers of #s give different levels of nesting.

Markup Gives on the page:
#item
#item
##item
##item
#item
##item
###item
#item
  1. item
  2. item
    1. item
    2. item
  3. item
    1. item
      1. item
  4. item


More list examples

Markup Gives on the page:
Indent the whole list
:*Item 1
:*Item 2
:**Item 2.1
:*Item 3
  • Item 1
  • Item 2
    • Item 2.1
  • Item 3
Mix types w/continuation
#Item 1 has an embedded numbered list
##Item 1.1
##Item 1.2
#:and then item 1 continues 
#Item 2
##Item 2.1 has an embedded bulleted list
##*2.1.1
##*2.1.2
##:before it continues 
##Item 2.2
  1. Item 1 has an embedded numbered list
    1. Item 1.1
    2. Item 1.2
    and then item 1 continues
  2. Item 2
    1. Item 2.1 has an embedded bulleted list
      • 2.1.1
      • 2.1.2
      before it continues
    2. Item 2.2





Images

Uploading

Upload.jpg

Once you're logged in, there will be a toolbox on the left-hand side of the page. In it will be an Upload file link. If you can't find it, click here to upload the file.

Once you have clicked Upload file, you'll be taken to a page similar to this:

Upload2.jpg

To upload an image on your computer, click Browse and locate the file of interest. If you want, write a brief summary about the image. Once you've located the file, click the Upload File button.

If all goes well, you'll be taken to a page that shows the image. One error you might get is that a file is larger then the recommended file size. You can try and resize your image on the computer, then re-upload the file.

Image Syntax

To add an image, use:

[[Image:ImageFileName|{type}|{location}|{size}|{caption}]]

{type}, {location}, {size}, and {caption} are all optional. Anything that is not recognizable as {type} {location} or {size} is treated as a caption.

  • type: allowed values are 'thumb', 'thumbnail' or 'frame'. If this is left blank, there is no box around the image, and it doesn't display a caption
  • location: allowed values are 'right', 'left', 'center' or 'none'. Text will wrap around 'left' or 'right' but not around 'center'. Use {{Clr}} to prevent text below from wrapping.
  • size:{width}px width in pixels. Ignored if type is 'frame'.

Using Images

Using the name you uploaded your picture as, type: 
 INPUT: [[Image:logo.jpg]]

logo.jpg

Align the picture to the center, left or right of the page:
 INPUT: [[Image:logo.jpg|center]]
logo.jpg
Make the picture have a thumbnail and a caption
 INPUT: [[Image:logo.jpg|thumb|right|50px|Caption goes here]]
Caption goes here




Tables

Information Table

  1. Click "Edit Table"
  2. Click "Edit" and type any new information in.
  3. Click "Save"
  4. Click "Save table to wiki page" so the table changes get saved back to the original page.
Step 1
Step 2
Step 3
Step 4