Units API.

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

GET /api/units/552629/?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/ja/?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 ===\n\n|=(% style=\"width:20%\" %)機能|=XWikiシンタックス 1.0|=(% style=\"width:20%\" %)結果\n|現在のスペースのページへのリンク|{{{[WebHome]}}}|[[ウェブのホーム>>WebHome]]\n|ラベル付きのリンク|{{{[ラベル>WebHome]}}}|[[ラベル>>WebHome]]\n|ラベルにXWikiシンタックスをもつリンク|{{{<a href=\"$xwiki.getURL(\"WebHome\")\"><strong>太字のラベル</strong></a>}}}|[[**太字のラベル**>>WebHome]]\n|指定したスペースのページへのリンク|{{{[Main.WebHome]}}}|[[ウェブのホーム>>Main.WebHome]]\n|サブウィキへのリンク|{{{[subwiki:Main.WebHome]}}}|[[ウェブのホーム>>xwiki:Main.WebHome]]\n|新しいウィンドウで開くリンク|{{{[ラベル>WebHome>_blank]}}}|[[ラベル>>WebHome||target=\"_blank\"]]\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|Eメールアドレスへのリンク|{{{[john@smith.net>mailto:john@smith.net]}}}|[[john@smith.net>>mailto:john@smith.net]]\n|画像リンク|{{{<a href=\"$xwiki.getURL(\"スペース1.ページ1\")\">{image:img.png|document=スペース2.ページ2}</a>}}}|[[image:XWiki.XWikiSyntaxLinks@img.png>>Main.WebHome]]\n|パラメーター付きの画像リンク|{{{<a href=\"$xwiki.getURL(\"スペース1.ページ1\")\">{image:img.png|document=スペース2.ページ2|width=26|height=26}</a>}}}|[[[[image:XWiki.XWikiSyntaxLinks@img.png||width=\"26\" height=\"26\"]]>>Main.WebHome]]\n|現在のページの添付ファイルへのリンク|(((\n{{info}}詳細は[[添付マクロ>>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)))|[[テキスト>>attach:XWiki.XWikiSyntaxLinks@img.png]]\n|異なるページの添付ファイルへのリンク|(((\n{{info}}詳細は[[添付マクロ>>https://extensions.xwiki.org/xwiki/bin/view/Extension/Old%20XWiki%201.0%20syntax%20renderer/Attach%20Macro%20%28Radeox%29]]を確認してください{{/info}}\n{{{{attach:text|document=スペース.ページ|file=img.png}}}}\n)))|[[テキスト>>attach:XWiki.XWikiSyntaxLinks@img.png]]\n|ページのアンカーへのリンク|{{{[ラベル>スペース.ページ#アンカー]}}}|[[ラベル>>XWiki.XWikiSyntax||anchor=anchor]]\n|ページの見出しへのリンク|(((\n{{{[ラベル>スペース.ページ#HMyheading]}}}\n)))|[[ラベル>>XWiki.XWikiSyntax||anchor=HMyheading]]\n\n{{info}}見出しを追加すると、見出しのタイトルの前に\"H\"(見出しのH)がついたアンカーが作成されます。例えば、\"My heading\"という見出しには、\"HMyheading\"というアンカーが作成されます。{{/info}}\n\n{{velocity}}$subHeading XWikiシンタックス 1.0 リンク仕様 $subHeading{{/velocity}}\n\n{{info}}\n##( )##は必須です。##[ ]##はオプションで、オプションを使用する場合は##{ }##の2つの文字のうち1つを追加する必要があります。\n{{/info}}\n\nリンクの完全なフォーマットは **##[ラベル {> または |}] (リソース) [@interWikiエイリアス] [{> または |} ターゲット]##** となります。\n\n* **##ラベル##**:描写時にリンク名としてユーザーに表示される文字列です(オプション)。例: ##マイページ##\n* **##リソース##**:完全なリンク参照は次のシンタックスで設定できます: **##(参照) [?クエリー] [#アンカー]##**\n** **##参照##**:完全なリンク参照。これは以下のいずれかを指定できます\n*** **##プロトコル:パス##**形式の**URI**(例:##http:~/~/xwiki.org##、##mailto~:john@smith.com##)\n*** **##~[~[ウィキ名:] スペース名のリスト.] (ページ名)##**形式の**ウィキのページ**。例:##WebHome##、##Main.WebHome##、##ウィキ:Main.WebHome##\n**** **##ウィキ名##**:ウィキの名称を含む文字列(オプション)。そのウィキのページにリンクします。例: ##mywiki##\n**** **##スペース名の一覧##**:ドットで分割したスペース名のリスト(オプション)。指定がなければ現在のスペースを使用します。例:##Main##、##A.B##、##A.B.C##\n**** **##ページ名##**:リンクしたウィキのページの名称を含む文字列(必須)。例: ##WebHome##\n** **##クエリー##**:レンダリングするURLで使用するパラメーターを指定するクエリー(オプション)。例: ##mydata1=5&mydata2=Hello##\n** **##アンカー##**:参照したリンクで規定するアンカーを指示するアンカー名(オプション)。XWikiでは見出しのアンカーが自動的に作成されます。例: ##HTableOfContents##\n* **##interWikiエイリアス##**:InterWikiマップで規定されている[[Inter Wiki>>en.wikipedia.org/wiki/InterWiki]]のエイリアス(オプション。[[管理者ガイド>>https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/]]を参照してください)。これはウィキのページの名称にのみ有効です。例: ##wikipedia##\n* **##ターゲット##**:HTMLの##A##リンク要素の##ターゲット##属性に対応する文字列(オプション)。この要素はリンクのレンダリングの際に使用されます。既定ではリンクを現在のウィンドウで開きます。例:##_self##、##_blank##\n\n=== リンク2.0 ===\n\n|=(% style=\"width:20%\" %)機能|=XWikiシンタックス 2.0|=(% style=\"width:20%\" %)結果\n|現在のスペースのページへのリンク|{{{[[WebHome]]}}}|[[WebHome]]\n|ラベル付きのリンク|(((\n{{{[[ラベル>>WebHome]]}}}\n{{info}}XWikiシンタックスはリンクのラベルで使用できます。{{/info}}\n)))|[[ラベル>>WebHome]]\n|ラベルにXWikiシンタックスをもつリンク|{{{[[**太字のラベル**>>WebHome]]}}}|[[**太字のラベル**>>WebHome]]\n|指定したスペースのページへのリンク|{{{[[Main.WebHome]]}}}|[[Main.WebHome]]\n|サブウィキへのリンク|{{{[[subwiki:Main.WebHome]]}}}|[[xwiki:Main.WebHome]]\n|新しいウィンドウで開くリンク|{{{[[ラベル>>WebHome||target=\"_blank\"]]}}}|[[ラベル>>WebHome||target=\"_blank\"]]\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|Eメールアドレスへのリンク|{{{[[john@smith.net>>mailto:john@smith.net]]}}}|[[john@smith.net>>mailto:john@smith.net]]\n|画像リンク|{{{[[image:スペース2.ページ2@img.png>>スペース1.ページ1]]}}}|[[image:XWiki.XWikiSyntaxLinks@img.png>>Main.WebHome]]\n|パラメーター付きの画像リンク|{{{[[[[image:スペース2.ページ2@img.png||width=\"26\" height=\"26\"]]>>スペース1.ページ1]]}}}|[[[[image:XWiki.XWikiSyntaxLinks@img.png||width=\"26\" height=\"26\"]]>>Main.WebHome]]\n|現在のページの添付ファイルへのリンク|{{{[[テキスト>>attach:img.png]]}}}|[[テキスト>>attach:XWiki.XWikiSyntaxLinks@img.png]]\n|異なるページの添付ファイルへのリンク|{{{[[テキスト>>attach:スペース.ページ@img.png]]}}}|[[テキスト>>attach:XWiki.XWikiSyntaxLinks@img.png]]\n|ページのアンカーへのリンク|{{{[[ラベル>>スペース.ページ#anchor]]}}}|[[ラベル>>XWiki.XWikiSyntax||anchor=\"anchor\"]]\n|ページの見出しへのリンク|{{{[[ラベル>>スペース.ページ#HMyheading]]}}}|[[ラベル>>XWiki.XWikiSyntax||anchor=\"HMyheading\"]]\n|現在のページのアンカーへのリンク|{{{[[ラベル>>#anchor]]}}}|[[ラベル>>||anchor=\"anchor\"]]\n\n{{info}}見出しを追加するとき、\"H\"(見出しのH)と、アルファベットによる見出しのタイトルがついたアンカーが作成されます。例えば、\"My heading\"という見出しには、\"HMyheading\"というアンカーが作成されます。{{/info}}\n\n{{velocity}}$subHeading XWikiシンタックス 2.0 リンク仕様 $subHeading{{/velocity}}\n\n{{info}}\n##( )##は必須です。##[ ]##はオプションです。\n{{/info}}\n\nリンクの完全なフォーマットは **##[ラベル>>] (リソース) [@interWikiエイリアス] [||パラメーター]##** となります。\n\n* **##ラベル##**:描写時にリンク名としてユーザーに表示される文字列です(オプション)。ラベルにはXWikiシンタックスを含めることができます。ラベルの指定がなければ、既定のラベルを生成します。生成のパターンは変更できます。[[管理者ガイド>>https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/]]を参照してください。例: ##マイページ##\n* **##リソース##**:完全なリンク参照は次のシンタックスで設定できます: **##(参照) [?クエリー] [#アンカー]##**\n** **##参照##**:以下の形式によるリンク参照:\n*** **URL**:**##プロトコル:~/~/パス##**の形式のURL。例:##http:~/~/xwiki.org##、##https:~/~/svn.xwiki.org/##\n*** **ウィキのページ**:**##~[~[ウィキ名:] スペース名の一覧.] (ページ名)##** の形式による参照。例:##WebHome##、##Main.WebHome##、##mywiki:Main.WebHome##\n**** **##ウィキ名##**:ウィキの名称を含む文字列(オプション)。そのウィキのページにリンクします。例: ##mywiki##\n**** **##スペース名の一覧##**:ドットで分割したスペース名のリスト(オプション)。指定がなければ現在のスペースを使用します。例:##Main##、##A.B##、##A.B.C##\n**** **##ページ名##**:リンクしたウィキのページの名称を含む文字列(必須)。例: ##WebHome##\n*** **添付ファイル**:**##attach~: [ウィキのページ名@] (添付ファイル名)##** の形式による参照。例:##attach~:img.png##、##attach~:mywiki:Main.WebHome@img.png##\n**** **##attach~:##** 添付ファイルとしてリソースを指示する文字列(必須)。\n**** **##ウィキのページ名##**:添付ファイルがあるページを参照する文字列(オプション)。上記の\"ウィキのページ\"を参照。\n**** **##添付ファイル名##**:ウィキに保存されている添付ファイルの名称。\n*** **Eメールアドレス**:**##mailto~: (Eメールアドレス)##** の形式(###アンカー##は有効ではありません)。例: ##mailto~:john@smith.com##\n**** **##mailto~:##** Eメールとしてリソースを指示する文字列(必須)。\n**** **##Eメールアドレス##**:指定するEメールアドレス。例: \"##john@smith.com##\"\n** **##クエリー##**:レンダリングするURLで使用するパラメーターを指定するクエリー(オプション)。例: ##mydata1=5&mydata2=Hello##\n** **##アンカー##**:参照したリンクで規定するアンカーを指示するアンカー名(オプション)。XWikiでは見出しと画像のアンカーが自動的に作成されます。例: ##HTableOfContents##\n* **##interWikiエイリアス##**:InterWikiマップで規定されている[[Inter Wiki>>https://en.wikipedia.org/wiki/InterWiki]]のエイリアス(オプション。[[管理者ガイド>>https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/]]を参照してください)。これはウィキのページの名称にのみ有効です。例: ##wikipedia##\n* **##パラメーター##**:リンクに渡すパラメーターの一覧(オプション)。例: ##target=\"~_blank\"##(新しいウィンドウで開きます)\n\n=== リンク2.1 ===\n\n|=機能|=XWikiシンタックス 2.1|=結果\n|##ページA##にある##ページB##への絶対リンク|{{{[[ページA.ページB]]}}}|[[ページB>>]]\n|現在のページから##ページA##への相対リンク|{{{[[ページA]]}}} or {{{[[.ページA]]}}}|[[ページA>>]]\n|現在のページから、##ページA##にある##ページB##への相対リンク|{{{[[.ページA.ページB]]}}}|[[ページB>>]]\n|ラベル付きのリンク|(((\n{{{[[ラベル>>ページA]]}}}\n\n{{info}}XWikiシンタックスはリンクラベルで利用できます。{{/info}}\n)))|[[ラベル>>]]\n|ラベルでウィキのシンタックスを使用したリンク|{{{[[**太字のラベル**>>ページA]]}}}|[[**太字のラベル**>>]]\n|画像のリンク|{{{[[image:ページA@img.png>>ページA]]}}}|[[image:XWiki.XWikiSyntaxLinks@img.png>>]]\n|##ウィキA##の##ページA##にある##ページB##への絶対リンク|{{{[[ウィキA:ページA.ページB]]}}}|[[ページB>>]]\n|新しいウィンドウで開くリンク|{{{[[ページA||target=\"_blank\"]]}}}|[[ページA>>]]\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|Eメールアドレスへのリンク|{{{[[john@smith.net>>mailto:john@smith.net]]}}}|[[john@smith.net>>mailto:john@smith.net]]\n|現在のページの添付ファイルへのリンク|{{{[[attach:img.png]]}}}|[[img.png>>]]\n|異なるページの添付ファイルへのリンク|{{{[[attach:ページA.ページB@img.png]]}}}|[[img.png>>]]\n|ページのアンカーへのリンク|{{{[[ページA.ページB||anchor=\"anchor\"]]}}}|[[ページB>>]]\n|ページの見出しへのリンク|(((\n{{{[[ページA.ページB||anchor=\"HMyheading\"]]}}}\n\n{{info}}見出しを追加するとき、\"H\"(見出しのH)と、アルファベットによる見出しのタイトルがついたアンカーが作成されます。例えば、\"My heading\"という見出しには、\"HMyheading\"というアンカーが作成されます。{{/info}}\n)))|[[ページB>>]]\n|現在のページのアンカーへのリンク|{{{[[ラベル>>||anchor=\"anchor\"]]}}}|[[ラベル>>]]\n|クエリー文字列付きのページへのリンク|{{{[[ページA.ページB||queryString=\"param1=value1&param2=value2\"]]}}}|[[ページB>>]]\n|クエリー文字列付きの現在のページへのリンク|{{{[[ラベル>>||queryString=\"param1=value1&param2=value2\"]]}}}|[[ラベル>>]]\n\n{{velocity}}$subHeading XWikiシンタックス 2.1 リンク仕様 $subHeading{{/velocity}}\n\n{{info}}\n凡例:##( )##は必須です。##[ ]##はオプションです。\n{{/info}}\n\nリンクの完全なフォーマットは **##[ラベル>>] (リソース) [||パラメーター]##** となります。\n\n* **##ラベル##**:描写時にリンク名としてユーザーに表示される文字列です(オプション)。ラベルにはXWikiシンタックスを含めることができます。ラベルの指定がなければ、既定のラベルを生成します。生成のパターンは変更できます。[管理者ガイド>>https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/]]を参照してください。例: ##マイページ##\n* **##リソース##**:以下の形式によるリンク参照の文字列(必須)\n** **URL**:**##[url:](プロトコル:~/~/パス)##** の形式によるURL。例:##http:~/~/xwiki.org##、##url:https:~/~/svn.xwiki.org/##\n*** **##url:##** URLとしてリソースを指示する文字列(オプション)。\n*** **##プロトコル:~/~/パス##**:URLを指定\n** **ウィキのページ**:**##page:[(ウィキ名):](ページ名の一覧)##** の形式による参照。例:##page:ページ##、##page:myxwiki:ページ##、##page:上位ページ.下位ページ.サブの下位ページ##、##page:../同レベルのページ##、##page:./下位ページ##\n*** **##page:##** XWikiのページとしてリソースを指示する文字列(必須)。同一の参照をターミナルページとそれ以外のページにも使用できます。もし両方が存在する場合は、ターミナルページ以外のページを指示します。\n*** **##ウィキ名##**:ウィキの名称を含む文字列(オプション)。リンクはウィキのページに向けられます。ウィキの指定がなければ、現在のウィキを使用します。例: ##mywiki##\n*** **##ページ名の一覧##**:最終的にリンクするuxikino のシンタックスを指示するウィキのページの名称の一覧(必須。スラッシュで分割)。##.##と##..##を使用すると現在のページ、または、上位ページあるいはウィキを指示することもできます。例:##Main##、##A/B##、##A/B/C##、##../同レベルのページ##、##./下位ページ##\n** **ウィキのドキュメント**:**##[doc:]~[~[(ウィキ名):](スペース名の一覧).](ドキュメント名)##** の形式による参照。例:##doc:Welcome##、##doc:Main.Welcome##、##doc:mywiki:Main.Welcome##、##Welcome##\n*** **##doc:##** XWikiのターミナルページとしてリソースを指示する文字列(オプション)。 ターミナルページ以外のページを参照できますが、##.WebHome##の部分を付ける必要があります(例:##doc:Sandbox.WebHome##)。\n*** **##ウィキ名##**:ウィキの名称を含む文字列(オプション)。そのウィキのページにリンクします。 ウィキの指定がなければ、現在のウィキを使用します。例: ##mywiki##。\n*** **##スペース名の一覧##**:ドットで分割したスペース名のリスト(オプション)。指定がなければ現在のスペースを使用します。例:##Main##、##A.B##、##A.B.C##\n*** **##ドキュメント名##**:リンクしたウィキのページの名称を含む文字列(必須)。例: ##Welcome##\n** **ウィキのスペース**:**##space:[(ウィキ名):](スペース名の一覧)##** の形式による参照。例:##space:Main##、##space:mywiki:Main##、##space:A.B.C##\n*** **##space:##** XWikiのターミナルでないページ(スペース)としてリソースを指示する文字列(必須)。\n*** **##ウィキ名##**:ウィキの名称を含む文字列(オプション)。そのウィキのページにリンクします。 ウィキの指定がなければ、現在のウィキを使用します。例: ##mywiki##\n*** **##スペース名の一覧##**:最終的にリンクするスペースを指示するスペースの名称の一覧(必須。ドットで分割)。例:##Main##、##A.B##、##A.B.C##\n** **InterWikiのページ**:**##interwiki:[(interWikiエイリアス):](ページ名)##** の形式による参照。例: ##interwiki:wikipedia:XWiki##\n*** **##interwiki:##** InterWikiリンクとしてリソースを指示する文字列(必須)。\n*** **##interWikiエイリアス##**:InterWikiマップで規定されている[[Inter Wiki>>https://en.wikipedia.org/wiki/InterWiki]]のエイリアス(オプション。[[管理者ガイド>>https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/]]を参照してください)。例: ##wikipedia##\n*** **##ページ名##**:リンクするページの名称を含む文字列(必須)。例: ##XWiki##\n** **添付ファイル**:**##attach~:~{~{~{(ウィキ名):}(スペース名の一覧).}(ページ名)@}(画像名)##** の形式による参照\n*** **##attach~:##** XWikiのドキュメントの添付ファイルとしてリソースを指示する文字列(必須)。\n*** **##ウィキ名##**:ウィキの名称を含む文字列(オプション)。 ウィキのページに添付する画像を指示する参照。ウィキの指定がなければ、現在のウィキを使用します。例: ##mywiki##。\n*** **##スペース名の一覧##**:ドットで分割したスペース名のリスト(オプション)。指定がなければ現在のスペースを使用します。例:##Main##、##A.B##、##A.B.C##\n*** **##ページ名##**:参照する画像が添付されているウィキのページの名称を含む文字列(オプション)。例: ##Welcome##\n*** **##添付ファイル名##**:ウィキに保存されている添付ファイルの名称。例: ##photo.png##\n** **ページの添付ファイル**:**##pageAttach~:~{~{~{(ウィキ名):}(ページ名の一覧)/}(画像名)##** の形式による参照\n*** **##pageAttach~:##** XWikiのページの添付ファイルとしてリソースを指示する文字列(必須)。\n*** **##ウィキ名##**:ウィキの名称を含む文字列(オプション)。 ウィキのページに添付する画像を指示する参照。ウィキが指定されていない場合は、現在のウィキを使用します。例: ##mywiki##。\n*** **##ページ名の一覧##**:ドットで分割したウィキのページの名称の一覧(オプション)。ページが指定されていない場合は、現在のページを使用します。例:##Main##、##A/B##、##A/B/C##\n*** **##添付ファイル名##**:ウィキに保存されている添付ファイルの名称。例: ##photo.png##\n** **Eメールアドレス**:**##mailto{{{:(}}}Eメールアドレス)##** の形式による参照(###アンカー##は有効ではありません)。例: ##mailto~:john@smith.com##\n*** **##mailto~:##** Eメールとしてリソースを指示する文字列(必須)。\n*** **##Eメールアドレス##**:指定するEメールアドレス。例: ##john@smith.com##\n** **相対パス**:**##path{{{:(}}}相対パス)##** の形式によるサーバー上の参照。例: ##path:$doc.getURL('reset')##はターゲットのアドレス ##http:~/~/server.doMain.com/xwiki/bin/reset/Space/Page## を生成します(ここでは##$doc.getURL('reset')##が##/xwiki/bin/reset/Space/Page##を生成します)。\n*** **##path:##** 相対パスとしてリソースを指示する文字列(必須)。\n*** **##相対パス##**:リンクするサーバー上のリソースの相対パスを含む文字列(必須)。\n** **UNC(Windowsエクスプローラー)**:**##unc{{{:(}}}パス)##** の形式による参照。リンクは ##file:~/~/## リンクとしてレンダリングされます。例:##unc:C:Windows##、##unc:~~myserverpathimg.png##、##unc:home/user/somefile##\n*** **##unc:##** UNC(Windowsエクスプローラー)のパスとしてリソースを指示する文字列(必須)。\n*** **##パス##**:ユーザーがアクセスできるリソースのローカルパスを含む文字列(必須)。例:##C:Windows##、##~~myserverpathimg.png##、##home/user/somefile##\n** **種類の設定がない場合**:以上のリソースのいずれも指定されていない場合(リンクで##type:##リソースの接頭辞が指定されていない場合)、リンクは以下のアルゴリズムを使用して、XWikiのターミナルあるいはターミナルでないページへのリンクとして扱われます:\n*** 現在のスペースの**##ターミナルページ##**(存在する場合//のみ//)。例: ##~[~[A]]##は##~[~[doc:currentSpace.A]]##と同等に解決されます\n*** 現在のスペースの**##ターミナル以外のページ##**。例: ##~[~[A]]##は##~[~[space:現在のスペース.A]]##、##~[~[doc:現在のスペース.A.WebHome]]##と同等に解決されます\n*** もし現在のページがターミナル以外のページで、上記2つに当てはまる既存のページが見つからなかった場合、追加で2つのチェックを行います:\n**** 親スペースにある同レベルのページとしての**##ターミナルページ##**(存在する場合//のみ//)。例: ターミナルでないページ ##A.C## における##~[~[B]]##リンクは##~[~[doc:A.B]]##と同等に解決されます\n**** 親スペースにある同レベルのページとしての**##ターミナル以外のページ##**。例: ターミナルでないページ ##A.C## における##~[~[B]]##リンクは##~[~[space:A.B]]##、##~[~[doc:A.B.WebHome]]##と同等に解決されます\n*** //注1 - 絶対リンク//: 種類を定めていないリンクがドットで分割した2つ以上のコンポーネントを指定している場合(スペース名とページ名に見えるものになります)、上記のアルゴリズムは、現在のスペースではなく、現在のウィキの相対ページを解決します。例: ##~[~[A.B]]##は##~[~[doc:現在のウィキ:A.B]]##(存在する場合)あるいは##~[~[space:現在のウィキ:A.B]##](これは##~[~[doc:currentWiki:A.B.WebHome]]##に相当します)を解決し、 ##~[~[doc:現在のウィキ:現在のスペース.A.B]]##または##~[~[doc:現在のウィキ:現在のスペース.A.B.WebHome]]##は解決しません。\n*** //注2 - ##.WebHome##の特殊な扱い方//: 種類を定めていないリンクが##.WebHome##で終了する場合、//常に//ターミナルページとして扱います。例: ##~[~[A.WebHome]]##は常に##~[~[doc:A.WebHome]]##と同等に解決し、##~[~[doc:A.WebHome.WebHome]]##は解決しません。\n* **##パラメーター##**:リンクに渡すパラメーターの一覧(オプション。スペースで分割)。例: ##queryString=\"mydata1=5&mydata2=Hello\" anchor=\"HTableOfContents\" target=\"~_blank\"##\n** **##クエリー##**:リンクのターゲットアドレスに付けられ、レンダリングするURLで使用されるパラメーターを指定するクエリー文字列(オプション)。例: ##url:http:~/~/doMain.com/path||queryString=\"mydata1=5&mydata2=Hello\"##は、ターゲットのアドレス ##http:~/~/doMain.com/path?mydata1=5&mydata2=Hello## を生成します\n** **##アンカー##**:参照したリンクで規定するアンカーを指示するアンカー名(オプション)。XWikiでは見出しと画像のアンカーが自動的に作成されます。例: ##url:http:~/~/doMain.com/path||anchor=\"HTableOfContents\"##は、ターゲットのアドレス ##http:~/~/doMain.com/path#HTableOfContents## を生成します\n** **##ターゲット##**:リンクのターゲットを新しいウィンドウで開くことを可能とするパラメーター(オプション)。例: ##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": 552629,
    "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxlinks/ja/?checksum=bbf8e90a4daa852e",
    "url": "https://l10n.xwiki.org/api/units/552629/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2022-11-15T08:39:36.705790Z"
}