Wiki記法ガイド/リンク-en 的差異
#author("2018-12-06T07:31:32+09:00","","")
#author("2018-12-07T09:05:52+09:00","","")
#title(Link)
[[Go back to the Guide's Top Page>Wiki記法ガイド]]
*[[Link>Wiki記法ガイド/リンク]] [#s_link]
|~Name|~Format|~Description|h
|[[Link>#s_link]]|[[TEXT>PAGE]]|Make the text a link to the page|
|[[Page Link>#s_page]]|[[PAGE]]|Make the page text a link to the page|
|[[External Link>#s_external]]|[[TEXT>URL]]|Make the page text a link to the URL|
|[[In-page Link>#s_id]]|[[TEXT>#ID]]|Make the text a link to the ID|
|[[In-another-page Link>#s_external_id]]|[[TEXT>PAGE#ID]]|Make the text a link to the ID|
|[[Specify ID>#s_aname]]|&aname(ID);|Specify ID for links|
*Link [#s_link]
「[[文字>ページ名]]」でページへのリンクになります。
You can make link to the page with "[[TEXT>PAGE]]".
**Example [#m7558d49]
[[リンク>Wiki記法ガイド]]はWiki記法ガイドへのリンクです。
[[Link>Wiki記法ガイド]] is the link to Wiki Formatting Guide.
**Display Example [#a01686f4]
[[リンク>Wiki記法ガイド]]はWiki記法ガイドへのリンクです。
[[Link>Wiki記法ガイド]] is the link to Wiki Formatting Guide.
*Page Link [#s_page]
「[[ページ名]]」でページへのリンクになります。
You can make link to the page with "[[PAGE]]"
**Example [#k1673bc8]
[[Wiki記法ガイド]]はWiki記法ガイドへのリンクです。
[[Wiki記法ガイド]] is the link to Wiki Formatting Guide.
**Display Example [#p05caa26]
[[Wiki記法ガイド]]はWiki記法ガイドへのリンクです。
[[Wiki記法ガイド]] is the link to Wiki Formatting Guide.
*External Link [#s_external]
「[[文字>URL]]」でURLへのリンクになります。
You can make link to the URL with "[[TEXT>URL]]".
**Example [#sa66a52a]
[[リンク>https://www.google.com/]]はgoogleへのリンクです。
[[Link>https://www.google.com/]] is the link to google.
**Display Example [#d5e43ac8]
[[リンク>https://www.google.com/]]はgoogleへのリンクです。
[[Link>https://www.google.com/]] is the link to google.
*In-page Link [#s_id]
「[[文字>#ID]]」でIDの箇所へのリンクになります。IDは「&aname(ID);」を書いた箇所になります。
You can make link to the ID with "[[文字>#ID]]". ID is specified with "&aname(ID);".
**Example [#pf0622a6]
&aname(example_id);
[[リンク>#example_id]]はexample_idへのリンクです。
[[Link>#example_id]] is the link to example_id.
**Display Example [#d1aada52]
&aname(example_id);
[[リンク>#example_id]]はexample_idへのリンクです。
[[Link>#example_id]] is the link to example_id.
*In-another-page Link [#s_external_id]
「[[文字>ページ名#ID]]」で別ページのIDの箇所へのリンクになります。
You ca make link to the ID in another page with "[[TEXT>PAGE#ID]]".
**Example [#ebae32a9]
[[リンク>Wiki記法ガイド#s_link]]はs_linkへのリンクです。
[[Link>Wiki記法ガイド#s_link]] is the link to s_link in Wiki Formatting Guide page.
**Display Example [#f370d84d]
[[リンク>Wiki記法ガイド#s_link]]はs_linkへのリンクです。
[[Link>Wiki記法ガイド#s_link]] is the link to s_link in Wiki Formatting Guide page.
*Specify ID [#s_aname]
「&aname(ID);」でページの途中にIDを設定できます。
You cam put ID with "&aname(ID);".
**Example [#ucce0d33]
&aname(example_id_2);
**Display Example [#y976e687]
何も表示されません。
Nothing will be shown.
#dcomment(Wiki記法ガイド/リンク)