Magelo notation guide is used to convert simple text into styled HTML. Select any section on the left for a detailed description, including examples, of a particular area.
Makes a table. Use double bars "||" for a table heading row.
A
B
C
D
E
F
1
2
3
4
5
6
7
8
9
10
11
12
Advanced Formatting
More advanced text formatting.
NOTATION
COMMENT
{noformat} Piece of text where *no* further _formatting_ is done {noformat}
Makes a block of text with no syntax highlighting where tags are not processed. All the optional parameters of {panel} macro are valid for {noformat} too.
Example:
Text with *no* further _formatting_
{panel}Some text{panel}
{panel:title=My Title}Some text with a title{panel}
{panel:title=My Title |titleColor=#ffffff|width=50% |borderStyle=solid |borderColor=#ff9204 |bgColor=#D8E6ED |titleBGColor=#89b4c5} a block of text surrounded with a *panel* yet _another_ line {panel}
Embraces a block of text within a fully customizable panel. The optional parameters you can define are the following ones:
title: Title of the panel
borderStyle: The style of the border this panel uses (solid, dashed,...)
borderColor: The color of the border this panel uses (black, #000000,...)
borderWidth: The width of the border this panel uses (1,2...)
titleColor: The color of the title
bgColor: The background color of the section
titleBGColor: The background color of the title section of this panel
width: The width of this panel in
align: The position this panel uses (left, center, right)
Examples:
Some text
My Title
Some text with a title
My Title
a block of text surrounded with a panel yet another line
{info:title=Information} This macro is useful for including helpful information in your pages {info}
Prints an informational note. The optional parameters you can define are the following ones:
Example:
Database
Add any Database link with tooltip using our markup (press "ctrl + space" to auto-complete your link).