Translation components API.

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

GET /api/translations/xwiki-platform/xwiki-xwikisyntaxlinks/it/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxlinks/it/?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": [
                "= Editing =\n\n== Collegamenti - Links ==\n\n{{comment}}please do not translate the sub headlines{{/comment}}\n=== 1.0 Links ===\n\n|=(% style=\"width:20%\" %)Caratteristica|=Sintassi XWiki 1.0|=(% style=\"width:20%\" %)Risultato\n|Link ad una pagina nello Spazio corrente|{{{[WebHome]}}}|[[Web Home>>WebHome]]\n|Link con etichetta|{{{[etichetta>WebHome]}}}|[[etichetta>>WebHome]]\n|Link con sintassi XWiki nell'etichetta|{{{<a href=\"$xwiki.getURL(\"WebHome\")\"><strong>etichetta in grassetto</strong></a>}}}|[[**etichetta in grassetto**>>WebHome]]\n|Link ad una pagina di uno spazio specificato|{{{[[Main.WebHome]]}}}|[[Web Home>>Main.WebHome]]\n|Link ad un subwiki|{{{[subwiki:Main.WebHome]}}}|[[Web Home>>xwiki:Main.WebHome]]\n|Link che si apre in una nuova pagina|{{{[etichetta>WebHome>_blank]}}}|[[etichetta>>WebHome||rel=\"__blank\"]]\n|Link ad un URL direttamente nel testo|{{{Questo è un URL: http://xwiki.org}}}|Questo è un URL: http://xwiki.org\n|Link ad un URL|{{{[http://xwiki.org]}}}|[[http://xwiki.org]]\n|Link ad un URL con etichetta|{{{[XWiki>http://xwiki.org]}}}|[[XWiki>>http://xwiki.org]]\n|Link ad un indirizzo email|{{{[john@smith.net>mailto:john@smith.net]}}}|[[john@smith.net>>mailto:john@smith.net]]\n|Link ad un'immagine|{{{<a href=\"$xwiki.getURL(\"Space1.Page1\")\">{image:img.png|document=Space2.Page2}</a>}}}|[[image:XWiki.XWikiSyntaxLinks@img.png>>Main.WebHome]]\n|Link ad un'immagine con parametri|{{{<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 ad un allegato nella pagina corrente|(((\n{{info}}Vedere [[Attach Macro>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Old%20XWiki%201.0%20syntax%20renderer/Attach%20Macro%20%28Radeox%29]] per ulteriori dettagli{{/info}}\n{{{{attach:text|file=img.png}}}}\n)))|[[text>>attach:XWiki.XWikiSyntaxLinks@img.png]]\n|Link ad un allegato in una pagina diversa|(((\n{{info}}Vedere [[Attach Macro>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Old%20XWiki%201.0%20syntax%20renderer/Attach%20Macro%20%28Radeox%29]] per ulteriori dettagli{{/info}}\n{{{{attach:text|document=Space.Page|file=img.png}}}}\n)))|[[text>>attach:XWiki.XWikiSyntaxLinks@img.png]]\n|Link ad una Ancora in una pagina|{{{[label>Space.Page#anchor]}}}|[[label>>XWiki.XWikiSyntax||anchor=HLinks]]\n|Link ad un Titolo in una pagina|(((\n{{{[label>Space.Page#HMyheading]}}}\n)))|[[label>>XWiki.XWikiSyntax||anchor=HMyheading]]\n\n{{info}}Quando s'inserisce un Titolo, si crea un'ancora di nome \"H\" seguita dal testo dell'intestazione di sole lettere. Per esempio, per Titolo \"My heading\", l'ancora generata sarà \"HMyheading\".{{/info}}\n\n\n{{velocity}}$subHeading Specifiche dei link con la Sintassi XWiki 1.0 $subHeading{{/velocity}}\n\n{{info}}\nLe parti tra ##( )## sono richieste, le parti tra ##[ ]## sono opzionali e si deve aggiungere uno dei due caratteri in ##{ }## se si usano parti opzionali.\n{{/info}}\n\nIl formato completo di un link è **##[etichetta {> o |}] (risorsa) [@interWikiAlias] [{> o |} obbiettivo]##**\n\n* **##etichetta##**: Una stringa opzionale che viene mostrata all'utente come nome del link quando è renderizzata. Esempio: ##Pagina personale##\n* **##risorsa##**: Il riferimento completo al link usando la seguente sintassi: **##(riferimento) [?Stringaquery] [#ancora]##**\n** **##riferimento##**: Il riferimento del link. Esso può essere indifferentemente\n*** **un URI** nella forma **##protocollo:percorso##** (esempi: ##http:~/~/xwiki.org##, ##mailto~:john@smith.com##), o\n*** **una pagina wiki ** riferimento nella forma **##~[~[NomeWiki:] spazio.] (pagina)##**. Esempi: ##WebHome##, ##Main.WebHome##, ##mywiki:Main.WebHome##\n**** **##NomeWiki##**: Stringa opzionale che contiene il nome di un subwiki (animal) di una 'farm' di wiki. Il link punterà ad una pagina all'interno di quel subwiki. Esempio: ##miowiki##\n**** **##spazio##**: Nome opzionale dello Spazio del wiki. Se non si specifica uno spazio viene usato lo spazio corrente. Esempio: ##Main##\n**** **##pagina##**: Stringa obbligatoria che contiene il nome della pagina del wiki da collegare. Esempio: ##WebHome##\n** **##Stringaquery##**: Stringa opzionale di query per specificare dei parametri che saranno usati nel rendering dell'URL. Esempio: ##mydata1=5&mydata2=Hello##\n** **##ancora##**: Nome opzionale di un'ancora che punta ad un'altra ancora definita nel link in oggetto. Notare che in XWiki le ancore sono create automaticamente per i titoli. Esempio: ##HTableOfContents##\n* **##interWikiAlias##**: Un alias opzionale [[Inter Wiki>>http://en.wikipedia.org/wiki/InterWiki]] come definito nella InterWiki Map (vedere la  [[Admin Guide>>https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/]]).Questo vale solo per i nomi delle pagine wiki. Esempio: ##wikipedia##\n* **##obbiettivo##**: Stringa opzionale che corrisponde all'atttributo HTML ##target## per un elemento link HTML ##A## . Questo elemento viene usato quando si fa il render del link. Di default apre il link nella pagina corrente. Esempi: ##_self##, ##_blank##\n\n=== 2.0 Links ===\n\n|=(% style=\"width:20%\" %)Caratteristica|=Sintassi XWiki 2.0|=(% style=\"width:20%\" %)Risultato\n|Link ad una pagina nello Spazio corrente|{{{[[WebHome]]}}}|[[WebHome]]\n|Link con etichetta|(((\n{{{[[etichetta>>WebHome]]}}}\n{{info}}La sintassi XWiki è supportata anche all'interno delle etichette{{/info}}\n)))|[[etichetta>>WebHome]]\n|Link con sintassi XWiki nell'etichetta|{{{[[**etichetta in grassetto**>>WebHome]]}}}|[[**etichetta in grassetto**>>WebHome]]\n|Link ad una pagina di uno spazio specificato|{{{[[Main.WebHome]]}}}|[[Main.WebHome]]\n|Link ad un subwiki|{{{[[subwiki:Main.WebHome]]}}}|[[xwiki:Main.WebHome]]\n|Link che si apre in una nuova pagina|{{{[[etichetta>>WebHome||rel=\"__blank\"]]}}}|[[etichetta>>WebHome||rel=\"__blank\"]]\n|Link ad un URL direttamente nel testo|{{{Questo è un URL: http://xwiki.org}}}|Questo è un URL: http://xwiki.org\n|Link ad un URL|{{{[[http://xwiki.org]]}}}|[[http://xwiki.org]]\n|Link ad un URL con etichetta|{{{[[XWiki>>http://xwiki.org]]}}}|[[XWiki>>http://xwiki.org]]\n|Link ad un indirizzo email|{{{[[john@smith.net>>mailto:john@smith.net]]}}}|[[john@smith.net>>mailto:john@smith.net]]\n|Link ad un'immagine|{{{[[image:Space2.Page2@img.png>>Space1.Page1]]}}}|[[image:XWiki.XWikiSyntaxLinks@img.png>>Main.WebHome]]\n|Link ad un'immagine con parametri|{{{[[[[image:Space2.Page2@img.png||width=\"26\" height=\"26\"]]>>Space1.Page1]]}}}|[[[[image:XWiki.XWikiSyntaxLinks@img.png||width=\"26\" height=\"26\"]]>>Main.WebHome]]\n|Link ad un allegato nella pagina corrente|{{{[[text>>attach:img.png]]}}}|[[text>>attach:XWiki.XWikiSyntaxLinks@img.png]]\n|Link ad un allegato in una pagina diversa|{{{[[text>>attach:Space.Page@img.png]]}}}|[[text>>attach:XWiki.XWikiSyntaxLinks@img.png]]\n|Link ad una Ancora in una pagina|{{{[[label>>Space.Page#anchor]]}}}|[[label>>XWiki.XWikiSyntax||anchor=anchor]]\n|Link ad un Titolo in una pagina|{{{[[label>>Space.Page#HMyheading]]}}}|[[label>>XWiki.XWikiSyntax||anchor=HMyheading]]\n\n{{info}}Quando s'inserisce un Titolo, si crea un'ancora di nome \"H\" seguita dal testo dell'intestazione di sole lettere. Per esempio, per Titolo \"My heading\", l'ancora generata sarà \"HMyheading\".{{/info}}\n\n{{velocity}}$subHeading Specifiche dei link con la Sintassi XWiki 2.0 $subHeading{{/velocity}}\n\n\n{{info}}\nThe part in ##( )## is required, while the parts in ##[ ]## are optional.\n{{/info}}\n\n{{info}}\nLe parti tra ##( )## sono richieste, le parti tra ##[ ]## sono opzionali.\n{{/info}}\n\nIl formato completo di un link è **##[etichetta>>] (risorsa) [@interWikiAlias] [||parametri]##**\n\n* **##etichetta##**: Stringa opzionale che sarà mostrata all'utente dopo il render del link. L'etichetta può contenere della sintassi XWiki. Se non viene specificata un'etichetta sarà generata un'etichetta predefinita. Il modello di generazione può essere cambiato, vedere la [[Admin Guide>>https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/]]. Esempio: ##My Page##\n* **##risorsa##**: Il riferimento completo al link con la sintassi seguente: **##(riferimento) [?Stringaquery] [#ancora]##**\n** **##riferimento##**: Il riferimento al collegamento in una delle forme seguenti:\n*** **URL**: qualsiasi URL nella forma **##protocollo:~/~/percorso##**. Esempi: ##http:~/~/xwiki.org##, ##https:~/~/svn.xwiki.org/##\n*** **Nome pagina Wiki** riferimento nella forma **##~[~[NomeWiki:] spazio.] (pagina)##**. Esempi: ##WebHome##, ##Main.WebHome##, ##mywiki:Main.WebHome##\n**** **##NomeWiki##**: Stringa opzionale che contiene il nome di un subwiki (animal) di una 'farm' di wiki. Il link punterà ad una pagina all'interno di quel subwiki. Esempio: ##miowiki##\n**** **##spazio##**: Nome opzionale di uno Spazio del wiki. Se non si specifica uno spazio verrà usato lo spazio corrente. Esempio: ##Main##\n**** **##pagina##**: Stringa obbligatoria che contiene il nome della pagina del wiki cui si vuole collegarsi. Esempio: ##WebHome##\n*** **Allegato** riferimento nella forma **##attach~: [wikiPageName@] (attachmentName)##**. Esempi: ##attach~:img.png##, ##attach~:mywiki:Main.WebHome@img.png##\n**** **##attach~:##**: Stringa richiesta che identifica la risorsa come allegato.\n**** **##wikiPageName##**: Stringa opzionale con il riferimento al documento che contiene l'allegato, vedere sopra \"Wiki page name\".\n**** **##attachmentName##**: Nome dell'allegato come è stato memorizzato nel wiki.\n*** **indirizzo Email** nella forma **##mailto~: (emailAddress)##** (###anchor## non è valido). Esempio: ##mailto~:john@smith.com##\n**** **##mailto~:##**: Stringa richiesta che identifica la risorsa come email.\n**** **##emailAddress##**: Indirizzo del destinatario dell'email. Esempio: \"##john@smith.com##\"\n** **##Stringaquery##**: Stringa opzionale di query per specificare parametri che saranno usati nel rendering dell'URL. Esempio: ##mydata1=5&mydata2=Hello##\n** **##anchra##**: Nome di un'ancora opzionale che punta ad un'ancora definita nel link cui si fa riferimento. Notare che in XWiki le ancore sono create automaticamente per i titoli. Esempio: ##HTableOfContents##\n* **##interWikiAlias##**: Alias opzionale [[Inter Wiki>>http://en.wikipedia.org/wiki/InterWiki]] come definito nella InterWiki Map (vedere la [[Admin Guide>>https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/]]). Questo vale solo per i nomi delle pagine wiki. Esempio: ##wikipedia##\n* **##parametri##**: elenco opzionale di parametri che si possono passare al link. Esempio: ##rel=\"~_~_blank\"## (apri in una nuova finestra)\n\n\n=== 2.1 Links ===\n\n|=Caratteristica|=Sintassi XWiki 2.1|=Risultato\n|Link ad una pagina nello Spazio corrente|{{{[[WebHome]]}}}|[[WebHome]]\n|Link con etichetta|(((\n{{{[[etichetta>>WebHome]]}}}\n{{info}}La sintassi XWiki è supportata anche all'interno delle etichette{{/info}}\n)))|[[etichetta>>WebHome]]\n|Link con sintassi XWiki nell'etichetta|{{{[[**etichetta in grassetto**>>WebHome]]}}}|[[**etichetta in grassetto**>>WebHome]]\n|Link ad una pagina di uno spazio specificato|{{{[[Main.WebHome]]}}}|[[Main.WebHome]]\n|Link ad un subwiki|{{{[[subwiki:Main.WebHome]]}}}|[[xwiki:Main.WebHome]]\n|Link che si apre in una nuova pagina|{{{[[etichetta>>WebHome||rel=\"__blank\"]]}}}|[[etichetta>>WebHome||rel=\"__blank\"]]\n|Link ad un URL direttamente nel testo|{{{Questo è un URL: http://xwiki.org}}}|Questo è un URL: http://xwiki.org\n|Link ad un URL|{{{[[http://xwiki.org]]}}}|[[http://xwiki.org]]\n|Link ad un URL con etichetta|{{{[[XWiki>>http://xwiki.org]]}}}|[[XWiki>>http://xwiki.org]]\n|Link ad un indirizzo email|{{{[[john@smith.net>>mailto:john@smith.net]]}}}|[[john@smith.net>>mailto:john@smith.net]]\n|Link ad un'immagine|{{{[[image:Space2.Page2@img.png>>Space1.Page1]]}}}|[[image:XWiki.XWikiSyntaxLinks@img.png>>Main.WebHome]]\n|Link ad un'immagine con parametri|{{{[[[[image:Space2.Page2@img.png||width=\"26\" height=\"26\"]]>>Space1.Page1]]}}}|[[[[image:XWiki.XWikiSyntaxLinks@img.png||width=\"26\" height=\"26\"]]>>Main.WebHome]]\n|Link ad un allegato nella pagina corrente|{{{[[text>>attach:img.png]]}}}|[[text>>attach:XWiki.XWikiSyntaxLinks@img.png]]\n|Link ad un allegato in una pagina diversa|{{{[[text>>attach:Space.Page@img.png]]}}}|[[text>>attach:XWiki.XWikiSyntaxLinks@img.png]]\n|Link ad una Ancora in una pagina|{{{[[label>>Space.Page||anchor=anchor]]}}}|[[label>>XWiki.XWikiSyntax||anchor=anchor]]\n|Link ad un Titolo in una pagina|{{{[[label>>Space.Page||anchor=HMyheading]]}}}|[[label>>XWiki.XWikiSyntax||anchor=HMyheading]]\n\n{{info}}Quando s'inserisce un Titolo, si crea un'ancora di nome \"H\" seguita dal testo dell'intestazione di sole lettere. Per esempio, per Titolo \"My heading\", l'ancora generata sarà \"HMyheading\".{{/info}}\n\n\n{{velocity}}$subHeading Specifiche dei link con la Sintassi XWiki 2.1 $subHeading{{/velocity}}\n\n{{info}}\nLe parti tra ##( )## sono richieste, le parti tra ##[ ]## sono opzionali.\n{{/info}}\n\nIl formato completo di un link è **##[etichetta>>] (risorsa) [||parametri]##**\n\n* **##etichetta##**: Stringa opzionale che sarà mostrata all'utente dopo il render del link. L'etichetta può contenere della sintassi XWiki. Se non viene specificata un'etichetta sarà generata un'etichetta predefinita. Il modello di generazione può essere cambiato, vedere la [[Admin Guide>>https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/]]. Esempio: ##My Page##\n* **##risorsa##**: Stringa richiesta con il riferimento al link in una delle forma seguenti\n** **URL**: qualsiasi URL nella forma **##[url:] (protocollo:~/~/percorso)##**. Esempi: ##http:~/~/xwiki.org##, ##url:https:~/~/svn.xwiki.org/##\n*** **##url:##** Stringa opzionale che identifica la risorsa come un URL.\n** **Wiki page name** Nome pagina WIki, riferimento nella forma **##[doc:] ~[~[wikiName:] spazio.] (pagina)##**. Esempi: ##WebHome##, ##Main.WebHome##, ##mywiki:Main.WebHome##\n*** **##doc:##** Stringa opzionale che identifica la risorsa come documento XWiki.\n*** **##wikiName##**: Stringa opzionale contenente il nome di un subwiki (animal) di una 'farm' di wiki. Il link punterà ad una pagina all'interno di quel subwiki. Esempio: ##miowiki##\n*** **##spazio##**: Nome opzionale di uno Spazio del wiki. Se non si specifica uno spazio verrà usato lo spazio corrente. Esempio: ##Main##\n*** **##pagina##**: Stringa richiesta con il nome della pagina wiki cui punta il link. Esempio: ##WebHome##\n** **InterWiki page name** Nome pagina Interwiki, riferimento nella forma **##interwiki: {{{(interWikiAlias:)}}} (page)##**. Esempio: ##interwiki:wikipedia:XWiki##\n*** **##interwiki:##** Stringa richiesta che identifica la risorsa come un link InterWiki.\n*** **##interWikiAlias##**: Alias opzionale dell'[[Inter Wiki>>http://en.wikipedia.org/wiki/InterWiki]] come definito dall'InterWiki Map (vedere la [[Admin Guide>>https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/]]). Esempio: ##wikipedia##\n*** **##pagina##**: Stringa richiesta con il nome della pagina wiki cui punta il link. Esempio:: ##XWiki##\n** **Allegato** Allegato, riferimento nella forma **##attach~: [wikiPageName@] (attachmentName)##**. Esempi: ##attach~:img.png##, ##attach~:mywiki:Main.WebHome@img.png##\n*** **##attach~:##**: Stringa richiesta che identifica la risorsa come un allegato.\n*** **##wikiPageName##**: Stringa opzionale che indica il riferimento al documento che contiene l'allegato, vedere \"Wiki page name\" precedente.\n*** **##attachmentName##**: Nome dell'alllegato come memorizzato nel wiki.\n** **Email address** Indirizzo email, nella forma **##mailto~: (emailAddress)##** (###anchor## non è valido). Esempio: ##mailto~:john@smith.com##\n*** **##mailto~:##**: Stringa richiesta che indentifica la risorsa come email.\n*** **##emailAddress##**: Indirizzo email del destinatario. Esempio: ##john@smith.com##\n** **Relative path** Percorso relativo, riferimento sul server nella forma **##path: (relPath)##**. Esempio: ##path:$doc.getURL('reset')## produce l'indirizzo di destinazione ##http:~/~/server.domain.com/xwiki/bin/reset/Space/Page## dove ##/xwiki/bin/reset/Space/Page## è prodotto da ##$doc.getURL('reset')##.\n*** **##path:##** Stringa richiesta che identifica la risorsa come percorso relativo.\n*** **##relPath##**: Stringa richiesta contenente il percorso relativo della risorsa sul server cui punta il link.\n** **UNC (Windows Explorer)** riferimento nella forma **##unc: (path)##**. Il link è reso come un link ad un ##file:~/~/## . Esempi: ##unc:C:Windows##, ##unc:~~myserverpathimg.png##, ##unc:home/user/somefile##\n*** **##unc:##** Stringa richiesta che identifica la risorsa come un percorso UNC (Windows Explorer).\n*** **##path##**: Stringa richiesta contenente il percorso locale della risorsa acessibile dall'utente. Esempi: ##C:Windows##, ##~~myserverpathimg.png##, ##home/user/somefile##\n* **##parametri##**: Lista opzionale separata da spazi di parametri passati al link. Esempio: ##queryString=\"mydata1=5&mydata2=Hello\" anchor=\"HTableOfContents\" rel=\"~_~_blank\"##\n** **##Stringaquery##**: Stringa opzionale di query per specifici parametri che saranno appesi all'indirizzo del link e usati nel rendering dell'URL. Eaempio: ##url:http:~/~/domain.com/path||queryString=\"mydata1=5&mydata2=Hello\"## produce l'indirizzo di destinazione ##http:~/~/domain.com/path?mydata1=5&mydata2=Hello##\n** **##ancora##**: Nome opzionale di un ancora che punta ad un ancora definita nel link cui si riferisce. Notare che in XWiki le ancore per i titoli sono create automaticamente. Esempio: ##url:http:~/~/domain.com/path||anchor=\"HTableOfContents\"## produce l'indirizzo di destinazione ##http:~/~/domain.com/path#HTableOfContents##\n** **##rel##**: Parametro opzionale che consente di aprire il link in una nuova finestra. Esempio: ##rel=\"~_~_blank\"##"
            ],
            "id_hash": 4321460072923956526,
            "content_hash": -1103872706877972645,
            "location": "",
            "context": "content",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 2464,
            "source_unit": "https://l10n.xwiki.org/api/units/465802/?format=api",
            "priority": 100,
            "id": 465820,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxlinks/it/?checksum=bbf8e90a4daa852e",
            "url": "https://l10n.xwiki.org/api/units/465820/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-12-02T15:33:41.170775Z"
        },
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxlinks/it/?format=api",
            "source": [
                "XWikiSyntaxLinks"
            ],
            "previous_source": "",
            "target": [
                "XWikiSyntaxLinks"
            ],
            "id_hash": -7901431335316922026,
            "content_hash": -1703874115021453104,
            "location": "",
            "context": "title",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 1,
            "source_unit": "https://l10n.xwiki.org/api/units/465803/?format=api",
            "priority": 100,
            "id": 465821,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxlinks/it/?checksum=12587a10694b6156",
            "url": "https://l10n.xwiki.org/api/units/465821/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-12-02T15:33:41.402124Z"
        }
    ]
}