<?xml version="1.0" encoding="UTF-8" standalone="yes"?><extensionVersion xmlns="http://www.xwiki.org/extension"><id>org.xwiki.rendering:xwiki-rendering-macro-id</id><name>XWiki Rendering - Macro - Id</name><type>jar</type><rating><totalVotes>0</totalVotes><averageVote>0.0</averageVote></rating><summary>XWiki Rendering - Macro - Id</summary><description>Allows putting a reference/location in a page. In HTML for example this is called an Anchor. It allows pointing to that location, for example in links.&#13;
&#13;
== Usage ==&#13;
&#13;
{{code}}&#13;
{{id name="someid" /}}&#13;
{{/code}}&#13;
&#13;
=== Parameters definition ===&#13;
&#13;
|=Name|=Optional|=Allowed values|=Default value|=Description&#13;
|name|no|any|No default value|The identifier value.&#13;
&#13;
== Example ==&#13;
&#13;
{{code}}&#13;
[[Click here to jump to anchor "someid"&gt;&gt;||anchor="someid"]]&#13;
&#13;
{{id name="someid" /}}&#13;
The "someid" anchor where to jump&#13;
{{/code}}&#13;
&#13;
{{warning}}Note that the link syntax must correspond to the [[syntax of the document where the link is present&gt;&gt;xwiki:XWiki.XWikiSyntax||anchor="HLinks"]]. This means that you have to use:&#13;
&#13;
|=Syntax|=Link format&#13;
|xwiki/1.0 to another document|[jump to anchor&gt;Some.Document#someid]&#13;
|xwiki/2.0|[~[jump to anchor&gt;&gt;#someid]]&#13;
|xwiki/2.0 to another document|[~[jump to anchor&gt;&gt;Some.Document#someid]]&#13;
|xwiki/2.1|[~[jump to anchor&gt;&gt;~|~|anchor="someid"]]&#13;
|xwiki/2.1 to another document|[~[jump to anchor&gt;&gt;Some.Document~|~|anchor="someid"]]&#13;
{{/warning}}&#13;
&#13;
=== Result ===&#13;
&#13;
[[Click here to jump to anchor "someid"&gt;&gt;||anchor="someid"]]&#13;
&#13;
{{id name="someid" /}}&#13;
The "someid" anchor where to jump</description><licenses><name>GNU Lesser General Public License 2.1</name></licenses><website>http://extensions.xwiki.org/xwiki/bin/view/Extension/Id%20Macro</website><authors><name>XWiki Development Team</name><url>https://xwiki.org/xwiki/bin/view/XWiki/XWikiTeam</url></authors><scm><connection><system>git</system><path>git://github.com/xwiki/xwiki-rendering.git/xwiki-rendering-macros/xwiki-rendering-macro-id</path></connection><developerConnection><system>git</system><path>git@github.com:xwiki/xwiki-rendering.git/xwiki-rendering-macros/xwiki-rendering-macro-id</path></developerConnection><url>https://github.com/xwiki/xwiki-rendering/xwiki-rendering-macros/xwiki-rendering-macro-id</url></scm><issueManagement><system>jira</system><url>https://jira.xwiki.org/browse/XRENDERING</url></issueManagement><recommended>false</recommended><properties><key>maven.groupid</key><stringValue>org.xwiki.rendering</stringValue></properties><properties><key>maven.artifactid</key><stringValue>xwiki-rendering-macro-id</stringValue></properties><properties><key>maven.Model</key><stringValue>org.xwiki.rendering:xwiki-rendering-macro-id:jar:18.7.0</stringValue></properties><properties><key>xwiki.extension.recommendedVersions.commons</key><stringValue>org.xwiki.commons:.*/[18.7.0]</stringValue></properties><properties><key>xwiki.extension.recommendedVersions</key><stringValue>org.xwiki.commons:.*/[18.7.0],
      org.xwiki.rendering:.*/[18.7.0]</stringValue></properties><properties><key>xwiki.extension.recommendedVersions.rendering</key><stringValue>org.xwiki.commons:.*/[18.7.0],
      org.xwiki.rendering:.*/[18.7.0]</stringValue></properties><version>4.2</version><repositories><id>maven-xwiki</id><uri>https://nexus.xwiki.org/nexus/content/groups/public</uri><type>maven</type></repositories></extensionVersion>