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 |
|
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 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 |
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 |
- Here
- example
- mixed
- list
|
|
Bulleted Lists |
* Bullet
** Indented Bullet
* Bullet
* Bullet |
|
|
Numbered Lists |
# Number
# Number
# Number
-# Indented Number
# Number |
- Number
- Number
- Number
- Indented Number
- 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:
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:
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:
Additional Editing Capabilities
External Links