Units API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/units/572223/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxlinks/uk/?format=api",
    "source": [
        "= Editing =\n\n== Links ==\n\n=== 1.0 Links ===\n\n|=(% style=\"width:20%\" %)Feature|=XWiki Syntax 1.0|=(% style=\"width:20%\" %)Result\n|Link to a page in the current Space|{{{[WebHome]}}}|[[Web Home>>WebHome]]\n|Link with a label|{{{[label>WebHome]}}}|[[label>>WebHome]]\n|Link with XWiki Syntax in the label|{{{<a href=\"$xwiki.getURL(\"WebHome\")\"><strong>bold label</strong></a>}}}|[[**bold label**>>WebHome]]\n|Link to a page with the space specified|{{{[Main.WebHome]}}}|[[Web Home>>Main.WebHome]]\n|Link to a subwiki|{{{[subwiki:Main.WebHome]}}}|[[Web Home>>xwiki:Main.WebHome]]\n|Link that opens in a new window|{{{[label>WebHome>_blank]}}}|[[label>>WebHome||target=\"_blank\"]]\n|Link to a URL directly in the text|{{{This is a URL: https://xwiki.org}}}|This is a URL: https://xwiki.org\n|Link to a URL|{{{[https://xwiki.org]}}}|[[https://xwiki.org]]\n|Link to a URL with a label|{{{[XWiki>https://xwiki.org]}}}|[[XWiki>>https://xwiki.org]]\n|Link to an email address|{{{[john@smith.net>mailto:john@smith.net]}}}|[[john@smith.net>>mailto:john@smith.net]]\n|Image Link|{{{<a href=\"$xwiki.getURL(\"Space1.Page1\")\">{image:img.png|document=Space2.Page2}</a>}}}|[[image:XWiki.XWikiSyntaxLinks@img.png>>Main.WebHome]]\n|Image Link with image parameters|{{{<a href=\"$xwiki.getURL(\"Space1.Page1\")\">{image:img.png|document=Space2.Page2|width=26|height=26}</a>}}}|[[[[image:XWiki.XWikiSyntaxLinks@img.png||width=\"26\" height=\"26\"]]>>Main.WebHome]]\n|Link to an attachment on the current page|(((\n{{info}}See [[Attach Macro>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Old%20XWiki%201.0%20syntax%20renderer/Attach%20Macro%20%28Radeox%29]] for details{{/info}}\n{{{{attach:text|file=img.png}}}}\n)))|[[text>>attach:XWiki.XWikiSyntaxLinks@img.png]]\n|Link to an attachment in a different page|(((\n{{info}}See [[Attach Macro>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Old%20XWiki%201.0%20syntax%20renderer/Attach%20Macro%20%28Radeox%29]] for details{{/info}}\n{{{{attach:text|document=Space.Page|file=img.png}}}}\n)))|[[text>>attach:XWiki.XWikiSyntaxLinks@img.png]]\n|Link to an Anchor in a page|{{{[label>Space.Page#anchor]}}}|[[label>>XWiki.XWikiSyntax||anchor=anchor]]\n|Link to a Heading in a page|(((\n{{{[label>Space.Page#HMyheading]}}}\n)))|[[label>>XWiki.XWikiSyntax||anchor=HMyheading]]\n\n{{info}}When you add a Heading, an anchor named \"H\" followed by the heading title with only alpha characters is created. For example, for a Heading named \"My heading\", the generated anchor will be \"HMyheading\".{{/info}}\n\n{{velocity}}$subHeading XWiki Syntax 1.0 Link Specification $subHeading{{/velocity}}\n\n{{info}}\nPart in ##( )## is required, parts in ##[ ]## are optional and one of the two chars in ##{ }## needs to be added if optional parts are being used.\n{{/info}}\n\nThe full format of a link is **##[label {> or |}] (resource) [@interWikiAlias] [{> or |} target]##**\n\n* **##label##**: An optional string which will be displayed to the user as the link name when rendered. Example: ##My Page##\n* **##resource##**: The full link reference using the following syntax: **##(reference) [?queryString] [#anchor]##**\n** **##reference##**: The link reference. This can be either\n*** **A URI** in the form **##protocol:path##** (examples: ##http:~/~/xwiki.org##, ##mailto~:john@smith.com##), or\n*** **A wiki page** reference in the form **##~[~[wikiName:] spaceNameList.] (pageName)##**. Examples: ##WebHome##, ##Main.WebHome##, ##mywiki:Main.WebHome##\n**** **##wikiName##**: An optional string containing the name of a wiki. The link will point to a page inside that wiki. Example: ##mywiki##\n**** **##spaceNameList##**: An optional dot-separated list of wiki Space names. If no space is specified the current space is used. Examples: ##Main##, ##A.B##, ##A.B.C##\n**** **##pageName##**: A required string containing the name of the linked wiki page. Example: ##WebHome##\n** **##queryString##**: An optional query string for specifying parameters that will be used in the rendered URL. Example: ##mydata1=5&mydata2=Hello##\n** **##anchor##**: An optional anchor name pointing to an anchor defined in the referenced link. Note that in XWiki anchors are automatically created for headings. Example: ##HTableOfContents##\n* **##interWikiAlias##**: An optional [[Inter Wiki>>en.wikipedia.org/wiki/InterWiki]] alias as defined in the InterWiki Map (see the [[Admin Guide>>https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/]]). This is only valid for wiki page names. Example: ##wikipedia##\n* **##target##**: An optional string corresponding to the Hhttps://TML ##target## attribute for a HTML ##A## link element. This element is used when rendering the link. It defaults to opening the link in the current window. Examples: ##_self##, ##_blank##\n\n=== 2.0 Links ===\n\n|=(% style=\"width:20%\" %)Feature|=XWiki Syntax 2.0|=(% style=\"width:20%\" %)Result\n|Link to a page in the current Space|{{{[[WebHome]]}}}|[[WebHome]]\n|Link with a label|(((\n{{{[[label>>WebHome]]}}}\n{{info}}XWiki Syntax is supported inside link labels.{{/info}}\n)))|[[label>>WebHome]]\n|Link with XWiki Syntax in the label|{{{[[**bold label**>>WebHome]]}}}|[[**bold label**>>WebHome]]\n|Link to a page with the space specified|{{{[[Main.WebHome]]}}}|[[Main.WebHome]]\n|Link to a subwiki|{{{[[subwiki:Main.WebHome]]}}}|[[xwiki:Main.WebHome]]\n|Link that opens in a new window|{{{[[label>>WebHome||target=\"_blank\"]]}}}|[[label>>WebHome||target=\"_blank\"]]\n|Link to a URL directly in the text|{{{This is a URL: https://xwiki.org}}}|This is a URL: https://xwiki.org\n|Link to a URL|{{{[[https://xwiki.org]]}}}|[[https://xwiki.org]]\n|Link to a URL with a label|{{{[[XWiki>>https://xwiki.org]]}}}|[[XWiki>>https://xwiki.org]]\n|Link to an email address|{{{[[john@smith.net>>mailto:john@smith.net]]}}}|[[john@smith.net>>mailto:john@smith.net]]\n|Image Link|{{{[[image:Space2.Page2@img.png>>Space1.Page1]]}}}|[[image:XWiki.XWikiSyntaxLinks@img.png>>Main.WebHome]]\n|Image Link with image parameters|{{{[[[[image:Space2.Page2@img.png||width=\"26\" height=\"26\"]]>>Space1.Page1]]}}}|[[[[image:XWiki.XWikiSyntaxLinks@img.png||width=\"26\" height=\"26\"]]>>Main.WebHome]]\n|Link to an attachment on the current page|{{{[[text>>attach:img.png]]}}}|[[text>>attach:XWiki.XWikiSyntaxLinks@img.png]]\n|Link to an attachment in a different page|{{{[[text>>attach:Space.Page@img.png]]}}}|[[text>>attach:XWiki.XWikiSyntaxLinks@img.png]]\n|Link to an Anchor in a page|{{{[[label>>Space.Page#anchor]]}}}|[[label>>XWiki.XWikiSyntax||anchor=\"anchor\"]]\n|Link to a Heading in a page|{{{[[label>>Space.Page#HMyheading]]}}}|[[label>>XWiki.XWikiSyntax||anchor=\"HMyheading\"]]\n|Link to an Anchor in the current page|{{{[[label>>#anchor]]}}}|[[label>>||anchor=\"anchor\"]]\n\n{{info}}When you add a Heading, an anchor named \"H\" followed by the heading title with only alpha characters is created. For example, for a Heading named \"My heading\", the generated anchor will be \"HMyheading\".{{/info}}\n\n{{velocity}}$subHeading XWiki Syntax 2.0 Link Specification $subHeading{{/velocity}}\n\n{{info}}\nThe part in ##( )## is required, while the parts in ##[ ]## are optional.\n{{/info}}\n\nThe full format of a link is **##[label>>] (resource) [@interWikiAlias] [||parameters]##**\n\n* **##label##**: An optional string which will be displayed to the user as the link name when rendered. The label may contain XWiki Syntax. If no label is specified a default label will be generated. The generation pattern can be changed, see the [[Admin Guide>>https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/]]. Example: ##My Page##\n* **##resource##**: The full link reference using the following syntax: **##(reference) [?queryString] [#anchor]##**\n** **##reference##**: The link reference in one of the following forms:\n*** **URL**: Any URL in the form of **##protocol:~/~/path##**. Examples: ##http:~/~/xwiki.org##, ##https:~/~/svn.xwiki.org/##\n*** **Wiki page** reference in the form **##~[~[wikiName:] spaceNameList.] (pageName)##**. Examples: ##WebHome##, ##Main.WebHome##, ##mywiki:Main.WebHome##\n**** **##wikiName##**: An optional string containing the name of a wiki. The link will point to a page inside that wiki. Example: ##mywiki##\n**** **##spaceNameList##**: An optional dot-separated list of wiki Space names. If no space is specified the current space is used. Examples: ##Main##, ##A.B##, ##A.B.C##\n**** **##pageName##**: A required string containing the name of the linked wiki page. Example: ##WebHome##\n*** **Attachment** reference in the form **##attach~: [wikiPageName@] (attachmentName)##**. Examples: ##attach~:img.png##, ##attach~:mywiki:Main.WebHome@img.png##\n**** **##attach~:##** A required string identifying the resource as attachment.\n**** **##wikiPageName##**: An optional string referencing the page that holds the attachment, see \"Wiki page\" above.\n**** **##attachmentName##**: Name of the attachment as it is stored in the wiki.\n*** **Email address** in the form **##mailto~: (emailAddress)##** (###anchor## is not valid). Example: ##mailto~:john@smith.com##\n**** **##mailto~:##** A required string identifying the resource as email.\n**** **##emailAddress##**: Targeted email address. Example: \"##john@smith.com##\"\n** **##queryString##**: An optional query string for specifying parameters that will be used in the rendered URL. Example: ##mydata1=5&mydata2=Hello##\n** **##anchor##**: An optional anchor name pointing to an anchor defined in the referenced link. Note that in XWiki anchors are automatically created for headings and images. Example: ##HTableOfContents##\n* **##interWikiAlias##**: An optional [[Inter Wiki>>https://en.wikipedia.org/wiki/InterWiki]] alias as defined in the InterWiki Map (see the [[Admin Guide>>https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/]]). This is only valid for wiki page names. Example: ##wikipedia##\n* **##parameters##**: An optional list of parameters passed to the link. Example: ##target=\"~_blank\"## (open in new window)\n\n=== 2.1 Links ===\n\n|=Feature|=XWiki Syntax 2.1|=Result\n|Absolute link to page ##PageB## located in ##PageA##|{{{[[PageA.PageB]]}}}|[[PageB>>]]\n|Relative link to page ##PageA## from the current page|{{{[[PageA]]}}} or {{{[[.PageA]]}}}|[[PageA>>]]\n|Relative link to page ##PageB## in ##PageA## from the current page|{{{[[.PageA.PageB]]}}}|[[PageB>>]]\n|Link with a label|(((\n{{{[[label>>PageA]]}}}\n\n{{info}}XWiki Syntax is supported inside link labels.{{/info}}\n)))|[[label>>]]\n|Link with wiki syntax in the label|{{{[[**bold label**>>PageA]]}}}|[[**bold label**>>]]\n|Link on an image|{{{[[image:PageA@img.png>>PageA]]}}}|[[image:XWiki.XWikiSyntaxLinks@img.png>>]]\n|Absolute link to page ##PageB## located in ##PageA## in wiki ##WikiA##|{{{[[WikiA:PageA.PageB]]}}}|[[PageB>>]]\n|Link that opens in a new window|{{{[[PageA||target=\"_blank\"]]}}}|[[PageA>>]]\n|Implicit link to a URL|{{{This is a URL: https://xwiki.org}}}|This is a URL: https://xwiki.org\n|Explicit link to a URL|{{{[[https://xwiki.org]]}}}|[[https://xwiki.org]]\n|Explicit link to a URL with a label|{{{[[XWiki>>https://xwiki.org]]}}}|[[XWiki>>https://xwiki.org]]\n|Link to an email address|{{{[[john@smith.net>>mailto:john@smith.net]]}}}|[[john@smith.net>>mailto:john@smith.net]]\n|Link to an attachment on the current page|{{{[[attach:img.png]]}}}|[[img.png>>]]\n|Link to an attachment in a different page|{{{[[attach:PageA.PageB@img.png]]}}}|[[img.png>>]]\n|Link to an Anchor in a page|{{{[[PageA.PageB||anchor=\"anchor\"]]}}}|[[PageB>>]]\n|Link to a Heading in a page|(((\n{{{[[PageA.PageB||anchor=\"HMyheading\"]]}}}\n\n{{info}}When you add a Heading, an anchor named \"H\" followed by the heading title with only alpha characters is created. For example, for a Heading named \"My heading\", the generated anchor will be \"HMyheading\".{{/info}}\n)))|[[PageB>>]]\n|Link to an anchor in the current page|{{{[[label>>||anchor=\"anchor\"]]}}}|[[label>>]]\n|Link to a page with a query string|{{{[[PageA.PageB||queryString=\"param1=value1&param2=value2\"]]}}}|[[PageB>>]]\n|Link to the current page with a query string|{{{[[label>>||queryString=\"param1=value1&param2=value2\"]]}}}|[[label>>]]\n\n{{velocity}}$subHeading XWiki Syntax 2.1 Link Specification $subHeading{{/velocity}}\n\n{{info}}\nLegend: The parts in ##()## are required, while the parts in ##[]## are optional.\n{{/info}}\n\nThe full format of a link is **##[label>>] (resource) [||parameters]##**\n\n* **##label##**: An optional string which will be displayed to the user as the link name when rendered. The label may contain XWiki Syntax. If no label is specified a default label will be generated. The generation pattern can be changed, see the [[Admin Guide>>https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/]]. Example: ##My Page##\n* **##resource##**: A required string with the link reference in one of the following forms\n** **URL**: Any URL in the form of **##[url:](protocol:~/~/path)##**. Examples: ##http:~/~/xwiki.org##, ##url:https:~/~/svn.xwiki.org/##\n*** **##url:##** An optional string identifying the resource as an URL.\n*** **##protocol:~/~/path##**: The URL itself\n** **Wiki page**: A reference in the form **##page:[(wikiName):](pageNameList)##**. Examples: ##page:Page##, ##page:myxwiki:Page##, ##page:ParentPage.ChildPage.SubChildPage##, ##page:../SiblingPage##, ##page:./ChildPage##\n*** **##page:##** A required string identifying the resource as an XWiki page. The same reference can be used for either a terminal or non-terminal page, if both exist it will lead to the non-terminal page.\n*** **##wikiName##**: An optional string containing the name of a wiki. The link will point to a page inside that  wiki. If no wiki is specified, the current wiki is used. Example: ##mywiki##\n*** **##pageNameList##**: A required list of slash-separated wiki Pages names pointing to the final linked wiki Page syntax. It's also possible to use ##.## and ##..## to indicate current or parent page/wiki. Examples: ##Main##, ##A/B##, ##A/B/C##, ##../Sibling##, ##./Child##\n** **Wiki document**: A reference in the form **##[doc:]~[~[(wikiName):](spaceNameList).](documentName)##**. Examples: ##doc:Welcome##, ##doc:Main.Welcome##, ##doc:mywiki:Main.Welcome##, ##Welcome##\n*** **##doc:##** An optional string identifying the resource as an XWiki terminal page. A non-terminal page can also be referenced this way, but it must append its ##.WebHome## part (e.g. ##doc:Sandbox.WebHome##).\n*** **##wikiName##**: An optional string containing the name of a wiki. The link will point to a page inside that wiki. If no wiki is specified, the current wiki is used. Example: ##mywiki##.\n*** **##spaceNameList##**: An optional dot-separated list of wiki Space names. If no space is specified the current space is used. Examples: ##Main##, ##A.B##, ##A.B.C##\n*** **##documentName##**: A required string containing the name of the linked wiki page. Example: ##Welcome##\n** **Wiki space**: A reference in the form **##space:[(wikiName):](spaceNameList)##**. Examples: ##space:Main##, ##space:mywiki:Main##, ##space:A.B.C##\n*** **##space:##** A required string identifying the resource as an XWiki non-terminal page (i.e. a space).\n*** **##wikiName##**: An optional string containing the name of a wiki. The link will point to a page inside that wiki. If no wiki is specified, the current wiki is used. Example: ##mywiki##\n*** **##spaceNameList##**: A required list of dot-separated wiki Space names pointing to the final linked wiki Space (or non-terminal page). Examples: ##Main##, ##A.B##, ##A.B.C##\n** **InterWiki page**: A reference in the form **##interwiki:[(interWikiAlias):](pageName)##**. Example: ##interwiki:wikipedia:XWiki##\n*** **##interwiki:##** A required string identifying the resource as an InterWiki link.\n*** **##interWikiAlias##**: An optional [[Inter Wiki>>https://en.wikipedia.org/wiki/InterWiki]] alias as defined in the InterWiki Map (see the [[Admin Guide>>https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/]]). Example: ##wikipedia##\n*** **##pageName##**: A required string containing the name of the linked page. Example: ##XWiki##\n** **Attachment**: A reference in the form **##attach~:~{~{~{(wikiName):}(spaceNameList).}(pageName)@}(imageName)##**\n*** **##attach~:##** A required string identifying the reference as an XWiki Document attachment.\n*** **##wikiName##**: An optional string containing the name of a wiki. The image reference will point to an image attached to a page inside that wiki. If no wiki is specified, the current wiki is used. Example: ##mywiki##.\n*** **##spaceNameList##**: An optional dot-separated list of wiki Space names. If no space is specified the current space is used. Examples: ##Main##, ##A.B##, ##A.B.C##\n*** **##pageName##**: An optional string containing the name of the wiki page to which the referenced image is attached. Example: ##Welcome##\n*** **##attachmentName##**: Name of the attachment as it is stored in the wiki. Example: ##photo.png##\n** **Page Attachment**: A reference in the form **##pageAttach~:~{~{~{(wikiName):}(pageNameList)/}(imageName)##**\n*** **##pageAttach~:##** An required string identifying the reference as an XWiki Page attachment.\n*** **##wikiName##**: An optional string containing the name of a wiki. The image reference will point to an image attached to a page inside that wiki. If no wiki is specified, the current wiki is used. Example: ##mywiki##.\n*** **##pageNameList##**: An optional dot-separated list of wiki page names. If no page is specified the current page is used. Examples: ##Main##, ##A/B##, ##A/B/C##\n*** **##attachmentName##**: Name of the attachment as it is stored in the wiki. Example: ##photo.png##\n** **Email address**: A reference in the form **##mailto{{{:(}}}emailAddress)##** (###anchor## is not valid). Example: ##mailto~:john@smith.com##\n*** **##mailto~:##** A required string identifying the resource as email.\n*** **##emailAddress##**: Targeted email address. Example: ##john@smith.com##\n** **Relative path**: A reference on the server in the form **##path{{{:(}}}relPath)##**. Example: ##path:$doc.getURL('reset')## produces target address ##http:~/~/server.domain.com/xwiki/bin/reset/Space/Page## where ##/xwiki/bin/reset/Space/Page## is produced by ##$doc.getURL('reset')##.\n*** **##path:##** A required string identifying the resource as a relative path.\n*** **##relPath##**: A required string containing the relative path of the resource on the server that shall be linked.\n** **UNC (Windows Explorer)**: A reference in the form **##unc{{{:(}}}path)##**. The link is rendered as a ##file:~/~/## link. Examples: ##unc:C:Windows##, ##unc:~~myserverpathimg.png##, ##unc:home/user/somefile##\n*** **##unc:##** A required string identifying the resource as a UNC (Windows Explorer) path.\n*** **##path##**: A required string containing the local path of resource accessible by the user. Examples: ##C:Windows##, ##~~myserverpathimg.png##, ##home/user/somefile##\n** **Untyped**: If none of the above-mentioned resource types are specified (i.e. no ##type:## resource prefix was specified in the link), then the link will be treated as a link to an XWiki terminal or non-terminal page using the following algorithm:\n*** **##Terminal page##** in the current space, //only// if it exists. Example: ##~[~[A]]## is resolved to the equivalent of ##~[~[doc:currentSpace.A]]##\n*** **##Non-terminal page##**  in the current space. Example: ##~[~[A]]## is resolved to the equivalent of ##~[~[space:currentSpace.A]]##, which is the equivalent of ##~[~[doc:currentSpace.A.WebHome]]##\n*** If the current page is non-terminal and the previous 2 checks above did not find an existing page, 2 additional checks are made:\n**** **##Terminal page##** as sibling in the parent space, //only// if it exists. Example: The ##~[~[B]]## link inside the non-terminal page ##A.C## is resolved to the equivalent of ##~[~[doc:A.B]]##\n**** **##Non-terminal page##** as sibling in the parent space, regardless if it exists or not. Example: The ##~[~[B]]## link inside the non-terminal page ##A.C## is resolved to the equivalent of ##~[~[space:A.B]]##, which is the equivalent of ##~[~[doc:A.B.WebHome]]##\n*** //Note1 - Absolute links//: If the untyped link has 2 or more dot-separated components specified (i.e. that look like a space name and a page name), the above algorithm will resolve the page relative to the current wiki, and not the current space. Example: ##~[~[A.B]]## can be resolved to either ##~[~[doc:currentWiki:A.B]]## (if it exists) or to ##~[~[space:currentWiki:A.B]##] (equivalent of ##~[~[doc:currentWiki:A.B.WebHome]]##) and not to ##~[~[doc:currentWiki:currentSpace.A.B]]## or ##~[~[doc:currentWiki:currentSpace.A.B.WebHome]]##.\n*** //Note2 - Special handling of ##.WebHome##//: If the untyped link ends in ##.WebHome##, it will //always// be handled as a terminal page. Example: ##~[~[A.WebHome]]## will always be resolved to the equivalent of ##~[~[doc:A.WebHome]]## and not to ##~[~[doc:A.WebHome.WebHome]]##.\n* **##parameters##**: An optional list of space-separated parameters passed to the link. Example: ##queryString=\"mydata1=5&mydata2=Hello\" anchor=\"HTableOfContents\" target=\"~_blank\"##\n** **##queryString##**: An optional query string for specifying parameters that will be appended to the link target address and used in the rendered URL. Example: ##url:http:~/~/domain.com/path||queryString=\"mydata1=5&mydata2=Hello\"## produces target address ##http:~/~/domain.com/path?mydata1=5&mydata2=Hello##\n** **##anchor##**: An optional anchor name pointing to an anchor defined in the referenced link. Note that in XWiki anchors are automatically created for headings and images. Example: ##url:http:~/~/domain.com/path||anchor=\"HTableOfContents\"## produces target address ##http:~/~/domain.com/path#HTableOfContents##\n** **##target##**: An optional parameter that allows to open link target in new window. Example: ##target=\"~_blank\"##"
    ],
    "previous_source": "",
    "target": [
        "= Редагування =\n\n== Посилання ==\n\n=== 1.0 Links ===\n\n|=(% style=\"width:20%\" %)Функція|=Синтаксис XWiki 1.0|=(% style=\"width:20%\" %)Результат\n|Посилання на сторінку в поточному просторі|{{{[WebHome]}}}|[[Web Home>>WebHome]]\n|Посилання з міткою|{{{[label>WebHome]}}}|[[label>>WebHome]]\n|Посилання на синтаксис XWiki в мітці|{{{<a href=\"$xwiki.getURL(\"WebHome\")\"><strong>bold label</strong></a>}}}|[[**bold label**>>WebHome]]\n|Посилання на сторінку із зазначеним простором|{{{[Main.WebHome]}}}|[[Web Home>>Main.WebHome]]\n|Посилання на підвікі|{{{[subwiki:Main.WebHome]}}}|[[Web Home>>xwiki:Main.WebHome]]\n|Посилання, яке відкривається в новому вікні|{{{[label>WebHome>_blank]}}}|[[label>>WebHome||target=\"_blank\"]]\n|Посилання на URL-адресу безпосередньо в тексті|{{{This is a URL: https://xwiki.org}}}|This is a URL: https://xwiki.org\n|Посилання на URL-адресу|{{{[https://xwiki.org]}}}|[[https://xwiki.org]]\n|Посилання на URL-адресу з міткою|{{{[XWiki>https://xwiki.org]}}}|[[XWiki>>https://xwiki.org]]\n|Посилання на адресу електронної пошти|{{{[john@smith.net>mailto:john@smith.net]}}}|[[john@smith.net>>mailto:john@smith.net]]\n|Посилання на зображення|{{{<a href=\"$xwiki.getURL(\"Space1.Page1\")\">{image:img.png|document=Space2.Page2}</a>}}}|[[image:XWiki.XWikiSyntaxLinks@img.png>>Main.WebHome]]\n|Посилання на зображення з параметрами зображення|{{{<a href=\"$xwiki.getURL(\"Space1.Page1\")\">{image:img.png|document=Space2.Page2|width=26|height=26}</a>}}}|[[[[image:XWiki.XWikiSyntaxLinks@img.png||width=\"26\" height=\"26\"]]>>Main.WebHome]]\n|Посилання на вкладення на поточній сторінці|(((\n{{info}}Детальніше [[Attach Macro>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Old%20XWiki%201.0%20syntax%20renderer/Attach%20Macro%20%28Radeox%29]]{{/info}}\n{{{{attach:text|file=img.png}}}}\n)))|[[text>>attach:XWiki.XWikiSyntaxLinks@img.png]]\n|Посилання на вкладення на іншій сторінці|(((\n{{info}}Детальніше [[Attach Macro>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Old%20XWiki%201.0%20syntax%20renderer/Attach%20Macro%20%28Radeox%29]]{{/info}}\n{{{{attach:text|document=Space.Page|file=img.png}}}}\n)))|[[text>>attach:XWiki.XWikiSyntaxLinks@img.png]]\n|Посилання на прив'язку на сторінці|{{{[label>Space.Page#anchor]}}}|[[label>>XWiki.XWikiSyntax||anchor=anchor]]\n|Посилання на заголовок на сторінці|(((\n{{{[label>Space.Page#HMyheading]}}}\n)))|[[label>>XWiki.XWikiSyntax||anchor=HMyheading]]\n\n{{info}}Коли ви додаєте заголовок, створюється прив'язка з іменем \"H\", за якою йде заголовок із лише буквеними символами. Наприклад, для заголовка під назвою \"My heading\" створеним прив’язкою буде \"HMyheading\".{{/info}}\n\n{{velocity}}$subHeading Специфікація посилання синтаксис XWiki 2.0 $subHeading{{/velocity}}\n\n{{info}}\nЧастина в ##( )## є обов'язковою, тоді як частини в ##[ ]## необов'язкові.\n{{/info}}\n\nПовний формат посилання – це **##[label>>] (resource) [@interWikiAlias] [||parameters]##**\n\n* **##label##**: Необов'язковий рядок, який відображатиметься користувачеві як ім'я посилання під час відтворення. Мітка може містити синтаксис XWiki. Якщо не вказано жодної мітки, буде згенеровано мітку за умовчанням. Шаблон генерації можна змінити, детальніше [[Admin Guide>>https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/]]. Наприклад: ##My Page##\n* **##resource##**: Повне посилання на посилання, використовуючи наступний синтаксис: **##(reference) [?queryString] [#anchor]##**\n** **##reference##**: Посилання на посилання в одній із наступних форм:\n*** **URL**: Будь-яка URL-адреса у формі **##protocol:~/~/path##**. Наприклад: ##http:~/~/xwiki.org##, ##https:~/~/svn.xwiki.org/##\n*** **Wiki page** Посилання у формі **##~[~[wikiName:] spaceNameList.] (pageName)##**. Наприклад: ##WebHome##, ##Main.WebHome##, ##mywiki:Main.WebHome##\n**** **##wikiName##**: Необов'язковий рядок, що містить назву вікі. Посилання вказуватиме на сторінку в цій вікі. Наприклад: ##mywiki##\n**** **##spaceNameList##**: Необов'язковий список назв вікі-просторів, відокремлених крапками. Якщо не вказано простір, використовується поточний простір. Наприклад: ##Main##, ##A.B##, ##A.B.C##\n**** **##pageName##**: Обов'язковий рядок, що містить назву зв'язаної вікі-сторінки. Наприклад: ##WebHome##\n*** **Attachment** Посилання у формі **##attach~: [wikiPageName@] (attachmentName)##**. Наприклад: ##attach~:img.png##, ##attach~:mywiki:Main.WebHome@img.png##\n**** **##attach~:##** Обов'язковий рядок, що визначає ресурс як вкладення.\n**** **##wikiPageName##**: Необов'язковий рядок, який посилається на сторінку, яка містить вкладення, дивись вище \"Wiki page\".\n**** **##attachmentName##**: Назва вкладення, те як воно зберігається у вікі.\n*** **Email address** Посилання у формі **##mailto~: (emailAddress)##** (###anchor## невірне). Наприклад: ##mailto~:john@smith.com##\n**** **##mailto~:##** Обов'язковий рядок, що ідентифікує ресурс як електронну пошту.\n**** **##emailAddress##**: Цільова адреса електронної пошти. Наприклад: \"##john@smith.com##\"\n** **##queryString##**: Необов'язковий рядок запиту для вказівки параметрів, які використовуватимуться у відтвореній URL-адресі. Наприклад: ##mydata1=5&mydata2=Hello##\n** **##anchor##**: Необов'язкове ім'я прив'язки, що вказує на прив'язку, визначену в посиланні. Зверніть увагу, що в XWiki прив'язки створюються автоматично для заголовків і зображень. Наприклад: ##HTableOfContents##\n* **##interWikiAlias##**:Необов'язковий [[Inter Wiki>>https://en.wikipedia.org/wiki/InterWiki]] псевдонім, що визначено на карті InterWiki (Детальніше [[Admin Guide>>https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/]]). Це дійсне лише для назв вікі-сторінок. Наприклад: ##wikipedia##\n* **##parameters##**: Необов'язковий список параметрів, що передаються за посиланням. Наприклад: ##target=\"~_blank\"## (відкрити в новому вікні)\n\n=== 2.1 Links ===\n\n|=Функція|=Синтаксис XWiki 2.1|=Результат\n|Абсолютне посилання на сторінку ##PageB## розташованій у ##PageA##|{{{[[PageA.PageB]]}}}|[[PageB>>]]\n|Відносне посилання на сторінку ##PageA## з поточної сторінки|{{{[[PageA]]}}} або {{{[[.PageA]]}}}|[[PageA>>]]\n|Відносне посилання на сторінку ##PageB## у ##PageA## з поточної сторінки|{{{[[.PageA.PageB]]}}}|[[PageB>>]]\n|Посилання з міткою|(((\n{{{[[label>>PageA]]}}}\n\n{{info}}Синтаксис XWiki підтримується в мітках посилань.{{/info}}\n)))|[[label>>]]\n|Посилання із вікі-синтаксисом у мітці|{{{[[**bold label**>>PageA]]}}}|[[**bold label**>>]]\n|Посилання на зображення|{{{[[image:PageA@img.png>>PageA]]}}}|[[image:XWiki.XWikiSyntaxLinks@img.png>>]]\n|Абсолютне посилання на сторінку ##PageB## розташованій у ##PageA## у вікі ##WikiA##|{{{[[WikiA:PageA.PageB]]}}}|[[PageB>>]]\n|Посилання, яке відкривається в новому вікні|{{{[[PageA||target=\"_blank\"]]}}}|[[PageA>>]]\n|Неявне посилання на URL-адресу|{{{Це URL: https://xwiki.org}}}|Це URL: https://xwiki.org\n|Явне посилання на URL-адресу|{{{[[https://xwiki.org]]}}}|[[https://xwiki.org]]\n|Явне посилання на URL-адресу з міткою|{{{[[XWiki>>https://xwiki.org]]}}}|[[XWiki>>https://xwiki.org]]\n|Посилання на адресу електронної пошти|{{{[[john@smith.net>>mailto:john@smith.net]]}}}|[[john@smith.net>>mailto:john@smith.net]]\n|Посилання на вкладення на поточній сторінці|{{{[[attach:img.png]]}}}|[[img.png>>]]\n|Посилання на вкладення на іншій сторінці|{{{[[attach:PageA.PageB@img.png]]}}}|[[img.png>>]]\n|Посилання на прив'язку на сторінці|{{{[[PageA.PageB||anchor=\"anchor\"]]}}}|[[PageB>>]]\n|Посилання на заголовок на сторінці|(((\n{{{[[PageA.PageB||anchor=\"HMyheading\"]]}}}\n\n{{info}}Коли ви додаєте заголовок, створюється прив'язка з іменем \"H\", за якою йде заголовок із лише буквеними символами. Наприклад, для заголовка під назвою \"My heading\" створеним прив’язкою буде \"HMyheading\".{{/info}}\n)))|[[PageB>>]]\n|Посилання на прив’язку поточної сторінки|{{{[[label>>||anchor=\"anchor\"]]}}}|[[label>>]]\n|Посилання на сторінку з рядком запиту|{{{[[PageA.PageB||queryString=\"param1=value1&param2=value2\"]]}}}|[[PageB>>]]\n|Посилання на поточну сторінку з рядком запиту|{{{[[label>>||queryString=\"param1=value1&param2=value2\"]]}}}|[[label>>]]\n\n{{velocity}}$subHeading Специфікація посилання синтаксис XWiki 2.1 $subHeading{{/velocity}}\n\n{{info}}\nЛегенда: Частина в ##( )## є обов'язковою, тоді як частини в ##[ ]## необов'язкові.\n{{/info}}\n\nПовний формат посилання – це **##[label>>] (resource) [||parameters]##**\n\n* **##label##**: Необов'язковий рядок, який відображатиметься користувачеві як ім'я посилання під час відтворення. Мітка може містити синтаксис XWiki. Якщо не вказано жодної мітки, буде згенеровано мітку за умовчанням. Шаблон генерації можна змінити, детальніше [[Admin Guide>>https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/]]. Наприклад: ##My Page##\n* **##resource##**: Обов'язковий рядок із посиланням на посилання в одній із наведених нижче форм\n** **URL**: Будь-яка URL-адреса у формі **##[url:](protocol:~/~/path)##**. Examples: ##http:~/~/xwiki.org##, ##url:https:~/~/svn.xwiki.org/##\n*** **##url:##** Необов'язковий рядок, що ідентифікує ресурс як URL-адресу.\n*** **##protocol:~/~/path##**: Сама URL-адреса\n** **Wiki page**: Посилання у формі **##page:[(wikiName):](pageNameList)##**. Наприклад: ##page:Page##, ##page:myxwiki:Page##, ##page:ParentPage.ChildPage.SubChildPage##, ##page:../SiblingPage##, ##page:./ChildPage##\n*** **##page:##** Обов'язковий рядок, що визначає ресурс як сторінку XWiki. Те саме посилання можна використовувати як для термінальної, так і для нетермінальної сторінки, якщо обидві існують, це буде вказувати до нетермінальної сторінки.\n*** **##wikiName##**: Необов'язковий рядок, що містить назву вікі. Посилання вказуватиме на сторінку всередині цієї вікі. Якщо вікі не вказано, використовується поточна вікі. Наприклад: ##mywiki##\n*** **##pageNameList##**: Обов'язковий список імен вікі-сторінок, відокремлених косою рискою, що вказує на синтаксис остаточної пов’язаної вікі-сторінки. Також можна використовувати ##.## і ##..## для позначення поточної або батьківської сторінки/вікі. Наприклад: ##Main##, ##A/B##, ##A/B/C##, ##../Sibling##, ##./Child##\n** **Wiki document**: Посилання у формі **##[doc:]~[~[(wikiName):](spaceNameList).](documentName)##**. Наприклад: ##doc:Welcome##, ##doc:Main.Welcome##, ##doc:mywiki:Main.Welcome##, ##Welcome##\n*** **##doc:##** Необов'язковий рядок, що ідентифікує ресурс як сторінку терміналу XWiki. Нетермінальна сторінка також може мати посилання таким чином, але вона повинна додати до власної назви ##.WebHome## part (e.g. ##doc:Sandbox.WebHome##).\n*** **##wikiName##**: Необов'язковий рядок, що містить назву вікі. Посилання вказуватиме на сторінку всередині цієї вікі. Якщо вікі не вказано, використовується поточна вікі. Наприклад: ##mywiki##.\n*** **##spaceNameList##**: Необов'язковий список назв вікі-просторів, відокремлених крапками. Якщо простір не вказано, використовується поточний простір. Наприклад: ##Main##, ##A.B##, ##A.B.C##\n*** **##documentName##**: Обов'язковий рядок, що містить назву зв'язаної вікі-сторінки. Наприклад: ##Welcome##\n** **Wiki space**: Посилання у формі **##space:[(wikiName):](spaceNameList)##**. Наприклад: ##space:Main##, ##space:mywiki:Main##, ##space:A.B.C##\n*** **##space:##** Обов'язковий рядок, що ідентифікує ресурс як нетермінальну сторінку XWiki (тобто простір).\n*** **##wikiName##**: Необов'язковий рядок, що містить назву вікі. Посилання вказуватиме на сторінку всередині цієї вікі. Якщо вікі не вказано, використовується поточна вікі. Наприклад: ##mywiki##\n*** **##spaceNameList##**: Обов'язковий список назв вікі-просторів, відокремлених крапками, які вказують на остаточний зв’язаний вікі-простір (або нетермінальну сторінку). Наприклад: ##Main##, ##A.B##, ##A.B.C##\n** **InterWiki page**: Посилання у формі **##interwiki:[(interWikiAlias):](pageName)##**. Наприклад: ##interwiki:wikipedia:XWiki##\n*** **##interwiki:##** Обов'язковий рядок, що ідентифікує ресурс як посилання InterWiki.\n*** **##interWikiAlias##**: Необов'язковий [[Inter Wiki>>https://en.wikipedia.org/wiki/InterWiki]] псевдонім, що визначено на карті InterWiki (Детальніше [[Admin Guide>>https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/]]). Наприклад: ##wikipedia##\n*** **##pageName##**: Обов'язковий рядок, що містить назву сторінки, яке містить посилання. Наприклад: ##XWiki##\n** **Attachment**: Посилання у формі **##attach~:~{~{~{(wikiName):}(spaceNameList).}(pageName)@}(imageName)##**\n*** **##attach~:##** Обов'язковий рядок, який ідентифікує посилання як вкладення документа XWiki.\n*** **##wikiName##**: Необов'язковий рядок, що містить назву вікі. Посилання вказуватиме на сторінку всередині цієї вікі. Якщо вікі не вказано, використовується поточна вікі. Наприклад: ##mywiki##.\n*** **##spaceNameList##**: Необов'язковий список назв вікі-просторів, відокремлених крапками. Якщо простір не вказано, використовується поточний простір. Наприклад: ##Main##, ##A.B##, ##A.B.C##\n*** **##pageName##**: Необов'язковий рядок, що містить назву вікі-сторінки, до якої приєднано зображення, на яке посилається. Наприклад: ##Welcome##\n*** **##attachmentName##**: Назва вкладення, те як воно зберігається у вікі. Наприклад: ##photo.png##\n** **Page Attachment**: Посилання у формі **##pageAttach~:~{~{~{(wikiName):}(pageNameList)/}(imageName)##**\n*** **##pageAttach~:##** Обов'язковий рядок, що визначає посилання як вкладення сторінки XWiki.\n*** **##wikiName##**: Необов'язковий рядок, що містить назву вікі. Посилання вказуватиме на сторінку всередині цієї вікі. Якщо вікі не вказано, використовується поточна вікі. Наприклад: ##mywiki##.\n*** **##pageNameList##**: Необов'язковий список назв вікі-сторінок, відокремлених косою рискою. Якщо сторінка не вказана, використовується поточна сторінка. Наприклад: ##Main##, ##A/B##, ##A/B/C##\n*** **##attachmentName##**: Name of the attachment as it is stored in the wiki. Example: ##photo.png##\n** **Email address**: Посилання у формі **##mailto{{{:(}}}emailAddress)##** (###anchor## is not valid). Наприклад: ##mailto~:john@smith.com##\n*** **##mailto~:##** Обов'язковий рядок, що ідентифікує ресурс як електронну пошту.\n*** **##emailAddress##**: Цільова адреса електронної пошти. Наприклад: ##john@smith.com##\n** **Relative path**: Посилання на сервер у формі **##path{{{:(}}}relPath)##**. Наприклад: ##path:$doc.getURL('reset')## створює цільову адресу ##http:~/~/server.domain.com/xwiki/bin/reset/Space/Page## where ##/xwiki/bin/reset/Space/Page## створено ##$doc.getURL('reset')##.\n*** **##path:##** Обов'язковий рядок, що визначає ресурс як відносний шлях.\n*** **##relPath##**: Обов'язковий рядок, що містить відносний шлях до ресурсу на сервері, який має бути зв'язаний.\n** **UNC (Windows Explorer)**: Посилання у формі **##unc{{{:(}}}path)##**. Посилання представлено як a ##file:~/~/## link. Наприклад: ##unc:C:Windows##, ##unc:~~myserverpathimg.png##, ##unc:home/user/somefile##\n*** **##unc:##** Обов'язковий рядок, що визначає ресурс як шлях UNC (Провідник Windows).\n*** **##path##**: Обов'язковий рядок, що містить локальний шлях ресурсу, до якого має доступ користувач. Наприклад: ##C:Windows##, ##~~myserverpathimg.png##, ##home/user/somefile##\n** **Untyped**: Якщо жоден із зазначених вище типів ресурсів не вказано (тобто в посиланні не вказано префікс ресурсу ##type:##), тоді посилання розглядатиметься як посилання на термінальну або нетермінальну сторінку XWiki за допомогою наступного алгоритму:\n*** **##Terminal page##** у поточному просторі, //only// якщо існує. Наприклад: ##~[~[A]]## розв'язано до еквівалента ##~[~[doc:currentSpace.A]]##\n*** **##Non-terminal page##** у поточному просторі. Наприклад: ##~[~[A]]## розв'язано до еквівалента ##~[~[space:currentSpace.A]]##, що є еквівалентом ##~[~[doc:currentSpace.A.WebHome]]##\n*** Якщо поточна сторінка є нетермінальною і 2 попередні перевірки вище не знайшли наявної сторінки, виконуються 2 додаткові перевірки:\n**** **##Terminal page##** як дочірня у батьківському просторі, //only// якщо існує. Наприклад: ##~[~[B]]## посилання всередині нетермінальної сторінки ##A.C## розв'язано до еквівалента ##~[~[doc:A.B]]##\n**** **##Non-terminal page##** як дочірня у батьківському просторі, незважаючи на те, існує той чи ні. Наприклад: ##~[~[B]]## посилання всередині нетермінальної сторінки ##A.C## розв'язано до еквівалента ##~[~[space:A.B]]##, що є еквівалентом ##~[~[doc:A.B.WebHome]]##\n*** //Note1 - Absolute links//: Якщо нетипове посилання містить 2 або більше компонентів, розділених крапками (тобто такі, що виглядають як назва простору та ім'я сторінки), наведений вище алгоритм визначить сторінку відносно поточної вікі, а не поточного простору. Наприклад: ##~[~[A.B]]## може бути вирішено будь-яким ##~[~[doc:currentWiki:A.B]]## (якщо існує) або ##~[~[space:currentWiki:A.B]##] (є еквівалентом ##~[~[doc:currentWiki:A.B.WebHome]]##) та ні ##~[~[doc:currentWiki:currentSpace.A.B]]## або ##~[~[doc:currentWiki:currentSpace.A.B.WebHome]]##.\n*** //Note2 - Special handling of ##.WebHome##//: Якщо невизначене посилання закінчується на ##.WebHome##, буде //завжди// розглядатись як термінальна сторінка. Наприклад: ##~[~[A.WebHome]]## завжди буде розв'язано до еквівалента ##~[~[doc:A.WebHome]]## та ні ##~[~[doc:A.WebHome.WebHome]]##.\n* **##parameters##**: Необов'язковий список параметрів, відокремлених пробілами, переданих до посилання. Наприклад: ##queryString=\"mydata1=5&mydata2=Hello\" anchor=\"HTableOfContents\" target=\"~_blank\"##\n** **##queryString##**: Необов'язковий рядок запиту для визначення параметрів, які будуть додані до цільової адреси посилання та використані у відтвореній URL-адресі. Наприклад: ##url:http:~/~/domain.com/path||queryString=\"mydata1=5&mydata2=Hello\"## створює цільову адресу ##http:~/~/domain.com/path?mydata1=5&mydata2=Hello##\n** **##anchor##**: Необов'язкове ім'я прив'язки, що вказує на прив'язку, визначену в посиланні. Зверніть увагу, що в XWiki прив'язки створюються автоматично для заголовків і зображень. Наприклад: ##url:http:~/~/domain.com/path||anchor=\"HTableOfContents\"## produces target address ##http:~/~/domain.com/path#HTableOfContents##\n** **##target##**: Необов'язковий параметр, який дозволяє відкрити цільове посилання в новому вікні. Наприклад: ##target=\"~_blank\"##"
    ],
    "id_hash": 4321460072923956526,
    "content_hash": -1103872706877972645,
    "location": "",
    "context": "content",
    "note": "",
    "flags": "",
    "labels": [],
    "state": 20,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 1,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 2464,
    "source_unit": "https://l10n.xwiki.org/api/units/465802/?format=api",
    "priority": 100,
    "id": 572223,
    "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxlinks/uk/?checksum=bbf8e90a4daa852e",
    "url": "https://l10n.xwiki.org/api/units/572223/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2023-11-12T10:13:43.417853Z"
}