|
|
|
wiki:syntax [2020/07/27 17:19] 127.0.0.1 modification externe |
wiki:syntax [2021/09/20 14:06] (Version actuelle) whidou |
| ====== Formatting Syntax ====== | ====== Formatting Syntax ====== |
| |
| [[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing "Edit this page". If you want to try something, just use the [[playground:playground|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too. | [[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing "Edit this page". If you want to try something, just use the [[wiki:todowiki|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too. |
| |
| ===== Basic Text Formatting ===== | ===== Basic Text Formatting ===== |
| ==== Internal ==== | ==== Internal ==== |
| |
| Internal links are created by using square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]]. | Internal links are created by using square brackets. You can either just give a pagename or use an additional link text. |
| |
| Internal links are created by using square brackets. You can either just give | Internal links are created by using square brackets. You can either just give |
| [[doku>pagename|Wiki pagenames]] are converted to lowercase automatically, special characters are not allowed. | [[doku>pagename|Wiki pagenames]] are converted to lowercase automatically, special characters are not allowed. |
| |
| You can use [[some:namespaces]] by using a colon in the pagename. | You can use namespaces by using a colon in the pagename. |
| |
| You can use [[some:namespaces]] by using a colon in the pagename. | You can use [[some:namespaces]] by using a colon in the pagename. |
| Notes: | Notes: |
| |
| * Links to [[syntax|existing pages]] are shown in a different style from [[nonexisting]] ones. | * Links to [[syntax|existing pages]] are shown in a different style from nonexisting ones. |
| * DokuWiki does not use [[wp>CamelCase]] to automatically create links by default, but this behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled. | * DokuWiki does not use [[wp>CamelCase]] to automatically create links by default, but this behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled. |
| * When a section's heading is changed, its bookmark changes, too. So don't rely on section linking too much. | * When a section's heading is changed, its bookmark changes, too. So don't rely on section linking too much. |