header graphic

Help:Contents

From Zymipedia

Jump to: navigation, search

For complete information on editing pages in this wiki, please see the excellent information available at Wikipedia.

If you would like to help maintain or contribute to the articles in Zymipedia, please read the Editing Rules first. These basic rules help maintain a consistent look and feel to the site.

Also See

Use the cheat sheet below as a Quick Reference Guide:

Templates

Horizontal layout of the template:
{{cite web |first= |last= |author= |authorlink= |coauthors= |title= |url= |archiveurl= |work= |publisher= |location= |page= |pages= |language= |format= |doi= |date= |month= |year= |archivedate= |accessdate= |quote= }}
  • Book Citation:
Complete instructions Here
{{cite book |last1= |first1= |authorlink1= |last2= |first2= |editor1-first= |editor1-last= |editor1-link= |others= |title= |url= |format= |accessdate= |edition= |series= |volume= |date= |year= |month= |origyear= |publisher= |location= |language= |isbn= |oclc= |doi= |id= |page= |pages= |chapter= |chapterurl= |quote= |ref= |bibcode= |laysummary= |laydate= |separator= |postscript= |lastauthoramp=}}

Zymipedia Quick Reference

Description Code Result
Applies anywhere
Italicise text

''italic''

italic

Bold text

'''bold'''

bold

Bold and italic

'''''bold & italic'''''

bold & italic

Internal link

(within Zymipedia)

[[name of page]]
[[name of page|display text]]

name of page
display text

Redirect to another page

#REDIRECT [[Target page]]

Target page

External link

(to other websites)

[http://www.example.org]
[http://www.example.org display text]
http://www.example.org

[1]
display text
http://www.example.org

Sign your posts
on talk pages

~~~~

Your username 21:01,
5 September 2010 (UTC)

Applies only at the beginning of the line
Indentation

You can indent paragraphs and blocks of text with a colon:

:One Indentation
::Two Indentations
:::Three Indentations
::::Four Indentationa

One Indentation
Two Indentations
Three Indentations
Four Indentationa
Headings

A Table of Contents will automatically be generated when four headings are added to an article.

== Level 1 ==
=== Level 2 ===
==== Level 3 ====
===== Level 4 =====
====== Level 5 ======

Level 1

Level 2

Level 3

Level 4
Level 5
Bullet list

* one
* two
** two point one
* three

  • one
  • two
    • two point one
  • three
Numbered list

# one
# two
## two point one
# three

  1. one
  2. two
    1. two point one
  3. three
Math/Formula Formatting:
For instructions on Math and Formula formatting, see the help page on the MediaWiki web site.

Because Zymipedia is hosted on GoDaddy, the LaTeX executable normally used with the Mediawiki software can't be used. Instead, this modification is used:LaTeX on a shared host

Other formatting tips:

Suppress a table of contents

__NOTOC__

Place a table of contents in an exact position

__TOC__

Add a category tag to the bottom of a page

[[Category:Category name]]

Create a link to a new category (but don't add the page to the category)

[[:Category:Category name]]

Create a link to a new category within a category page (but don't add the page to the category)

[[:Category:Category name|Category name]]

Image Formatting and linking:
In brief, the syntax for displaying an image is: [[Image:{name}|{type}|{location}|{size}|{caption}]]

Only [[Image:{name}]] is required. Most images should use [[Image:{name}|thumb|Example image caption]] (and should not specify a size). The other details are optional and can be placed in any order.

Type: 'thumb' / 'thumbnail' or 'frame'. Causes image to be displayed with specific formatting.
Location: 'right', 'left', 'center' or 'none'. Determines placement of the image on the page. Defaults to 'right'.
Size: {width}px or {width}x{height}px, scales the image to be no greater than the given width and height, keeping its aspect ratio.
Caption: Any element which cannot be identified as one of the above is assumed to be caption text.

Image guidelines: For best results, all images should be formatted for viewing via the web, which means they should be scaled at 72 dpi (dots per inch).

  • For images used on the Beer and Brewery templates, images 3" wide seem to work best.

SVG Images: As of May 8, 2010, the MediaWiki software which Zymipedia utilizes isn't capable of handling SVG (Scaled Vector Graphics) images without first rendering them as a raster graphic. At this time, Zymipedia is hosted on GoDaddy, which only provides access to ImageMagick to render the raster image from the SVG image. However, when the SVG graphic includes text, the conversion fails with an error. Therefore, it is not recommended that any SVG graphics that include text be used at this time.

Examples:

Display an image:
Display a thumbnail image:
Display a image with caption:
Display a thumbnail image with caption:

[[Image:Wiki.png]]
[[Image:Wiki.png|thumb]]
[[Image:Wiki.png|Caption text]]
[[Image:Wiki.png|thumb|Caption text]]