Translation components API.

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

GET /api/translations/xwiki-platform/xwiki-xwikisyntaxlinks/de/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/de/?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": [
                "= Bearbeiten =\n\n== Links ==\n\n{{comment}}please do not translate the sub headlines{{/comment}}\n=== 1.0 Links ===\n\n|=(% style=\"width:20%\" %)Funktion|=XWiki Syntax 1.0|=(% style=\"width:20%\" %)Ergebnis\n|Link zu Seite im aktuellen Bereich|{{{[WebHome]}}}|[[Web Home>>WebHome]]\n|Link mit Linktext|{{{[Linktext>WebHome]}}}|[[Linktext>>WebHome]]\n|Link mit XWiki Syntax im Linktext|{{{<a href=\"$xwiki.getURL(\"WebHome\")\"><strong>fetter Linktext</strong></a>}}}|[[**fetter Linktext**>>WebHome]]\n|Link zu Seite im angegebenen Bereich|{{{[Main.WebHome]}}}|[[Web Home>>Main.WebHome]]\n|Link zu einem Unterwiki|{{{[subwiki:Main.WebHome]}}}|[[Web Home>>xwiki:Main.WebHome]]\n|Link der in neuem Fenster öffnet|{{{[Linktext>WebHome>_blank]}}}|[[Linktext>>WebHome||rel=\"__blank\"]]\n|Link zu einer URL direkt im Text|{{{Dies ist eine URL: https://xwiki.org}}}|Dies ist eine URL: https://xwiki.org\n|Link zu einer URL|{{{[https://xwiki.org]}}}|[[https://xwiki.org]]\n|Link zu einer URL mit Linktext|{{{[XWiki>https://xwiki.org]}}}|[[XWiki>>https://xwiki.org]]\n|Link zu einer E-Mail-Adresse|{{{[john@smith.net>mailto:john@smith.net]}}}|[[john@smith.net>>mailto:john@smith.net]]\n|Bild-Link|{{{<a href=\"$xwiki.getURL(\"Bereich1.Seite1\")\">{image:Bild.png|document=Bereich2.Seite2}</a>}}}|[[image:XWiki.XWikiSyntaxLinks@img.png>>Main.WebHome]]\n|Bild-Link mit Bildparametern|{{{<a href=\"$xwiki.getURL(\"Bereich1.Seite1\")\">{image:Bild.png|document=Bereich2.Seite2|width=26|height=26}</a>}}}|[[[[image:XWiki.XWikiSyntaxLinks@img.png||width=\"26\" height=\"26\"]]>>Main.WebHome]]\n|Link zu einem Anhang auf der aktuellen Seite|(((\n{{info}}Siehe [[Anhangsmakro>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Old%20XWiki%201.0%20syntax%20renderer/Attach%20Macro%20%28Radeox%29]] für Details{{/info}}\n{{{{attach:Text|file=img.png}}}}\n)))|[[Text>>attach:XWiki.XWikiSyntaxLinks@img.png]]\n|Link zu einem Anhang auf einer anderen Seite|(((\n{{info}}Siehe [[Anhangsmakro>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Old%20XWiki%201.0%20syntax%20renderer/Attach%20Macro%20%28Radeox%29]] für Details{{/info}}\n{{{{attach:Text|document=Bereich.Seite|file=img.png}}}}\n)))|[[Text>>attach:XWiki.XWikiSyntaxLinks@img.png]]\n\n{{velocity}}$subHeading XWiki Syntax 1.0 Linkspezifikation  $subHeading{{/velocity}}\n\n{{info}}\nTeil in ##( )## ist erforderlich, Teile in ##[ ]## sind optional und eines der zwei Zeichen in ##{ }## muss eingefügt werden, wenn optionale Teile verwendet werden.\n{{/info}}\n\nDas vollständige Format eines Links ist **##[Linktext {> oder |}] (Ressource) [@interWikiAlias] [{> oder|} Ziel]##**\n\n* **##Linktext##**: Eine optionale Zeichenkette, welche dem Nutzer beim Rendern als Linkname gezeigt wird. Beispiel: ##Meine Seite##\n* **##Ressource##**: Die vollständige Linkreferenz in folgender Syntax: **##(Referenz) [?queryString] [#Anker]##**\n** **##Referenz##**: Die Linkreferenz in einer der folgenden Formen:\n*** **Ein URI** in der Form **##Protokoll:Pfad##** (Beispiel: ##http:~/~/xwiki.org##, ##mailto~:john@smith.com##), oder\n*** **Eine Wikiseitenreferenz** in der Form **##~[~[wikiName:] Bereich.] (Seite)##**. Beispiel: ##WebHome##, ##Main.WebHome##, ##mywiki:Main.WebHome## sein.\n**** **##wikiName##**: Eine optionale Zeichenkette, die den Namen des virtuellen Wikis enthält. Der Link wird auf eine Seite in diesem virtuellen Wiki zeigen. Beispiel: ##mywiki##\n**** **##Bereich##**: Ein optionaler Bereichsname. Wenn kein Bereich spezifiziert wird, wird der aktuelle Bereich verwendet. Beispie: ##Main##\n**** **##Seite##**: Eine erforderliche Zeichenkette, die den Namen der verknüpften Wikiseite enthält. Beispiel: ##WebHome##\n** **##queryString##**: Eine optionale Abfragezeichenkette, die Parameter spezifiziert, die in der gerenderten URL verwendet werden. Beispiel: ##mydata1=5&mydata2=Hallo##\n** **##Anker##**: Ein optionaler Ankername, der auf einen Anker im referenzierten Link zeigt. Es ist zu beachten, dass XWiki Anker automatisch für Überschriften erstellt werden. Beispiel: ##HInhaltsverzeichnis##\n* **##interWikiAlias##**: Ein optionales [[Inter Wiki>>http://en.wikipedia.org/wiki/InterWiki]] Alias, entsprechend der Definition in der InterWiki Map (siehe [[Admin Guide>>https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/]]). Dies ist nur für Wikiseitennamen zulässig. Beispiel: ##wikipedia##\n* **##Ziel##**: Eine optionale Zeichenkette entsprechend dem HTML ##target## Attribut für ein HTML ##A## Linkelement. Dieses Element wird beim Rendern des Links verwendet. Standardmäßig wird der Link im aktuellen Fenster geöffnet. Beispiele: ##_self##, ##_blank##\n\n\n=== 2.0 Links ===\n\n|=(% style=\"width:20%\" %)Funktion|=XWiki Syntax 2.0|=(% style=\"width:20%\" %)Ergebnis\n|Link zu Seite im aktuellen Bereich|{{{[[WebHome]]}}}|[[WebHome]]\n|Link mit Linktext|(((\n{{{[[Linktext>>WebHome]]}}}\n{{info}}XWiki Syntax innerhalb des Linktextes wird unterstützt.{{/info}}\n)))|[[Linktext>>WebHome]]\n|Link mit XWiki Syntax im Linktext|{{{[[**fetter Linktext**>>WebHome]]}}}|[[**fetter Linktext**>>WebHome]]\n|Link zu Seite im angegebenen Bereich|{{{[[Main.WebHome]]}}}|[[Main.WebHome]]\n|Link zu einem Unterwiki|{{{[[subwiki:Main.WebHome]]}}}|[[xwiki:Main.WebHome]]\n|Link der in neuem Fenster öffnet|{{{[[Linktext>>WebHome||rel=\"__blank\"]]}}}|[[Linktext>>WebHome||rel=\"__blank\"]]\n|Link zu einer URL direkt im Text|{{{Dies ist eine URL: https://xwiki.org}}}|Dies ist eine URL: https://xwiki.org\n|Link zu einer URL|{{{[[https://xwiki.org]]}}}|[[https://xwiki.org]]\n|Link zu einer URL mit Linktext|{{{[[XWiki>>https://xwiki.org]]}}}|[[XWiki>>https://xwiki.org]]\n|Link zu einer E-Mail-Adresse|{{{[[john@smith.net>>mailto:john@smith.net]]}}}|[[john@smith.net>>mailto:john@smith.net]]\n|Bild-Link|{{{[[image:Bereich2.Seite2@Bild.png>>Bereich1.Seite1]]}}}|[[image:XWiki.XWikiSyntaxLinks@img.png>>Main.WebHome]]\n|Bild-Link mit Bildparametern|{{{[[[[image:Bereich2.Seite2@Bild.png||width=\"26\" height=\"26\"]]>>Bereich1.Seite1]]}}}|[[[[image:XWiki.XWikiSyntaxLinks@img.png||width=\"26\" height=\"26\"]]>>Main.WebHome]]\n|Link zu einem Anhang auf der aktuellen Seite|{{{[[Text>>attach:img.png]]}}}|[[Text>>attach:img.png]]\n|Link zu einem Anhang auf einer anderen Seite|{{{[[Text>>attach:Bereich.Seite@img.png]]}}}|[[Text>>attach:XWiki.XWikiSyntax@img.png]]\n|Link zu einem Anker auf einer Seite|{{{[[Text>>Bereich.Seite#anchor]]}}}|[[Text>>XWiki.XWikiSyntax||anchor=anchor]]\n|Link zu einer Überschrift auf einer Seite|{{{[[Text>>Bereich.Seite#HMyheading]]}}}|[[Text>>XWiki.XWikiSyntax||anchor=HMyheading]]\n\n{{info}}Wenn Sie eine Überschrift in einem Dokument hinzufügen, wird daraus automatisch ein Anker generiert, der aus einem vorangestellem \"H\", gefolgt von den Buchstaben in der Überschrift gebildet wird. Beispiel: eine Überschrift \"Neuer Abschnitt\" erzeugt einen Anker \"HNeuerAbschnitt\".{{/info}}\n\n{{velocity}}$subHeading XWiki Syntax 2.0 Linkspezifikation $subHeading{{/velocity}}\n\n{{info}}\nDer Teil in ##( )## ist erforderlich, während die Teile in ##[ ]## optional sind.\n{{/info}}\n\nDas vollständige Format eines Links ist **##[Linktext>>] (Ressource) [@interWikiAlias] [||Parameter]##**\n\n* **##Linktext##**: Eine optionale Zeichenkette, welche dem Nutzer beim Rendern als Linkname gezeigt wird. Der Linktext kann XWiki Syntax enthalten. Wenn kein Linktext angegeben ist, wird ein Standartext generiert. Das Erstellungsmuster kann verändert werden, siehe [[Admin Guide>>https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/]]. Beispiel: ##Meine Seite##\n* **##Ressource##**: Die vollständige Linkreferenz in folgender Syntax: ##(Referenz) [?queryString] [#Anker]##\n** **##Referenz##**: Die Linkreferenz in einer der folgenden Formen:\n*** **URL**: Eine URL in der Form **##Protokoll:~/~/Pfad##**. Beispiele: ##http:~/~/xwiki.org##, ##https:~/~/svn.xwiki.org/##\n*** **Wikiseitenname** Referenz in der Form **##~[~[wikiName:] Bereich.] (Seite)##**. Beispiele: ##WebHome##, ##Main.WebHome##, ##mywiki:Main.WebHome##\n**** **##wikiName##**: Eine optionale Zeichenkette, die den Namen des virtuellen Wikis enthält. Der Link wird auf eine Seite in diesem virtuellen Wiki zeigen. Beispiel: ##mywiki##\n**** **##Bereich##**: Ein optionaler Bereichsname. Wenn kein Bereich spezifiziert wird, wird der aktuelle Bereich verwendet. Beispiel: ##Main##\n**** **##Seite##**: Eine erforderliche Zeichenkette, die den Namen der verknüpften Wikiseite enthält. Beispiel: ##WebHome##\n*** **Anhang** Referenz in der Form **##attach~: [wikiSeitenName @] (anhangsName)##** (###Anker## ist nicht zulässig). Beispiele: ##attach~:img.png##, ##attach~:mywiki:Main.WebHome@img.png##\n**** **##attach~:##**: Eine notwendige Zeichenkette, die die Ressource als Anhang identifiziert.\n**** **##wikiSeitenName##**: Eine optionale Zeichenkette, die das Dokument, an das der Anhang angehängt ist, referenziert, siehe \"Wikiseitenname\" oben.\n**** **##anhangsName##**: Name des Anhangs, wie er im Wiki gespeichert ist.\n*** **E-Mail-Adresse** in der Form **##mailto~: (emailAdresse)##** (###Anker## ist nicht zulässig). Beispiel: ##mailto~:john@smith.com##\n**** **##mailto~:##**: Eine notwendige Zeichenkette, die die Ressource als E-Mail identifiziert.\n**** **##emailAddress##**: Ziel-E-Mail-Adresse. Beispiel: ##john@smith.com##\n** **##queryString##**: Eine optionale Abfragezeichenkette, die Parameter spezifiziert, die in der gerenderten URL verwendet werden. Beispiel: ##mydata1=5&mydata2=Hallo##\n** **##Anker##**: Ein optionaler Ankername, der auf einen Anker im referenzierten Link zeigt. In XWiki werden Anker automatisch für Überschriften und Bilder erstellt. Beispiel: ##HInhaltsverzeichnis##\n* **##interWikiAlias##**: Ein optionales [[Inter Wiki>>http://en.wikipedia.org/wiki/InterWiki]] Alias, entsprechend der Definition in der InterWiki Map (siehe [[Admin Guide>>https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/]]). Dies ist nur für Wikiseitennamen zulässig. Beispiel: ##wikipedia##\n* **##Parameter##**: Eine optionale Liste mit Parametern, die an den Link weitergegeben werden. Beispiel: ##rel=\"~_~_blank\"## (in neuem Fenster öffnen)\n\n\n=== 2.1 Links ===\n\n|=Funktion|=XWiki Syntax 2.1|=Ergebnis\n|Link zu Seite im aktuellen Bereich|{{{[[WebHome]]}}}|[[WebHome]]\n|Link mit Linktext|(((\n{{{[[Linktext>>WebHome]]}}}\n{{info}}XWiki Syntax innerhalb des Linktextes wird unterstützt.{{/info}}\n)))|[[Linktext>>WebHome]]\n|Link mit XWiki Syntax im Linktext|{{{[[**fetter Linktext**>>WebHome]]}}}|[[**fetter Linktext**>>WebHome]]\n|Link zu Seite im angegebenen Bereich|{{{[[Main.WebHome]]}}}|[[Main.WebHome]]\n|Link zu einem Unterwiki|{{{[[subwiki:Main.WebHome]]}}}|[[xwiki:Main.WebHome]]\n|Link der in neuem Fenster öffnet|{{{[[Linktext>>WebHome||rel=\"__blank\"]]}}}|[[Linktext>>WebHome||rel=\"__blank\"]]\n|Link zu einer URL direkt im Text|{{{Dies ist eine URL: https://xwiki.org}}}|Dies ist eine URL: https://xwiki.org\n|Link zu einer URL|{{{[[https://xwiki.org]]}}}|[[https://xwiki.org]]\n|Link zu einer URL mit Linktext|{{{[[XWiki>>https://xwiki.org]]}}}|[[XWiki>>https://xwiki.org]]\n|Link zu einer E-Mail-Adresse|{{{[[john@smith.net>>mailto:john@smith.net]]}}}|[[john@smith.net>>mailto:john@smith.net]]\n|Bild-Link|{{{[[image:Bereich2.Seite2@Bild.png>>Bereich1.Seite1]]}}}|[[image:XWiki.XWikiSyntaxLinks@img.png>>Main.WebHome]]\n|Bild-Link mit Bildparametern|{{{[[[[image:Bereich2.Seite2@Bild.png||width=\"26\" height=\"26\"]]>>Bereich1.Seite1]]}}}|[[[[image:XWiki.XWikiSyntaxLinks@img.png||width=\"26\" height=\"26\"]]>>Main.WebHome]]\n|Link zu einem Anhang auf der aktuellen Seite|{{{[[Text>>attach:img.png]]}}}|[[Text>>attach:XWiki.XWikiSyntaxLinks@img.png]]\n|Link zu einem Anhang auf einer anderen Seite|{{{[[Text>>attach:Bereich.Seite@img.png]]}}}|[[Text>>attach:XWiki.XWikiSyntaxLinks@img.png]]\n|Link zu einem Anker auf einer Seite|{{{[[Text>>Bereich.Seite||anchor=anchor]]}}}|[[Text>>XWiki.XWikiSyntax||anchor=anchor]]\n|Link zu einer Überschrift auf einer Seite|{{{[[Text>>Bereich.Seite||anchor=HMyheading]]}}}|[[Text>>XWiki.XWikiSyntax||anchor=HMyheading]]\n\n{{info}}Wenn Sie eine Überschrift in einem Dokument hinzufügen, wird daraus automatisch ein Anker generiert, der aus einem vorangestellem \"H\", gefolgt von den Buchstaben in der Überschrift gebildet wird. Beispiel: eine Überschrift \"Neuer Abschnitt\" erzeugt einen Anker \"HNeuerAbschnitt\".{{/info}}\n\n\n{{velocity}}$subHeading XWiki Syntax 2.1 Linkspezifikation $subHeading{{/velocity}}\n\n{{info}}\nDer Teil in ##( )## ist erforderlich, während die Teile in ##[ ]## optional sind.\n{{/info}}\n\nDas vollständige Format eines Links ist **##[Linktext>>] (Ressource) [||Parameter]##**\n\n* **##Linktext##**: Eine optionale Zeichenkette, welche dem Nutzer beim Rendern als Linkname gezeigt wird. Der Linktext kann XWiki Syntax enthalten. Wenn kein Linktext angegeben ist, wird ein Standartext generiert. Das Erstellungsmuster kann verändert werden, siehe [[Admin Guide>>https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/]]. Beispiel: ##Meine Seite##\n* **##Ressource##**: Eine erforderliche Zeichenkette mit der Linkreferenz in einer der folgenden Formen\n** **URL**: Eine URL in der Form **##[url:] (Protokoll:~/~/Pfad)##**. Beispiele: ##http:~/~/xwiki.org##, ##url:https:~/~/svn.xwiki.org/##\n*** **##url:##** Eine optionale Zeichenkette, die die Ressource als URL identifiziert.\n** **Wikiseitenname** Referenz in der Form **##[doc:] ~[~[wikiName:] Bereich.] (Seite)##**. Beispiele: ##WebHome##, ##Main.WebHome##, ##mywiki:Main.WebHome##\n*** **##doc:##** Eine optionale Zeichenkette, die die Ressource als XWiki Dokument identifiziert.\n**** **##wikiName##**: Eine optionale Zeichenkette, die den Namen des virtuellen Wikis enthält. Der Link wird auf eine Seite in diesem virtuellen Wiki zeigen. Beispiel: ##mywiki##\n**** **##Bereich##**: Ein optionaler Bereichsname. Wenn kein Bereich spezifiziert wird, wird der aktuelle Bereich verwendet. Beispiel: ##Main##\n**** **##Seite##**: Eine erforderliche Zeichenkette, die den Namen der verknüpften Wikiseite enthält. Beispiel: ##WebHome##\n** **InterWiki Seitenname** Referenz in der Form **##interwiki: {{{(interWikiAlias:)}}} (Seite)##**. Beispiel: ##interwiki:wikipedia:XWiki##\n*** **##interwiki:##** Eine erforderliche Zeichenkette, die die Ressource als einen InterWiki Link identifiziert.\n*** **##interWikiAlias##**: Ein optionales [[Inter Wiki>>http://en.wikipedia.org/wiki/InterWiki]] Alias, entsprechend der Definition in der InterWiki Map (siehe [[Admin Guide>>https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/]]). Beispiel: ##wikipedia##\n*** **##Seite##**: Eine erforderliche Zeichenkette, die den Namen der verknüpften Wikiseite enthält. Beispiel: ##XWiki##\n** **Anhang**: Referenz in der Form **##attach~:~{~{~{(wikiName):}(spaceNameListe).}(seitenName)@}(anhangsName)##**\n*** **##attach~:##** Eine erforderliche Zeichenfolge, die die Referenz als XWiki-Dokumentanhang identifiziert.\n*** **##wikiName##**: Eine optionale Zeichenfolge, die den Namen eines Wikis enthält. Die Bildreferenz zeigt auf ein Bild, das an eine Seite innerhalb dieses Wikis angehängt ist. Wenn kein Wiki angegeben ist, wird das aktuelle Wiki verwendet. Beispiel: ##mywiki##.\n*** **##spaceNameListe##**: Eine optionale, durch Punkte getrennte Liste von Wiki-Bereichs-Namen. Wenn kein Bereich angegeben ist, wird der aktuelle Bereich verwendet. Beispiele: ##Main##, ##A.B##, ##A.B.C##\n*** **##seitenName##**: Eine optionale Zeichenfolge, die den Namen der Wiki-Seite enthält, an die das referenzierte Bild angehängt ist. Beispiel: ##Welcome##\n*** **##anhangsName##**: Name des Anhangs, wie er im Wiki gespeichert ist.\n** **E-Mail-Adresse** in der Form **##mailto~: (emailAdresse)##** (###Anker## ist nicht zulässig). Beispiel: ##mailto~:john@smith.com##\n*** **##mailto~:##**: Eine notwendige Zeichenkette, die die Ressource als E-Mail identifiziert.\n*** **##emailAddress##**: Ziel-E-Mail-Adresse. Beispiel: ##john@smith.com##\n** **Relativer Pfad** Referenz auf dem Server in der Form **##path: (relPfad)##**. Beispiel: ##path:$doc.getURL('reset')## erzeugt Zieladresse ##http:~/~/server.domain.com/xwiki/bin/reset/Space/Page## wobei ##/xwiki/bin/reset/Space/Page## durch ##$doc.getURL('reset')## erzeugt wird.\n*** **##path:##** Eine erforderliche Zeichenkette, die die Ressource als relativen Pfad identifiziert.\n*** **##relPfad##**: Eine erforderliche Zeichenkette, die den relativen Pfad der Ressource auf dem Server enthält, die verknüpft werden soll.\n** **UNC (Windows Explorer)** Referenz in der Form **##unc: (Pfad)##**. Der Link wird als ##file:~/~/## gerendet. Beispiele: ##unc:C:Windows##, ##unc:~~myserverpathimg.png##, ##unc:home/user/somefile##\n*** **##unc:##** Eine erforderliche Zeichenkette, die die Ressource als UNC (Windows Explorer) Pfad identifiziert.\n*** **##Pfad##**: Eine erforderliche Zeichenkette, die den lokalen Pfad der Ressource, die dem Nutzer zugänglich ist, enthält. Beispiele: ##C:Windows##, ##~~myserverpathimg.png##, ##home/user/somefile##\n* **##Parameter##**: Eine optionale Liste von Leerzeichen-getrennten Parametern, die an den Link übergeben werden. Beispiel: ##queryString=\"mydata1=5&mydata2=Hallo\" anchor=\"HInhaltsverzeichnis\" rel=\"~_~_blank\"##\n** **##queryString##**: Eine optionale Abfragezeichenkette, die Parameter spezifiziert, die an die Linkzieladresse angehängt werden und in der gerenderten URL verwendet werden. Beispiel: ##url:http:~/~/domain.com/pfad||queryString=\"mydata1=5&mydata2=Hello\"## erzeugt Zieladresse ##http:~/~/domain.com/pfad?mydata1=5&mydata2=Hello##\n** **##anchor##**: Ein optionaler Ankername, der auf einen Anker im referenzierten Link zeigt. In XWiki werden Anker automatisch für Überschriften und Bilder erstellt. Beispiel: ##url:http:~/~/domain.com/pfad||anchor=\"HInhaltsverzeichnis\"## erzeugt Zieladresse ##http:~/~/domain.com/pfad#HInhaltsverzeichnis##\n** **##rel##**: Ein optionaler Parameter, der es ermöglicht das Linkziel in einem neuen Fenster zu öffnen. Beispiel: ##rel=\"~_~_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": 465804,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxlinks/de/?checksum=bbf8e90a4daa852e",
            "url": "https://l10n.xwiki.org/api/units/465804/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-12-02T15:33:36.654133Z"
        },
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxlinks/de/?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": false,
            "num_words": 1,
            "source_unit": "https://l10n.xwiki.org/api/units/465803/?format=api",
            "priority": 100,
            "id": 465805,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxlinks/de/?checksum=12587a10694b6156",
            "url": "https://l10n.xwiki.org/api/units/465805/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-12-02T15:33:37.112914Z"
        }
    ]
}