Id Macro
This is a XWiki macro, bundled with all the XWiki products by default.
Macro developed by the XWiki Development Team.
This macro cannot currently be downloaded separately.
Macro developed by the XWiki Development Team.
This macro cannot currently be downloaded separately.
Id Macro
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.Usage
{{id name=someid /}}Parameters definition
| Name | Optional | Allowed values | Default value | Description |
|---|---|---|---|---|
| name | no | any | The identifier value. |
Example
[[Click here to jump to anchor "someid">#someid]] {{id name=someid /}} The "someid" anchor where to jump
Result
Click here to jump to anchor "someid"The "someid" anchor where to jump