Units API.

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

GET /api/units/573512/?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/ko/?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%\" %)Feature|= XWiki 구문 1.0|=(% style=\"width:20%\" %)결과\n|현재 스페이스의 페이지 링크|{{{[WebHome]}}}|[[웹 홈>>웹홈]]\n|라벨이 있는 링크|{{{[label>WebHome]}}}|[[label>>WebHome]]\n| 레이블 의 XWiki 구문 에 대한 링크 |{{{<a href=\"$ xwiki .getURL(\"WebHome\")\"><strong>굵은 레이블</strong></a>}}}|[[**bold 라벨**>>웹홈]]\n|공백이 지정된 페이지로 링크|{{{[Main.WebHome]}}}|[[웹 홈>>Main.WebHome]]\n|하위위키 링크|{{{[subwiki:Main.WebHome]}}}|[[웹 홈>> xwiki :Main.WebHome]]\n|새 창에서 열리는 링크|{{{[label>WebHome>_blank]}}}|[[label>>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|이메일 주소 링크|{{{[john@smith.net>mailto:john@smith.net]}}}|[[john@smith.net>>mailto:john@smith.net]]\n|이미지 링크|{{{ <a href=\"$ xwiki .getURL(\"Space1.Page1\")\"> {image:img.png|document=Space2.Page2}</a>}}}|[[이미지: XWiki .XWikiSyntaxLinks@img.png>>Main.WebHome]]\n|이미지 매개변수가 포함된 이미지 링크|{{{ <a href=\"$ xwiki .getURL(\"Space1.Page1\")\"> {image:img.png|document=Space2.Page2|width=26|height=26}< /a>}}}|[[[[image: XWiki .XWikiSyntaxLinks@img.png||width=\"26\" height=\"26\"]]>>Main.WebHome]]\n|현재 페이지의 첨부파일 링크|(((\n{{info}}[[매크로 첨부>>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)))|[[텍스트>>첨부: 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=Space.Page|file=img.png}}}}\n)))|[[텍스트>>첨부: XWiki .XWikiSyntaxLinks@img.png]]\n|페이지의 앵커에 대한 링크|{{{[label>Space.Page#anchor]}}}|[[label>> XWiki .XWikiSyntax||anchor=anchor]]\n|페이지의 제목에 대한 링크|(((\n{{{[라벨>Space.Page#HMyheading]}}}\n)))|[[레이블>> XWiki .XWikiSyntax||anchor=HMyheading]]\n\n{{info}}제목을 추가하면 \"H\"라는 앵커와 그 뒤에 알파벳 문자만 포함된 제목 제목이 생성됩니다. 예를 들어 'My header'라는 제목의 경우 생성된 앵커는 'HMyheading'이 됩니다.{{/info}}\n\n{{velocity}}$subHeading XWiki 구문 1.0 링크 사양 $subHeading{{/velocity}}\n\n{{정보}}\n##( )## 부분은 필수이고 ##[ ]## 부분은 선택 사항이며 선택 부분을 사용하는 경우 ##{ }##의 두 문자 중 하나를 추가해야 합니다.\n{{/정보}}\n\n링크의 전체 형식은 **##[라벨 {> 또는 |}](자원) [@interWikiAlias] [{> 또는 |} 대상]##**입니다.\n\n* **##label##**: 렌더링 시 사용자에게 링크 이름으로 표시되는 선택적 문자열입니다. 예: ##내 페이지##\n* **##resource##**: 다음 구문을 사용하는 전체 링크 참조: **##(reference) [?queryString] [#anchor]##**\n** **##reference##**: 링크 참조입니다. 이는 다음 중 하나일 수 있습니다.\n*** ****##protocol:path##** 형식의 URI**(예: ##http:~/~/ xwiki .org##, ##mailto~:john@smith.com ##), 또는\n*** **위키 페이지** 형식 **##~[~[wikiName:] spaceNameList.] (페이지 이름)##** 형식의 참조입니다. 예: ##WebHome##, ##Main.WebHome##, ##mywiki:Main.WebHome##\n**** **##wikiName##**: 위키 이름을 포함하는 선택적 문자열입니다. 링크는 해당 위키 내부의 페이지를 가리킵니다. 예: ##mywiki##\n**** **##spaceNameList##**: 선택적으로 점으로 구분된 Wiki Space 이름 목록입니다. 공간을 지정하지 않으면 현재 공간이 사용됩니다. 예: ##메인##, ##AB##, ##ABC##\n**** **##pageName##**: 링크된 위키 페이지의 이름을 포함하는 필수 문자열입니다. 예: ##웹홈##\n** **##queryString##**: 렌더링된 URL 에 사용될 매개변수를 지정하기 위한 선택적 쿼리 문자열입니다 . 예: ##mydata1=5&mydata2=안녕하세요##\n** **##anchor##**: 참조된 링크에 정의된 앵커를 가리키는 선택적 앵커 이름입니다. XWiki 에서는 제목에 대한 앵커가 자동으로 생성됩니다. 예: ##HTableOfContents##\n* **##interWikiAlias##**: InterWiki 맵에 정의된 선택적 [[InterWiki>>en.wikipedia.org/wiki/InterWiki]] 별칭([[관리 가이드>>https:// www 참조) . xwiki .org/ xwiki /bin/view/ 문서 /AdminGuide/]]). 이는 위키 페이지 이름에만 유효합니다. 예: ##위키피디아##\n* **##target##**: HTML ##A## 링크 요소 의 Hhttps://TML ##target## 속성에 해당하는 선택적 문자열입니다 . 이 요소는 링크를 렌더링할 때 사용됩니다. 기본값은 현재 창에서 링크를 여는 것입니다. 예: ##_self##, ##_blank##\n\n=== 2.0 링크 ===\n\n|=(% style=\"width:20%\" %)Feature|= XWiki 구문 2.0|=(% style=\"width:20%\" %)결과\n|현재 스페이스의 페이지 링크|{{{[[WebHome]]}}}|[[WebHome]]\n|라벨이 있는 링크|(((\n{{{[[라벨>>웹홈]]}}}\n{{info}} XWiki 구문은 링크 라벨 내에서 지원됩니다.{{/info}}\n)))|[[레이블>>웹홈]]\n| 레이블의 XWiki 구문 에 대한 링크 |{{{[[**굵은 레이블**>>웹홈]]}}}|[[**굵은 레이블**>>웹홈]]\n|공백이 지정된 페이지로 링크|{{{[[Main.WebHome]]}}}|[[Main.WebHome]]\n|하위위키 링크|{{{[[subwiki:Main.WebHome]]}}}|[[ xwiki :Main.WebHome]]\n|새 창에서 열리는 링크|{{{[[label>>WebHome||target=\"_blank\"]]}}}|[[label>>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|이메일 주소 링크|{{{[[john@smith.net>>mailto:john@smith.net]]}}}|[[john@smith.net>>mailto:john@smith.net]]\n|이미지 링크|{{{[[image:Space2.Page2@img.png>>Space1.Page1]]}}}|[[image: XWiki .XWikiSyntaxLinks@img.png>>Main.WebHome]]\n|이미지 매개변수가 포함된 이미지 링크|{{{[[[[image:Space2.Page2@img.png||width=\"26\" height=\"26\"]]>>Space1.Page1]]}}}|[[ [[이미지: XWiki .XWikiSyntaxLinks@img.png||width=\"26\" height=\"26\"]]>>Main.WebHome]]\n|현재 페이지의 첨부 파일 링크|{{{[[text>>attach:img.png]]}}}|[[text>>attach: XWiki .XWikiSyntaxLinks@img.png]]\n|다른 페이지의 첨부 파일 링크|{{{[[text>>attach:Space.Page@img.png]]}}}|[[text>>attach: XWiki .XWikiSyntaxLinks@img.png]]\n|페이지의 앵커에 대한 링크|{{{[[label>>Space.Page#anchor]]}}}|[[label>> XWiki .XWikiSyntax||anchor=\"anchor\"]]\n|페이지의 제목에 대한 링크|{{{[[label>>Space.Page#HMyheading]]}}}|[[label>> XWiki .XWikiSyntax||anchor=\"HMyheading\"]]\n|현재 페이지의 앵커에 대한 링크|{{{[[label>>#anchor]]}}}|[[label>>||anchor=\"anchor\"]]\n\n{{info}}제목을 추가하면 \"H\"라는 앵커와 그 뒤에 알파벳 문자만 포함된 제목 제목이 생성됩니다. 예를 들어 'My header'라는 제목의 경우 생성된 앵커는 'HMyheading'이 됩니다.{{/info}}\n\n{{velocity}}$subHeading XWiki 구문 2.0 링크 사양 $subHeading{{/velocity}}\n\n{{정보}}\n##( )## 부분은 필수이고 ##[ ]## 부분은 선택사항입니다.\n{{/정보}}\n\n링크의 전체 형식은 **##[label>>](자원) [@interWikiAlias] [||매개변수]##**입니다.\n\n* **##label##**: 렌더링 시 사용자에게 링크 이름으로 표시되는 선택적 문자열입니다. 레이블에는 XWiki 구문이 포함될 수 있습니다. 라벨을 지정하지 않으면 기본 라벨이 생성됩니다. 생성 패턴은 변경할 수 있으며, [[관리자 가이드>>https://www. xwiki .org/ xwiki /bin/view/ 문서 /AdminGuide/]]. 예: ##내 페이지##\n* **##resource##**: 다음 구문을 사용하는 전체 링크 참조: **##(reference) [?queryString] [#anchor]##**\n** **##reference##**: 다음 형식 중 하나의 링크 참조입니다.\n*** ** URL **: **##protocol:~/~/path##** 형식의 모든 URL 입니다. 예: ##http:~/~/ xwiki .org##, ##https:~/~/svn. xwiki.org/## _\n*** **Wiki 페이지** 형식은 **##~[~[wikiName:] spaceNameList.] (pageName)##** 형식입니다. 예: ##WebHome##, ##Main.WebHome##, ##mywiki:Main.WebHome##\n**** **##wikiName##**: 위키 이름을 포함하는 선택적 문자열입니다. 링크는 해당 위키 내부의 페이지를 가리킵니다. 예: ##mywiki##\n**** **##spaceNameList##**: 선택적으로 점으로 구분된 Wiki Space 이름 목록입니다. 공간을 지정하지 않으면 현재 공간이 사용됩니다. 예: ##메인##, ##AB##, ##ABC##\n**** **##pageName##**: 링크된 위키 페이지의 이름을 포함하는 필수 문자열입니다. 예: ##웹홈##\n*** **첨부파일** 참조 형식은 **##attach~: [wikiPageName@] (attachmentName)##**입니다. 예: ##attach~:img.png##, ##attach~:mywiki:Main.WebHome@img.png##\n**** **##attach~:##** 리소스를 첨부 파일로 식별하는 필수 문자열입니다.\n**** **##wikiPageName##**: 첨부 파일이 포함된 페이지를 참조하는 선택적 문자열입니다. 위의 \"Wiki 페이지\"를 참조하세요.\n**** **##attachmentName##**: 위키에 저장된 첨부 파일의 이름입니다.\n*** **이메일 주소** **##mailto~: (emailAddress)##** 형식(###anchor##은 유효하지 않음). 예: ##mailto~:john@smith.com##\n**** **##mailto~:##** 리소스를 이메일로 식별하는 필수 문자열입니다.\n**** **##emailAddress##**: 대상 이메일 주소입니다. 예: \"##john@smith.com##\"\n** **##queryString##**: 렌더링된 URL 에 사용될 매개변수를 지정하기 위한 선택적 쿼리 문자열입니다 . 예: ##mydata1=5&mydata2=안녕하세요##\n** **##anchor##**: 참조된 링크에 정의된 앵커를 가리키는 선택적 앵커 이름입니다. XWiki 에서는 제목과 이미지에 대한 앵커가 자동으로 생성됩니다. 예: ##HTableOfContents##\n* **##interWikiAlias##**: InterWiki 맵에 정의된 선택적 [[InterWiki>>https://en.wikipedia.org/wiki/InterWiki]] 별칭([[관리 가이드>> 참조) .https ://www.xwiki.org/xwiki/bin/view/ 문서 / AdminGuide / ] ]) . 이는 위키 페이지 이름에만 유효합니다. 예: ##위키피디아##\n* **##parameters##**: 링크에 전달되는 선택적 매개변수 목록입니다. 예: ##target=\"~_blank\"##(새 창에서 열기)\n\n=== 2.1 링크 ===\n\n|=기능|= XWiki 구문 2.1|=결과\n|##PageA##에 위치한 ##PageB## 페이지에 대한 절대 링크|{{{[[PageA.PageB]]}}}|[[PageB>>]\n|현재 페이지의 ##PageA## 페이지에 대한 상대 링크|{{{[[PageA]]}}} 또는 {{{[[.PageA]]}}}|[[PageA>>]]\n|현재 페이지의 ##PageA##에 있는 ##PageB## 페이지에 대한 관련 링크|\n|라벨이 있는 링크|(((\n{{{[[라벨>>페이지A]]}}}\n\n{{info}} XWiki 구문은 링크 라벨 내에서 지원됩니다.{{/info}}\n)))|[[라벨>>]]\n|레이블에 위키 구문이 있는 링크|{{{[[**굵은 레이블**>>페이지A]]}}}|[[**굵은 레이블**>>]]\n이미지: XWiki .XWikiSyntaxLinks@img.png>>]\n|위키 ##WikiA##|{{{[[WikiA:PageA.PageB]]}}}|[[PageB>>] 위키의 ##PageA##에 위치한 ##PageB## 페이지에 대한 절대 링크\n|새 창에서 열리는 링크|{{{[[PageA||target=\"_blank\"]]}}}|[[PageA>>]]\n| URL 에 대한 암시적 링크 |{{{URL은 https :// xwiki .org입니다.}}}|URL은 https :// xwiki .org 입니다.\n| URL 에 대한 명시적 링크 |{{{[[https:// xwiki .org]]}}}|[[https:// xwiki .org]]\n|레이블이 있는 URL 에 대한 명시적 링크 |{{{[[ XWiki >>https:// xwiki .org]]}}}|[[ XWiki >>https:// xwiki .org]]\n|이메일 주소 링크|{{{[[john@smith.net>>mailto:john@smith.net]]}}}|[[john@smith.net>>mailto:john@smith.net]]\n|현재 페이지의 첨부파일 링크|{{{[[attach:img.png]]}}}|[[img.png>>]]\n|다른 페이지의 첨부파일 링크|{{{[[attach:PageA.PageB@img.png]]}}}|[[img.png>>]]\n|페이지의 앵커에 대한 링크|{{{[[PageA.PageB||anchor=\"anchor\"]]}}}|[[PageB>>]]\n|페이지의 제목에 대한 링크|(((\n{{{[[PageA.PageB||anchor=\"HMyheading\"]]}}}\n\n{{info}}제목을 추가하면 \"H\"라는 앵커와 그 뒤에 알파벳 문자만 포함된 제목 제목이 생성됩니다. 예를 들어 'My header'라는 제목의 경우 생성된 앵커는 'HMyheading'이 됩니다.{{/info}}\n)))|[[페이지B>>]]\n|현재 페이지의 앵커에 대한 링크|{{{[[label>>||anchor=\"anchor\"]]}}}|[[label>>]]\n|쿼리 문자열이 있는 페이지에 링크|{{{[[PageA.PageB||queryString=\"param1=value1¶m2=value2\"]]}}}|[[PageB>>]]\n|쿼리 문자열을 사용하여 현재 페이지에 연결|{{{[[label>>||queryString=\"param1=value1¶m2=value2\"]]}}}|[[label>>]]\n\n{{velocity}}$subHeading XWiki 구문 2.1 링크 사양 $subHeading{{/velocity}}\n\n{{정보}}\n범례: ##()## 부분은 필수이고 ##[]## 부분은 선택사항입니다.\n{{/정보}}\n\n링크의 전체 형식은 **##[라벨>>](리소스) [||매개변수]##**입니다.\n\n* **##label##**: 렌더링 시 사용자에게 링크 이름으로 표시되는 선택적 문자열입니다. 레이블에는 XWiki 구문이 포함될 수 있습니다. 라벨을 지정하지 않으면 기본 라벨이 생성됩니다. 생성 패턴은 변경할 수 있으며, [[관리자 가이드>>https://www. xwiki .org/ xwiki /bin/view/ 문서 /AdminGuide/]]. 예: ##내 페이지##\n* **##resource##**: 다음 형식 중 하나의 링크 참조가 포함된 필수 문자열\n** ** URL **: **##[ url :](프로토콜:~/~/경로)##** 형식의 모든 URL 입니다. 예: ##http:~/~/ xwiki .org##, ## url :https:~/~/svn. xwiki.org/## _\n*** **## url :##** 리소스를 URL 로 식별하는 선택적 문자열입니다 .\n*** **##protocol:~/~/path##**: URL 자체\n** **Wiki 페이지**: **##page:[(wikiName):](pageNameList)##** 형식의 참조입니다. 예: ##page:Page##, ##page:myxwiki:Page##, ##page:ParentPage.ChildPage.SubChildPage##, ##page:../SiblingPage##, ##page:./ChildPage ##\n*** **##page:##** 리소스를 XWiki 페이지로 식별하는 필수 문자열입니다. 터미널 또는 비터미널 페이지에 동일한 참조를 사용할 수 있습니다. 둘 다 존재하는 경우 비터미널 페이지로 연결됩니다.\n*** **##wikiName##**: 위키 이름을 포함하는 선택적 문자열입니다. 링크는 그 안에 있는 페이지를 가리킵니다.  위키. Wiki를 지정하지 않으면 현재 Wiki가 사용됩니다. 예: ##mywiki##\n*** **##pageNameList##**: 최종 연결된 위키 페이지 구문을 가리키는 슬래시로 구분된 위키 페이지 이름의 필수 목록입니다. 현재 또는 상위 페이지/위키를 나타내기 위해 ##.## 및 ##..##을 사용하는 것도 가능합니다. 예: ##Main##, ##A/B##, ##A/B/C##, ##../Sibling##, ##./Child##\n** **Wiki 문서**: **##[doc:]~[~[(wikiName):](spaceNameList).](documentName)##** 형식의 참조입니다. 예: ##doc:Welcome##, ##doc:Main.Welcome##, ##doc:mywiki:Main.Welcome##, ##Welcome##\n*** **##doc:##** 리소스를 XWiki 터미널 페이지로 식별하는 선택적 문자열입니다. 비터미널 페이지도 이 방법으로 참조할 수 있지만 ##.WebHome## 부분을 추가해야 합니다(예: ##doc:Sandbox.WebHome##).\n*** **##wikiName##**: 위키 이름을 포함하는 선택적 문자열입니다. 링크는 해당 위키 내부의 페이지를 가리킵니다. Wiki를 지정하지 않으면 현재 Wiki가 사용됩니다. 예: ##mywiki##.\n*** **##spaceNameList##**: 선택적으로 점으로 구분된 위키 스페이스 이름 목록입니다. 공간을 지정하지 않으면 현재 공간이 사용됩니다. 예: ##메인##, ##AB##, ##ABC##\n*** **##documentName##**: 링크된 위키 페이지의 이름을 포함하는 필수 문자열입니다. 예: ##환영합니다##\n** **Wiki 공간**: **##space:[(wikiName):](spaceNameList)##** 형식의 참조입니다. 예: ##space:Main##, ##space:mywiki:Main##, ##space:ABC##\n*** **##space:##** 리소스를 XWiki 비터미널 페이지(예: 공백) 로 식별하는 필수 문자열입니다 .\n*** **##wikiName##**: 위키 이름을 포함하는 선택적 문자열입니다. 링크는 해당 위키 내부의 페이지를 가리킵니다. Wiki를 지정하지 않으면 현재 Wiki가 사용됩니다. 예: ##mywiki##\n*** **##spaceNameList##**: 최종 연결된 위키 스페이스(또는 비터미널 페이지)를 가리키는 점으로 구분된 위키 스페이스 이름의 필수 목록입니다. 예: ##메인##, ##AB##, ##ABC##\n** **InterWiki 페이지**: **##interwiki:[(interWikiAlias):](pageName)##** 형식의 참조입니다. 예: ##interwiki:wikipedia: XWiki ##\n*** **##interwiki:##** 리소스를 InterWiki 링크로 식별하는 필수 문자열입니다.\n*** **##interWikiAlias##**: InterWiki 맵에 정의된 선택적 [[InterWiki>>https://en.wikipedia.org/wiki/InterWiki]] 별칭([[관리 가이드] 참조) . >>https://www.xwiki .org / xwiki /bin/view/ 문서 /AdminGuide/]]). 예: ##위키피디아##\n*** **##pageName##**: 링크된 페이지의 이름을 포함하는 필수 문자열입니다. 예: ## XWiki ##\n** **첨부 파일**: **##attach~:~{~{~{(wikiName):}(spaceNameList).}(pageName)@}(imageName)##** 형식의 참조\n*** **##attach~:##** 참조를 XWiki 문서 첨부로 식별하는 필수 문자열입니다.\n*** **##wikiName##**: 위키 이름을 포함하는 선택적 문자열입니다. 이미지 참조는 해당 위키 내부 페이지에 첨부된 이미지를 가리킵니다. Wiki를 지정하지 않으면 현재 Wiki가 사용됩니다. 예: ##mywiki##.\n*** **##spaceNameList##**: 선택적으로 점으로 구분된 위키 스페이스 이름 목록입니다. 공간을 지정하지 않으면 현재 공간이 사용됩니다. 예: ##메인##, ##AB##, ##ABC##\n*** **##pageName##**: 참조된 이미지가 첨부된 위키 페이지의 이름을 포함하는 선택적 문자열입니다. 예: ##환영합니다##\n*** **##attachmentName##**: 위키에 저장된 첨부 파일의 이름입니다. 예: ##photo.png##\n** **페이지 첨부**: **##pageAttach~:~{~{~{(wikiName):}(pageNameList)/}(imageName)##** 형식의 참조\n*** **##pageAttach~:##** 참조를 XWiki 페이지 첨부 로 식별하는 필수 문자열입니다 .\n*** **##wikiName##**: 위키 이름을 포함하는 선택적 문자열입니다. 이미지 참조는 해당 위키 내부 페이지에 첨부된 이미지를 가리킵니다. Wiki를 지정하지 않으면 현재 Wiki가 사용됩니다. 예: ##mywiki##.\n*** **##pageNameList##**: 선택적으로 점으로 구분된 위키 페이지 이름 목록입니다. 페이지가 지정되지 않으면 현재 페이지가 사용됩니다. 예: ##메인##, ##A/B##, ##A/B/C##\n*** **##attachmentName##**: 위키에 저장된 첨부 파일의 이름입니다. 예: ##photo.png##\n** **이메일 주소**: **##mailto{{{:(}}}emailAddress)##** 형식의 참조입니다(###anchor##은 유효하지 않습니다). 예: ##mailto~:john@smith.com##\n*** **##mailto~:##** 리소스를 이메일로 식별하는 필수 문자열입니다.\n*** **##emailAddress##**: 대상 이메일 주소입니다. 예: ##john@smith.com##\n** **상대 경로**: **##path{{{:(}}}relPath)##** 형식의 서버 참조입니다. 예: ##path:$doc.getURL('reset')##은 대상 주소를 생성합니다. ##http:~/~/server.domain.com/ xwiki /bin/reset/Space/Page## 여기서 ##/ xwiki /bin/reset/Space/Page##는 ##$doc.getURL('reset')##에 의해 생성됩니다.\n*** **##path:##** 리소스를 상대 경로로 식별하는 필수 문자열입니다.\n*** **##relPath##**: 연결할 서버의 리소스에 대한 상대 경로를 포함하는 필수 문자열입니다.\n** **UNC(Windows 탐색기)**: **##unc{{{:(}}}path)##** 형식의 참조입니다. 링크는 ##file:~/~/## 링크로 렌더링됩니다. 예: ##unc:C:Windows##, ##unc:~~myserverpathimg.png##, ##unc:home/user/somefile##\n*** **##unc:##** 리소스를 UNC(Windows 탐색기) 경로로 식별하는 필수 문자열입니다.\n*** **##path##**: 사용자가 접근할 수 있는 리소스의 로컬 경로를 포함하는 필수 문자열입니다. 예: ##C:Windows##, ##~~myserverpathimg.png##, ##home/user/somefile##\n** **유형이 지정되지 않음**: 위에서 언급한 리소스 유형 중 어느 것도 지정되지 않은 경우(즉, 링크에 ##type:## 리소스 접두사가 지정되지 않은 경우) 링크는 XWiki 터미널 에 대한 링크로 처리됩니다. 또는 다음 알고리즘을 사용하는 비터미널 페이지:\n*** **##터미널 페이지##** 현재 공간에 //있는 경우에만//. 예: ##~[~[A]]##은 ##~[~[doc:currentSpace.A]]##과 동일하게 해석됩니다.\n*** **##비터미널 페이지##**  현재 공간에서. 예: ##~[~[A]]##은 ##~[~[space:currentSpace.A]]##과 동등한 것으로 해석됩니다. 이는 ##~[~[doc:currentSpace. A.웹홈]]##\n*** 현재 페이지가 비터미널 페이지이고 위의 이전 2개 검사에서 기존 페이지를 찾지 못한 경우 2개의 추가 검사가 수행됩니다.\n**** **##터미널 페이지##**는 상위 공간의 형제로 //존재하는 경우에만//입니다. 예: 비터미널 페이지 ##AC## 내부의 ##~[~[B]]## 링크는 ##~[~[doc:AB]]##에 해당하는 것으로 확인됩니다.\n**** **##비터미널 페이지##** 존재 여부에 관계없이 상위 공간의 형제 페이지입니다. 예: 비터미널 페이지 ##AC## 내부의 ##~[~[B]]## 링크는 ##~[~[space:AB]]##과 동등한 것으로 해석됩니다. ~[~[doc:ABWebHome]]##\n*** //참고1 - 절대 링크//: 유형이 지정되지 않은 링크에 점으로 구분된 구성 요소가 2개 이상 지정된 경우(예: 공백 이름 및 페이지 이름처럼 보임) 위 알고리즘은 현재 링크를 기준으로 페이지를 확인합니다. 현재 공간이 아닌 위키입니다. 예: ##~[~[AB]]##은 ##~[~[doc:currentWiki:AB]]##(존재하는 경우) 또는 ##~[~[space:currentWiki:로 해석될 수 있습니다. AB]##](##~[~[doc:currentWiki:ABWebHome]]##과 동일하며 ##~[~[doc:currentWiki:currentSpace.AB]]## 또는 ##~[~와 동일하지 않음 [doc:currentWiki:currentSpace.ABWebHome]]##.\n*** //참고2 - ##.WebHome##//의 특수 처리: 입력되지 않은 링크가 ##.WebHome##으로 끝나면 //항상// 터미널 페이지로 처리됩니다. 예: ##~[~[A.WebHome]]##은 항상 ##~[~[doc:A.WebHome]]##과 동등한 것으로 해석되며 ##~[~[doc:A는 아닙니다. .웹홈.웹홈]]##.\n* **##parameters##**: 링크에 전달되는 공백으로 구분된 매개변수의 선택적 목록입니다. 예: ##queryString=\"mydata1=5&mydata2=Hello\" 앵커=\"HTableOfContents\" target=\"~_blank\"##\n** **##queryString##**: 링크 대상 주소에 추가되고 렌더링된 URL 에 사용될 매개변수를 지정하기 위한 선택적 쿼리 문자열입니다 . 예: ## url :http:~/~/domain.com/path||queryString=\"mydata1=5&mydata2=Hello\"##는 대상 주소를 생성합니다 ##http:~/~/domain.com/path?mydata1=5&mydata2 =안녕하세요##\n** **##anchor##**: 참조된 링크에 정의된 앵커를 가리키는 선택적 앵커 이름입니다. XWiki 에서는 제목과 이미지에 대한 앵커가 자동으로 생성됩니다. 예: ## url :http:~/~/domain.com/path||anchor=\"HTableOfContents\"##는 대상 주소를 생성합니다 ##http:~/~/domain.com/path#HTableOfContents##\n** **##target##**: 링크 대상을 새 창에서 열 수 있도록 하는 선택적 매개변수입니다. 예: ##target=\"~_blank\"##"
    ],
    "id_hash": 4321460072923956526,
    "content_hash": -1103872706877972645,
    "location": "",
    "context": "content",
    "note": "",
    "flags": "",
    "labels": [],
    "state": 20,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 1,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 2464,
    "source_unit": "https://l10n.xwiki.org/api/units/465802/?format=api",
    "priority": 100,
    "id": 573512,
    "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxlinks/ko/?checksum=bbf8e90a4daa852e",
    "url": "https://l10n.xwiki.org/api/units/573512/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2023-12-28T10:49:45.757410Z"
}