From 799f10a3bdb82943749b077dd5587fb89c9c200b Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Mon, 12 Sep 2005 00:27:27 +0200 Subject: clarification of image linking in syntax page darcs-hash:20050911222727-7ad00-1c2122e60786cf41833bc49028e0357c269ba9be.gz --- data/pages/wiki/syntax.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3