summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2008-08-27 21:17:52 +0200
committerAnika Henke <anika@selfthinker.org>2008-08-27 21:17:52 +0200
commit9893039086053905baf471e51eee86a5aa704483 (patch)
tree8892ed9a07048367635a2b157ca0014b94dc0df9 /data
parentd94059988eabc6f39c297e0ba80a8c28e1176aaf (diff)
downloadrpg-9893039086053905baf471e51eee86a5aa704483.tar.gz
rpg-9893039086053905baf471e51eee86a5aa704483.tar.bz2
try to improve "disimproved" link corrections in wiki:syntax
darcs-hash:20080827191752-f7d6d-a70078217f374bb0908b5f5eb6572942ec569692.gz
Diffstat (limited to 'data')
-rw-r--r--data/pages/wiki/syntax.txt15
1 files changed, 8 insertions, 7 deletions
diff --git a/data/pages/wiki/syntax.txt b/data/pages/wiki/syntax.txt
index 6e272614f..295eb937c 100644
--- a/data/pages/wiki/syntax.txt
+++ b/data/pages/wiki/syntax.txt
@@ -35,24 +35,25 @@ DokuWiki supports multiple ways of creating links.
==== External ====
-External links are recognized automagically: http://www.google.com or simply www.google.com - You can set the link text, too: [[http://www.google.com|This Link points to google]]. Email addresses like this one: <andi@splitbrain.org> are recognized, too.
+External links are recognized automagically: http://www.google.com or simply www.google.com - You can set the link text as well: [[http://www.google.com|This Link points to google]]. Email addresses like this one: <andi@splitbrain.org> are recognized, too.
DokuWiki supports multiple ways of creating links. External links are recognized
automagically: http://www.google.com or simply www.google.com - You can set
- link text, too: [[http://www.google.com|This Link points to google]]. Email
+ link text as well: [[http://www.google.com|This Link points to google]]. Email
addresses like this one: <andi@splitbrain.org> are recognized, too.
==== Internal ====
-Internal links are created by using square brackets. You can either just give a [[doku>pagename]] or use an additional [[doku>pagename|link text]]. Wiki pagenames are converted to lowercase automatically, special characters are not allowed.
+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 [[doku>pagename]] or use an additional [[doku>pagename|link text]]. Wiki pagenames
- are converted to lowercase automatically, special chars are not allowed.
+ a [[pagename]] or use an additional [[pagename|link text]].
-You can use [[namespaces]] by using a colon in the pagename.
+[[doku>pagename|Wiki pagenames]] are converted to lowercase automatically, special characters are not allowed.
- 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.
For details about namespaces see [[doku>namespaces]].