|
Home
Wikinger documentation
A short list of all markup tags for Wikinger's edit feature:
!!! This is a headline - will result in:
This is a headline
!! This is a headline - will result in:
This is a headline
! This is a headline - will result in:
This is a headline
You can use /italic/ text, *boldface* text, _underlined_ text and =fixed width= text.
You can use italic text, boldface text, underlined text and fixed width text.
:left:left justified text,
:justify:justified text (makes the right border of the text look even),
:center:centered text and
:right:right justified text
Will result in:
left justified text,
justified text (makes the right border of the text look even),
centered text and
right justified text
NOTE: Remember to put a blank line between the justifications, because this separates a paragraph from the next.
This image [image:images/example.png] is embedded into the text.
This image is embedded into the text.
This is [image:left:images/example.png] a left aligned image.
This is a left aligned image.
This is [image:right:images/example.png] a right aligned image.
This is a right aligned image.
[Home] - A link to a wikinger page.
Home
[Home Page|Home] - A link to a wikinger page with a different description.
Home Page
[http://www.eisfuchs.info] - A link to an external site.
http://www.eisfuchs.info
[Home|http://www.eisfuchs.info] - A link to an external site, with the description "Home".
Home
[mailto:eisfuchs@tigress.com] - An email link.
mailto:eisfuchs@tigress.com
[Mail me|mailto:eisfuchs@tigress.com] - An email link with alternative description.
Mail me
---- - Using four or more dashes in a separate line will draw those nice divider bars.
A simple table:
{|
|!Table header 1|Table header 2|Table header 3|
|Cell 1|This is Table Cell Number 2|Cell3|
|}
| Table header 1 | Table header 2 | Table header 3 |
| Cell 1 | This is Table Cell Number 2 | Cell3 |
A more complex table with formatting options:
{|:center:border=1
|!:left:Table header 1|:center:Table header 2|:right:Table header 3|
|:right:Cell 1|:left:This is Table Cell Number 2|:center:Cell3|
|}
| Table header 1 | Table header 2 | Table header 3 |
| Cell 1 | This is Table Cell Number 2 | Cell3 |
| Next row, Cell 1 | 2 | And here finally Cell3 |
We have different type of lists:
* Bullet lists
** With different levels
*** as you can see here
# numbered lists
# which can also
## have different levels
## very simple actually
- numbered lists
- which can also
- have different levels
- very simple actually
: we can also have
:: multiple levels
::: of indention
: to structure
: our text
- we can also have
- multiple levels
- of indention
- to structure
- our text
Finally there is the [nowiki] tag. All text inside a [nowiki] ... [/nowiki] pair will not be parsed by wikinger:
[nowiki]/usr/src/linux/[/nowiki]
will display
/usr/src/linux/
without putting the text into italics.
Powered by Wikinger | Help | Last changed: 2005-09-05 13:20:11 | Page views: 20018 | User login:
|