diff options
author | Andreas Gohr <andi@splitbrain.org> | 2005-09-12 00:27:27 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2005-09-12 00:27:27 +0200 |
commit | 799f10a3bdb82943749b077dd5587fb89c9c200b (patch) | |
tree | bebff0660ae608c2e5a8f3f811c031dd3a7a535e | |
parent | 0647ce3bb66a75de20cf6d9bfaacdc483ab21e5d (diff) | |
download | rpg-799f10a3bdb82943749b077dd5587fb89c9c200b.tar.gz rpg-799f10a3bdb82943749b077dd5587fb89c9c200b.tar.bz2 |
clarification of image linking in syntax page
darcs-hash:20050911222727-7ad00-1c2122e60786cf41833bc49028e0357c269ba9be.gz
-rw-r--r-- | data/pages/wiki/syntax.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/data/pages/wiki/syntax.txt b/data/pages/wiki/syntax.txt index 4c17ea9d3..cee8e6cf9 100644 --- a/data/pages/wiki/syntax.txt +++ b/data/pages/wiki/syntax.txt @@ -87,7 +87,7 @@ Notes: ==== Image Links ==== -You can also use an image to link to another internal or external page by combining the syntax for links and images (see below) like this: +You can also use an image to link to another internal or external page by combining the syntax for links and [[#images_and_other_files|images]] (see below) like this: [[http://www.php.net|{{wiki:dokuwiki-128.png}}]] @@ -95,6 +95,8 @@ You can also use an image to link to another internal or external page by combin Please note: The image formatting is the only formatting syntax accepted in link names. +The whole [[#images_and_other_files|image]] and [[#links|link]] syntax is supported (including image resizing, internal and external images and URLs and interwiki links). + ===== Footnotes ===== You can add footnotes ((This is a footnote)) by using double parenthesises. @@ -155,6 +157,8 @@ Of course, you can add a title (displayed as a tooltip by most browsers), too. If you specify a filename (external or internal) that is not an image (''gif,jpeg,png''), then it will be displayed as a link instead. +For linking an image to another page see [[Image Links]] above. + ===== Lists ===== Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two spaces and use a ''*'' for unordered lists or a ''-'' for ordered ones. |