Toxipedia Editing Guide
Toxipedia Editing Guide

Contribute

Search...

Wiki-Markup Overview


Wiki-Markup is the syntax system of commands and code that users use to format a Toxipedia entry. It is a simpler version of HTML code and it is used to write pages on numerous wiki-sites including Toxipedia. Unfortunately, every wiki-site has a somewhat unique language so please see below about the specific language commands. Anyone can edit an unprotected page and everyone can contribute. Below is a serious of commands to use to create the text you want.

Editing Commands


Text Effects

Desired Effect

You Type

You Get

italics

_italics_

italics

bold text

*bold*

bold

underlined text

+underlined text+

underlined text

strikethrough text

-strikethrough-

strikethrough

citation

?citation?

?citation?

superscript

^superscript^

superscript

subscript

~subscript~

subscript

colored text (you can insert any color you like)

{color:blue}text{color}

text

Text Breaks

Use two backslashes (\ \ ) to create a vertical line break and four dashes (----) to create a horizontal line.

Creating a Vertical Line Break

Use two \ \ backslashes
to create a \ \ vertical line break

Use two
backslashes
to create a
vertical line break

Creating a Horizontal Line Break

Use four dashes
----
to create a horizontal line break

Use four dashes


to create a horizontal line break

Links

Desired Effect

You Type

You Get

External Link (to google)

[http://www.google.com/]

http://www.google.com/

External Link (to Google through Keyword 'Google')

[Google|http://www.google.com/]

Google|http://www.google.com/

Link to another Toxipedia page, ('pesticides' for instance)

[pesticides]

pesticides

Link within the same Toxipedia Page. Used often for Table of Contents and Referencing the sources used.

To jump to a different section:
[#Different Section]

  • This commands the link to go searching for its [anchor].





    Where you want it to jump to you must input:
    {anchor:Different Section}

Different Section

Different Section




Different Section

Link to Picture
Main Article: Working with Attachments

[Pic.jpg|thumbnail]

Picture pops up

Link to Document or PDF
Main Article: Working with Attachments

[Gilbert, St. (PDF)|^gilbert.pdf]

[Gilbert St. (PDF)]

Headings

Desired Effect

You Type

You Get

Largest Heading


h1. Largest Heading

Largest Heading

Larger Heading


h2. Larger Heading

Larger Heading

Large Heading


h3. Large Heading

Large Heading

Normal Heading


h4. Normal Heading

Normal Heading

Smaller Heading


h5. Smaller Heading

Smaller Heading

Smallest Heading


h6. Smallest Heading

Smallest Heading

Lists

Desired Effect

You Type

You Get

Mixed List

# Here
#* is
#* an
# example
#* of
#* a
# mixed
# list

  1. Here
    • is
    • an
  2. example
    • of
    • a
  3. mixed
  4. list

Bulleted Lists

* Bullet
** Indented Bullet
* Bullet
* Bullet

  • Bullet
    • Indented Bullet
  • Bullet
  • Bullet

Numbered Lists

# Number
# Number
# Number
-# Indented Number
# Number

  1. Number
  2. Number
  3. Number
    1. Indented Number
  4. Number

Tables

Desired Effect

You Type

You Get

Vertical Table

||heading 1||heading 2||heading 3||
|cell A1|cell A2|cell A3|
|cell B1|cell B2|cell B3|

heading 1 heading 2 heading 3
cell A1 cell A2 cell A3
cell B1 cell B2 cell B3

Horizontal Table

||heading 1|col A1|col A2|col A3|
||heading 2|col B1|col B2|col B3|

heading 1 col A1 col A2 col A3
heading 2 col B1 col B2 col B3


Table of Contents

{right-column: width=200px}
\h1. Contents
# [#Section I]
# [#Section II]
# [#Section III]
# [#Section IV]]
# [#Section V]


Lead Author:
[Authors]
Lead Editor:
[Editors]
Managing Group:
[Groups]

Unable to view, but when creating a page use a template.

Specially Formatted Tables

These tables are based off of percentages of 100%. For instance, if you wanted to make a table with four equal sections, then you would use 25%, for three equal sections use 33%, and for two use 50%. See the examples below. In order to make them into a grid, simply repeat the process for however long you need to.

Table With Four Equal Sections

You Type

{section:border=true}{column:width=25%}
text
{column}{column:width=25%}
text
{column}{column:width=25%}
text
{column}{column:width=25%}
text
{column}{section}

{section:border=true}{column:width=25%}
text
{column}{column:width=25%}
text
{column}{column:width=25%}
text
{column}{column:width=25%}
text
{column}{section}

You Get:

text

text

text

text

text

text

text

text


Table With Three Equal Sections

You Type:

{section:border=true}{column:width=33%}
text
{column}{column:width=33%}
text
{column}{column:width=33%}
text
{column}{section}

{section:border=true}{column:width=33%}
text
{column}{column:width=33%}
text
{column}{column:width=33%}
text
{column}{section}

You Get:

text

text

text

text

text

text



Table With Two Equal Sections

You Type:

{section:border=true}{column:width=50%}
text
{column}{column:width=50%}
text
{column}{section}

{section:border=true}{column:width=50%}
text
{column}{column:width=50%}
text
{column}{section}

You Get:

text

text

text

text



cc

cccc

cc

cc

cccc

cc

cc

cccc

cc

Additional Editing Capabilities


External Links


Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.10 Build:#528 Nov 29, 2006) - Bug/feature request - Contact Administrators