238 lines
4.4 KiB
Text
238 lines
4.4 KiB
Text
|
|
|
|
<file>#pragma section-numbers off
|
|
#acl All:admin,read,write,delete,revert
|
|
#language en</file>
|
|
This page tries to use each supported markup element at least once.
|
|
|
|
|
|
|
|
<file>'''Index'''
|
|
[[TableOfContents(2)]]</file>
|
|
**Index**
|
|
|
|
[[:TableOfContents(2)|TableOfContents(2)]]
|
|
|
|
|
|
|
|
====== Headers ======
|
|
|
|
|
|
===== Header 2 =====
|
|
|
|
|
|
==== Header 3 ====
|
|
|
|
|
|
=== Header 4 ===
|
|
|
|
|
|
== Header 5 ==
|
|
|
|
|
|
====== Font styles ======
|
|
|
|
|
|
<file>Normal text, ''emphasized'', '''strong''', __underline__, ,,subscript,,, ^superscript^, `typewriter` and {{{typewriter</file>
|
|
.}}}
|
|
|
|
Normal text, //emphasized//, **strong**, __underline__, <sub>subscript</sub>, <sup>superscript</sup>, ''typewriter'' and ''typewriter''.
|
|
|
|
|
|
|
|
===== Syntax Highlighting =====
|
|
|
|
* <code >
|
|
# python code
|
|
print code.colorize("abc", 1 + 1)</code>
|
|
|
|
|
|
====== Hyperlinks ======
|
|
|
|
|
|
===== Internal =====
|
|
|
|
|
|
<file> * MoinMoin
|
|
* MoinMoin/TextFormatting
|
|
* MoinMoin/InstallDocs
|
|
* ../InstallDocs
|
|
* /SubPage
|
|
* Self:InterWiki</file>
|
|
|
|
* [[:MoinMoin|MoinMoin]]
|
|
* [[:MoinMoin:TextFormatting|MoinMoin/TextFormatting]]
|
|
* [[:MoinMoin:InstallDocs|MoinMoin/InstallDocs]]
|
|
* [[:InstallDocs|../InstallDocs]]
|
|
* [[:test:SubPage|/SubPage]]
|
|
* [[:InterWiki|InterWiki]]
|
|
|
|
|
|
<file>[#anchorname Anchor Link]</file>
|
|
[#anchorname Anchor Link]
|
|
|
|
|
|
|
|
===== External =====
|
|
|
|
|
|
<file> * http://moinmoin.wikiwikiweb.de/
|
|
* [http://moinmoin.wikiwikiweb.de/]
|
|
* [http://moinmoin.wikiwikiweb.de/ MoinMoin Wiki]
|
|
* [http://moinmoin.wikiwikiweb.de/wiki/classic/img/moinmoin.png]
|
|
* http://moinmoin.wikiwikiweb.de/wiki/classic/img/moinmoin.png
|
|
* [http://moinmoin.wikiwikiweb.de/wiki/classic/img/moinmoin.png moinmoin.png]
|
|
* MeatBall:InterWiki
|
|
* wiki:MeatBall/InterWiki
|
|
* [wiki:MeatBall/InterWiki]
|
|
* [wiki:MeatBall/InterWiki InterWiki page on MeatBall]
|
|
* [file://servername/full/path/to/file/filename%20with%20spaces.txt Click here to read filename with spaces.txt]
|
|
* me@privacy.net</file>
|
|
|
|
* [[http://moinmoin.wikiwikiweb.de/|http://moinmoin.wikiwikiweb.de/]]
|
|
* [[[http://moinmoin.wikiwikiweb.de/|http://moinmoin.wikiwikiweb.de/]]]
|
|
* [[[http://moinmoin.wikiwikiweb.de/|http://moinmoin.wikiwikiweb.de/]] [[:MoinMoin|MoinMoin]] Wiki]
|
|
* [[[http://moinmoin.wikiwikiweb.de/wiki/classic/img/moinmoin.png|http://moinmoin.wikiwikiweb.de/wiki/classic/img/moinmoin.png]]]
|
|
* [[http://moinmoin.wikiwikiweb.de/wiki/classic/img/moinmoin.png|http://moinmoin.wikiwikiweb.de/wiki/classic/img/moinmoin.png]]
|
|
* [[[http://moinmoin.wikiwikiweb.de/wiki/classic/img/moinmoin.png|http://moinmoin.wikiwikiweb.de/wiki/classic/img/moinmoin.png]] moinmoin.png]
|
|
* [[MeatBall>InterWiki|InterWiki]]
|
|
* wiki:[[:MeatBall:InterWiki|MeatBall/InterWiki]]
|
|
* [wiki:[[:MeatBall:InterWiki|MeatBall/InterWiki]]]
|
|
* [wiki:[[:MeatBall:InterWiki|MeatBall/InterWiki]] [[:InterWiki|InterWiki]] page on [[:MeatBall|MeatBall]]]
|
|
* [[[file://servername/full/path/to/file/filename%20with%20spaces.txt|file://servername/full/path/to/file/filename%20with%20spaces.txt]] Click here to read filename with spaces.txt]
|
|
* [[mailto:me@privacy.net|me@privacy.net]]
|
|
|
|
|
|
===== Escaping WikiNames =====
|
|
|
|
|
|
<file>Wiki''''''Name
|
|
Wiki``Name</file>
|
|
Wiki****Name Wiki''''Name
|
|
|
|
|
|
|
|
====== Blockquote ======
|
|
|
|
|
|
<file> This is indented
|
|
Even more</file>
|
|
|
|
* This is indented
|
|
* Even more
|
|
|
|
|
|
|
|
====== Bullet list ======
|
|
|
|
|
|
<file> * item 1
|
|
|
|
* item 2, with gap
|
|
* item 3
|
|
* item 3.1</file>
|
|
|
|
* item 1
|
|
* item 2, with gap
|
|
* item 3
|
|
* item 3.1
|
|
|
|
|
|
|
|
====== Numbered list ======
|
|
|
|
|
|
<file> 1. item 1
|
|
i. item 1
|
|
i. item 2</file>
|
|
|
|
- item 1
|
|
- item 1
|
|
- item 2
|
|
|
|
|
|
|
|
<file> 1. item 2
|
|
a. item 1
|
|
a. item 2</file>
|
|
|
|
- item 2
|
|
- item 1
|
|
- item 2
|
|
|
|
|
|
|
|
====== Descriptions + Definitions ======
|
|
|
|
|
|
<file> Term:: Description
|
|
Label:: Definition</file>
|
|
<gloss><label>Term</label><item>Description </item><label>Label</label><item>Definition </item></gloss>
|
|
|
|
====== Code display ======
|
|
|
|
* <file>line 1
|
|
indented 4 characters</file>
|
|
|
|
|
|
|
|
====== Tables ======
|
|
|
|
|
|
===== General table layout and HTML like options =====
|
|
|
|
|
|
<file> ||cell 1||cell2||cell 3||</file>
|
|
|
|
*
|
|
|cell 1|cell2|cell 3|
|
|
|
|
|
|
====== Rules ======
|
|
|
|
|
|
<file>--- (not a rule)
|
|
----
|
|
-----
|
|
------
|
|
-------
|
|
--------
|
|
---------
|
|
----------
|
|
-------------------------------------------- (not thicker than 10)</file>
|
|
--- (not a rule)
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
--
|
|
|
|
|
|
---
|
|
|
|
|
|
----
|
|
|
|
|
|
----
|
|
|
|
|
|
----
|
|
|
|
|
|
----
|
|
(not thicker than 10)
|
|
|
|
|
|
|
|
====== Macros ======
|
|
|
|
|
|
<file>[[Anchor(anchorname)]]
|
|
'''[[PageCount]]''' pages</file>
|
|
[[:Anchor(anchorname)|Anchor(anchorname)]] **[[:PageCount|PageCount]]** pages
|
|
|
|
|