From: <var...@us...> - 2009-05-27 16:30:03
|
Revision: 6815 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6815&view=rev Author: vargenau Date: 2009-05-27 16:29:55 +0000 (Wed, 27 May 2009) Log Message: ----------- More about images Modified Paths: -------------- trunk/pgsrc/Help%2FTextFormattingRules Modified: trunk/pgsrc/Help%FTextFormattingRules =================================================================== --- trunk/pgsrc/Help%2FTextFormattingRules 2009-05-27 16:10:12 UTC (rev 6814) +++ trunk/pgsrc/Help%2FTextFormattingRules 2009-05-27 16:29:55 UTC (rev 6815) @@ -1,4 +1,4 @@ -Date: Thu, 2 Apr 2009 11:38:26 +0000 +Date: Wed, 27 May 2009 18:31:01 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -241,12 +241,13 @@ {{{ {{myimage.png}} +{{myimage.png|this is the alt text for my image}} +[[some link|{{myimage.png}}]] - if you click on the image, will goto "some link" +[[some link|{{myimage.png|alt text}}]] - same with alternative +[[http://example.com/|{{myimage.png}}]] - same as above: picture links to url +[[http://example.com/|{{myimage.png|alt text}}]] - same with alternative }}} -{{{ -{{myimage.png|this is my image}} -}}} - == Tables === Wikicreole tables This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |