[cvs] [Wiki] changed: WickedTextFormat
Jan Schneider
jan at horde.org
Tue Nov 22 04:57:31 PST 2005
jan Tue, 22 Nov 2005 04:57:30 -0800
Modified page: http://wiki.horde.org/WickedTextFormat
New Revision: 1.9
Change log: Revert
@@ -62,9 +62,9 @@
++ Headings
You can make various levels of heading by putting \
-equals-signs before and after the text (all on its \
+plus-signs before and after the text (all on its \
own line):
<code>
+++ Level 3 Heading
@@ -165,14 +165,14 @@
You can create a definition (description) list with the following syntax:
<code>
-:Item 1: Something
-:Item 2: Something else
+: Item 1 : Something
+: Item 2 : Something else
</code>
-:Item 1: Something
-:Item 2: Something else
+: Item 1 : Something
+: Item 2 : Something else
----
++ Block Quotes
@@ -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