Top of this document
Go directly to navigation
Go directly to page content

EASY FORMATTING

Useful Formatting Information

Bold and italic

//italic// becomes italic

**bold** becomes bold

**//bold italic//** becomes bold italic

External hyperlinks

http://www.mediamatic.nl becomes www.mediamatic.nl

[http://www.mediamatic.nl Klik hier] becomes Klik hier

[mailto:desk@mediamatic.nl Mail Mediamatic] becomes and is not readable for spam robots.

mailto:desk@mediamatic.nl becomes and is not readable for spam robots.

Internal links

Links from one page to another page are made by using a unique number, also known as id. Open the page where you want to link to and look into the addressbar (the url) to see what number this page has. This number can also be found in the admin.
Example: http://pum01.test.mediamatic.nl/page/3/nl The unique number (id) here is '3'.

You can now make the link like this:

((3| Puma.Creative))
becomes:
Puma.Creative

Headings and subheadings

Make headings and subheadings by using the +-sign. One + gives a large heading, three times + gives a subheading. Don’t forget to use a space after the +. In every website the graphical design of the headings can have a difference.

+ Example of a heading
becomes:

Example of a heading



+++ Example of a subheading
becomes:

Example of a subheading



Images in the text

By using the camera-icon you can add images to your text. You can drag and drop to change the location of the image in the text.

In principal, images have specific locations on the page, and not in the body-text. But with the following WIKI-code you can place an image within the body-text:
[[image fig01 ]]

“1” is the first image used in the page. When you want to use the third image in the text you only need to change the “1” by a “3”.

[[image 1 ]] ziet er op de website als volgt uit:

1



If you also want to add the caption of the picture visible in the body, you can use the code:
[[image fig01 caption="after" ]]

More information about the placing of the images and illustrations you can find on the anyMeta website.

YouTube-movies in your page

You can add YouTube-movies in your page by using the following code:

[[youtube xKX_je-kEd0]]

In this code xKX_je-kEd0 is the id (unique code) of the YouTube-movie. You can find this unique code in the addressbar (url) of the YouTube website.
For example http://www.youtube.com/watch?v=xKX_je-kEd0, the unique code is xKX_je-kEd0

Other nice WIKI-codes

---- four stripes
becomes:
a line over the full width of the page



The code _ ((a space and a underscore) gives a white line

In a textarea you can normally show one white line. To keep the graphical image in peace anyMeta removes automatically the extra white lines. With the code _ (a space and a underscore with a white line above and under) it is still possible to add an extra white line in a textarea.
Right under the piece of text for example, the code: _ is written. By this code an extra white line is created between this alinea and the heading “Optional WIKI tags”. This code only works within a textarea, not above a text.


Optional WIKI tags

Referrers in document / anchors

To refer to a specific location, you can follow the next two steps:
Step 1: The place where you refer from you use the code: ((|lists and numberings#lists)). The page will look like: lists and numbering.

Stap 2: On the line above the specific location you refer to you have to put a mark, an anchor, using this code:: [[# lists]].
Be carefull, a space is necessary after the #

For referrers to other pages within the website you can use: internal links _

Lists and numbering

You can make listst using the # and * to make listst or numberings.
# Japan
# Bulgary
# Israël

becomes for example a list with automatic numbering:

1. Japan
2. Bulgary
3. Israël


Blockquotes / quotes

> aber irgendwer muss diesen job ja machen und deshalb kann es
> nicht ändern . ich könnte dem text höchstens ein bisschen gut
> zureden, dass er auch als platzhalter eine wichtige rolle spielt und
> durchaus gebraucht wird.

becomes:

aber irgendwer muss diesen job ja machen und deshalb kann ich es
nicht ändern . ich könnte dem text höchstens ein bisschen gut
zureden, dass er auch als platzhalter eine wichtige rolle spielt und
durchaus gebraucht wird.



Tabels

|| Cell 1|| Cell 2 ||
|| Cell 3|| Cell 4 ||

becomes:

Cell 1 Cell 2
Cell 3 Cell 4

||< left||= center||> right ||
|| The quick brown|| fox jumps over|| the lazy dog. ||

becomes:

left center right
The quick brown fox jumps over the lazy dog.

||~ header 1||~ header 2 ||
|| data 1|| data 2 ||

becomes:

header 1 header 2
data 1 data 2