[cvs] [Wiki] changed: WickedTextFormat

Jan Schneider jan at horde.org
Sat Aug 7 03:23:55 PDT 2004


jan  Sat,  7 Aug 2004 03:23:55 -0700

Modified page: http://wiki.horde.org/display.php?page=WickedTextFormat
New Revision:  1.2

@@ -267,23 +267,18 @@
 Create and anchor on the page by {{``[[# anchorName nice anchor text]]``}} [[# anchorName nice anchor text]] and refer to it by {{``#anchorName``}} #anchorName, or {{``[#anchorName use normal link renaming]``}} [#anchorName use normal link renaming].
 
 +++ Images
 
-You can put a picture in a page by typing the URL to the picture \
-(it must end in gif, jpg, or png).
-<code>
-http://c2.com/sig/wiki.gif
-</code>
-
-http://c2.com/sig/wiki.gif
-
-You can use the described-reference URL markup to give the image an ALT tag:
-<code>
-[http://www.netropolisusa.biz/billthemarmet/MT/index/images/sunset_07_10_03.jpg Sunset]
-</code>
-
-[http://www.netropolisusa.biz/billthemarmet/MT/index/images/sunset_07_10_03.jpg Sunset]
+You can put a picture in a page with {{``[[image foo.jpg]]``}}.  You can use \
+any file type, but most browsers only support GIF, JPEG, and PNG formats. \
+The filename can either be a relative reference (in which case the wiki looks \
+for a file attached to the current page), an absolute reference which begins \
+with a slash (in which case the wiki uses it to retrieve a file relative to \
+the web server's root), or a full, external URL.
 
+Additonal attributes, such as "alt" can follow the image filename or URL like \
+so: {{``[[image foo.jpg alt="A Foo JPEG"]]``}}.  "link" is a special \
+attribute which makes the image a link to the specified URL.
 
 ----
 
 ++ Code Blocks


More information about the cvs mailing list