playground:syntaxreference
Differences
This shows you the differences between two versions of the page.
| playground:syntaxreference [2011-02-06 22:08] – glen | playground:syntaxreference [2011-02-06 22:10] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | /* Please edit (or translate) system/help pages on the moinmaster wiki ONLY. */ | ||
| + | /* For more information, | ||
| + | /* pragma: section-numbers off */ | ||
| + | |||
| + | |||
| + | < | ||
| + | #acl All: | ||
| + | #language en | ||
| + | </ | ||
| + | This page tries to use each supported markup element at least once. | ||
| + | |||
| + | |||
| + | |||
| + | < | ||
| + | [[TableOfContents(2)]] | ||
| + | </ | ||
| + | **Index** | ||
| + | |||
| + | /* UndefinedMacro: | ||
| + | |||
| + | |||
| + | |||
| + | ====== Headers ====== | ||
| + | |||
| + | |||
| + | ===== Header 2 ===== | ||
| + | |||
| + | |||
| + | ==== Header 3 ==== | ||
| + | |||
| + | |||
| + | === Header 4 === | ||
| + | |||
| + | |||
| + | == Header 5 == | ||
| + | |||
| + | |||
| + | ====== Font styles ====== | ||
| + | |||
| + | |||
| + | < | ||
| + | </ | ||
| + | Normal text, // | ||
| + | |||
| + | |||
| + | |||
| + | ===== Syntax Highlighting ===== | ||
| + | |||
| + | * <code python> | ||
| + | # python code | ||
| + | print code.colorize(" | ||
| + | |||
| + | |||
| + | ====== Smileys ====== | ||
| + | |||
| + | |**Markup**|**Display**|**Filename**|****|**Markup**|**Display**|**Filename**|****|**Markup**|**Display**|**Filename**| | ||
| + | |'' | ||
| + | |'': | ||
| + | |'': | ||
| + | |'': | ||
| + | |'': | ||
| + | |''< | ||
| + | |'' | ||
| + | |'' | ||
| + | |'' | ||
| + | |'' | ||
| + | |'' | ||
| + | |||
| + | |||
| + | |||
| + | ====== Hyperlinks ====== | ||
| + | |||
| + | |||
| + | ===== Internal ===== | ||
| + | |||
| + | |||
| + | < | ||
| + | * MoinMoin/ | ||
| + | * MoinMoin/ | ||
| + | * ../ | ||
| + | * /SubPage | ||
| + | * Self: | ||
| + | </ | ||
| + | |||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | |||
| + | |||
| + | < | ||
| + | </ | ||
| + | [[# | ||
| + | |||
| + | |||
| + | |||
| + | ===== External ===== | ||
| + | |||
| + | |||
| + | < | ||
| + | * [http:// | ||
| + | * [http:// | ||
| + | * [http:// | ||
| + | * http:// | ||
| + | * [http:// | ||
| + | * MeatBall: | ||
| + | * wiki: | ||
| + | * [wiki: | ||
| + | * [wiki: | ||
| + | * [file:// | ||
| + | * me@privacy.net | ||
| + | </ | ||
| + | |||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * {{http:// | ||
| + | * [[http:// | ||
| + | * [[MeatBall> | ||
| + | * [[MeatBall> | ||
| + | * [[MeatBall> | ||
| + | * [[MeatBall> | ||
| + | * [[file:// | ||
| + | * [[mailto: | ||
| + | |||
| + | |||
| + | ===== Escaping WikiNames ===== | ||
| + | |||
| + | |||
| + | < | ||
| + | Wiki``Name | ||
| + | </ | ||
| + | Wiki****Name Wiki'''' | ||
| + | |||
| + | |||
| + | |||
| + | ====== Blockquote ====== | ||
| + | |||
| + | |||
| + | < | ||
| + | Even more | ||
| + | </ | ||
| + | |||
| + | * This is indented | ||
| + | * Even more | ||
| + | |||
| + | |||
| + | |||
| + | ====== Bullet list ====== | ||
| + | |||
| + | |||
| + | < | ||
| + | |||
| + | * item 2, with gap | ||
| + | * item 3 | ||
| + | * item 3.1 | ||
| + | </ | ||
| + | |||
| + | * item 1 | ||
| + | * item 2, with gap | ||
| + | * item 3 | ||
| + | * item 3.1 | ||
| + | |||
| + | |||
| + | |||
| + | ====== Numbered list ====== | ||
| + | |||
| + | |||
| + | < | ||
| + | i. item 1 | ||
| + | i. item 2 | ||
| + | </ | ||
| + | |||
| + | - item 1 | ||
| + | - item 1 | ||
| + | - item 2 | ||
| + | |||
| + | |||
| + | |||
| + | < | ||
| + | a. item 1 | ||
| + | a. item 2 | ||
| + | </ | ||
| + | |||
| + | - item 2 | ||
| + | - item 1 | ||
| + | - item 2 | ||
| + | |||
| + | |||
| + | |||
| + | ====== Descriptions + Definitions ====== | ||
| + | |||
| + | |||
| + | < | ||
| + | | ||
| + | </ | ||
| + | < | ||
| + | |||
| + | ====== Code display ====== | ||
| + | |||
| + | * < | ||
| + | indented 4 characters | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | ====== Tables ====== | ||
| + | |||
| + | |||
| + | ===== General table layout and HTML like options ===== | ||
| + | |||
| + | |||
| + | < | ||
| + | | ||
| + | | ||
| + | | ||
| + | </ | ||
| + | |||
| + | * <strong class=" | ||
| + | |<strong class=" | ||
| + | |cell 1|cell2|cell 3| | ||
| + | |<strong class=" | ||
| + | |<strong class=" | ||
| + | |||
| + | |||
| + | ===== Cell width ===== | ||
| + | |||
| + | |||
| + | < | ||
| + | </ | ||
| + | |||
| + | * | ||
| + | | narrow |<strong class=" | ||
| + | |||
| + | |||
| + | ===== Spanning rows and columns ===== | ||
| + | |||
| + | |||
| + | < | ||
| + | || row 2 || | ||
| + | | ||
| + | </ | ||
| + | |||
| + | * <strong class=" | ||
| + | |<strong class=" | ||
| + | | row 2 | | ||
| + | |<strong class=" | ||
| + | |||
| + | |||
| + | ===== Alignment ===== | ||
| + | |||
| + | |||
| + | < | ||
| + | | ||
| + | | ||
| + | </ | ||
| + | |||
| + | * <strong class=" | ||
| + | |<strong class=" | ||
| + | |<strong class=" | ||
| + | |<strong class=" | ||
| + | |||
| + | |||
| + | ===== Colors ===== | ||
| + | |||
| + | |||
| + | < | ||
| + | </ | ||
| + | |||
| + | * <strong class=" | ||
| + | |<strong class=" | ||
| + | |||
| + | |||
| + | ===== CSV Tables ===== | ||
| + | Data separated by semicolons (see raw text): | ||
| + | |||
| + | |||
| + | |**Col1**|**Col3**|**Col4**| | ||
| + | |1|3|4| | ||
| + | |a|c|d| | ||
| + | * | ||
| + | |**Col1**|**Col3**|**Col4**| | ||
| + | |1|3|4| | ||
| + | |a|c|d| | ||
| + | Data separated by commas (see raw text): | ||
| + | |||
| + | |||
| + | |**Col1**|**Col2**|**Col3**|**Col4**| | ||
| + | |1|2|3|4| | ||
| + | |a|b|c|d| | ||
| + | |||
| + | ====== Rules ====== | ||
| + | |||
| + | |||
| + | < | ||
| + | ---- | ||
| + | ----- | ||
| + | ------ | ||
| + | ------- | ||
| + | -------- | ||
| + | --------- | ||
| + | ---------- | ||
| + | -------------------------------------------- (not thicker than 10) | ||
| + | </ | ||
| + | --- (not a rule) | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | - | ||
| + | |||
| + | |||
| + | -- | ||
| + | |||
| + | |||
| + | --- | ||
| + | |||
| + | |||
| + | ---- | ||
| + | |||
| + | |||
| + | ---- | ||
| + | |||
| + | |||
| + | ---- | ||
| + | |||
| + | |||
| + | ---- | ||
| + | (not thicker than 10) | ||
| + | |||
| + | |||
| + | |||
| + | ====== Macros ====== | ||
| + | |||
| + | |||
| + | < | ||
| + | ''' | ||
| + | [[RandomPage]] | ||
| + | </ | ||
| + | /* UndefinedMacro: | ||
| + | |||