User Tools

Site Tools


playground:test

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
playground:test [2012-09-16 16:30] – [General table layout and HTML like options] glenplayground:test [2012-09-23 14:59] (current) glen
Line 1: Line 1:
 +dpiu piu
  
- +l,kmmm 
-<file>#pragma section-numbers off +mmmkkl
-#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**  +
- +
- +
- +
- +
-  - [[#Headers]] +
-    - [[#Header 2]] +
-  - [[#Font styles]] +
-    - [[#Syntax Highlighting]] +
-  - [[#Hyperlinks]] +
-    - [[#Internal]] +
-    - [[#External]] +
-    - [[#Escaping WikiNames]] +
-  - [[#Blockquote]] +
-  - [[#Bullet list]] +
-  - [[#Numbered list]] +
-  - [[#Descriptions + Definitions]] +
-  - [[#Code display]] +
-  - [[#Tables]] +
-    - [[#General table layout and HTML like options]] +
-  - [[#Rules]] +
-  - [[#Macros]] +
-  +
- +
- +
- +
-====== 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> +
-# 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]]  +
- +
- +
-  * [[Self/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/|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|moinmoin.png]]  +
- +
- +
-  * [[MeatBall/InterWiki|InterWiki]]  +
- +
- +
-  * [[MeatBall/InterWiki|InterWiki]]  +
- +
- +
-  * [[MeatBall/InterWiki|wiki:MeatBall/InterWiki]]  +
- +
- +
-  * [[MeatBall/InterWiki|InterWiki page on MeatBall]]  +
- +
- +
-  * [[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> +
- **757** pages  +
- +
playground/test.1347805837.txt.gz · Last modified: 2012-09-16 16:30 by glen

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS PLD Linux Driven by DokuWiki