Changes for page Attachments

Last modified by Thomas Mortagne on 2023/10/10

<
From version < 8.1 >
edited by Silvia Macovei
on 2009/10/19
To version < 9.1 >
edited by Vincent Massol
on 2009/10/20
>
Change comment: Added explanations for both syntaxes

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.SilviaRusu
1 +XWiki.VincentMassol
Content
... ... @@ -55,8 +55,12 @@
55 55  
56 56  If your file is on a remote server and you wish to link to it from your wiki, simply use the URL of the link as the content of your wiki link. For example, using the wiki editor you'd write:
57 57  
58 -{{code language="xml"}}[http://some_remote_server/path/to/file>text to display]{{/code}}
58 +* **XWiki Syntax 1.0**: {{code language="none"}}[http://some_remote_server/path/to/file>text to display]{{/code}}
59 +* **XWiki Syntax 2.0**: {{code language="none"}}[[text to display>>http://some_remote_server/path/to/file]]{{/code}}
59 59  
60 60  For displaying an image located on a remote server, use the following HTML code snippet:
61 61  
62 -{{code language="xml"}}<img src="http://some_remote_server/path/to/image"/>{{/code}}
63 +* **XWiki Syntax 1.0**: {{code language="xml"}}<img src="http://some_remote_server/path/to/image"/>{{/code}}
64 +* **XWiki Syntax 2.0**: {{code language="none"}}image:http://some_remote_server/path/to/image{{/code}}
65 +
66 +See the [[XWiki Syntax Guide>>platform:Main.XWikiSyntax]] for more details.

Get Connected