「ヘルプ:Links/ja」の版間の差分
細 (1版) |
(Updating to match new version of source page) |
||
1行目: | 1行目: | ||
{{TNT|PD Help Page}} | {{TNT|PD Help Page}} | ||
<languages/> | <languages/> | ||
− | + | MediaWiki には5種類のリンクがあります: | |
− | # '''[[#Internal links| | + | # ウィキ内の他のページへの'''[[#Internal links|内部リンク]]''' |
− | # '''[[#External links| | + | # 他のウェブサイトへの'''[[#External links|外部リンク]]''' |
− | # '''[[#External links to internal pages| | + | # ウィキの'''[[#External links to internal pages|内部ページへの外部リンク]]''' |
− | # '''[[#Interwiki links| | + | # ウィキに事前に登録済みの他のウェブサイトへの'''[[#Interwiki links|ウィキ間リンク]]''' |
− | # '''[[#Interlanguage links| | + | # ウィキの他言語版として登録済みの他のウェブサイトへの'''[[#Interlanguage links|言語間リンク]]''' |
− | == | + | {{Anchor|Internal}} |
+ | == 内部リンク == | ||
To add an internal link, enclose the name of the page you want to link to in double square brackets. When you save the page, you'll see the new link pointing to your page. If the page exists already it is displayed in blue, if it does not, in red. | To add an internal link, enclose the name of the page you want to link to in double square brackets. When you save the page, you'll see the new link pointing to your page. If the page exists already it is displayed in blue, if it does not, in red. | ||
19行目: | 20行目: | ||
{| border="1" class="wikitable" | {| border="1" class="wikitable" | ||
− | ! | + | !説明 |
− | ! | + | !入力内容 |
− | ! | + | !出力結果 |
|- | |- | ||
− | | | + | |内部リンク |
|<pre>[[Main Page]]</pre> | |<pre>[[Main Page]]</pre> | ||
|[[Main Page]] | |[[Main Page]] | ||
|- | |- | ||
− | | | + | |パイプのリンク |
|<pre>[[Main Page|different text]]</pre> | |<pre>[[Main Page|different text]]</pre> | ||
− | + | {{mediawiki|Meta:Help:Piped link}}もご覧ください | |
|[[Main Page|different text]] | |[[Main Page|different text]] | ||
|- | |- | ||
70行目: | 71行目: | ||
[[Help]]almostanylettersyoulikehere | [[Help]]almostanylettersyoulikehere | ||
|- | |- | ||
− | | | + | |単語末尾のリンクの回避 |
|<pre> | |<pre> | ||
[[Help]]<nowiki />ful advice | [[Help]]<nowiki />ful advice | ||
81行目: | 82行目: | ||
[[wikipedia:GNU General Public License|GPL]]<nowiki />v3 | [[wikipedia:GNU General Public License|GPL]]<nowiki />v3 | ||
|- | |- | ||
− | | | + | |転送 |
|<pre>#REDIRECT [[Main Page]]</pre> | |<pre>#REDIRECT [[Main Page]]</pre> | ||
− | + | [[Help:Redirects]]もご覧ください | |
| → [[Main Page]] | | → [[Main Page]] | ||
|- | |- | ||
− | | | + | |アンカーへの内部リンク |
|<pre>[[#See also]]</pre> | |<pre>[[#See also]]</pre> | ||
[[Help:Formatting|Section headings]] and the [[#top|top]] of the page are automatically anchored. | [[Help:Formatting|Section headings]] and the [[#top|top]] of the page are automatically anchored. | ||
|[[#See also]] | |[[#See also]] | ||
|- | |- | ||
− | | | + | |アンカーへの別のテキストを使った内部リンク |
|<pre>[[#See also|different text]]</pre> | |<pre>[[#See also|different text]]</pre> | ||
|[[#See also|different text]] | |[[#See also|different text]] | ||
|- | |- | ||
− | | | + | |内部リンクのアンカーを設定する |
|<pre><div id="NameOfAnchorHere">optional text</div></pre> | |<pre><div id="NameOfAnchorHere">optional text</div></pre> | ||
Omit the "optional text" for invisible anchor. | Omit the "optional text" for invisible anchor. | ||
|<div id="NameOfAnchorHere">optional text</div> | |<div id="NameOfAnchorHere">optional text</div> | ||
|- | |- | ||
− | | | + | |別のページのアンカーへの内部リンク |
|<pre>[[Help:Images#Supported media types for images]]</pre> | |<pre>[[Help:Images#Supported media types for images]]</pre> | ||
|[[Help:Images#Supported media types for images]] | |[[Help:Images#Supported media types for images]] | ||
|- | |- | ||
− | | | + | |現在のページのトークページへの内部リンク |
|<pre>[[{{TALKPAGENAME}}|Discussion]]</pre> | |<pre>[[{{TALKPAGENAME}}|Discussion]]</pre> | ||
See also [[Help:Magic_words#Page_names]] | See also [[Help:Magic_words#Page_names]] | ||
|[[{{TALKPAGENAME}}|Discussion]] | |[[{{TALKPAGENAME}}|Discussion]] | ||
|- | |- | ||
− | | | + | |サブページへの内部リンク |
|<pre>[[/example]]</pre> | |<pre>[[/example]]</pre> | ||
Shortcut for <code><nowiki>[[Help:Links/example|/example]]</nowiki></code>. See also [[Help:Subpages]]. | Shortcut for <code><nowiki>[[Help:Links/example|/example]]</nowiki></code>. See also [[Help:Subpages]]. | ||
|[[Help:Links/example|/example]] | |[[Help:Links/example|/example]] | ||
|- | |- | ||
− | | | + | |最初のスラッシュがつかないサブページへの内部リンク |
|<pre>[[/example/]]</pre> | |<pre>[[/example/]]</pre> | ||
Shortcut for <code><nowiki>[[Help:Links/example|example]]</nowiki></code>. | Shortcut for <code><nowiki>[[Help:Links/example|example]]</nowiki></code>. | ||
|[[Help:Links/example|example]] | |[[Help:Links/example|example]] | ||
|- | |- | ||
− | | | + | |カテゴリページへの内部リンク |
|<pre>[[:Category:Help]]</pre> | |<pre>[[:Category:Help]]</pre> | ||
− | + | [[Help:Categories]]もご覧ください | |
|[[:Category:Help]] | |[[:Category:Help]] | ||
|- | |- | ||
− | | | + | |画像などのファイルへの内部リンク |
|<pre>[[media:example.jpg]] | |<pre>[[media:example.jpg]] | ||
[[media:example.pdf]]</pre> | [[media:example.pdf]]</pre> | ||
− | + | [[Help:Images]]もご覧ください | |
|[[media:example.jpg]] | |[[media:example.jpg]] | ||
[[media:example.pdf]] | [[media:example.pdf]] | ||
|- | |- | ||
− | | | + | |利用者の利用者ページへの内部リンク |
|<pre>[[Special:MyPage]]</pre> | |<pre>[[Special:MyPage]]</pre> | ||
|[[Special:MyPage]] | |[[Special:MyPage]] | ||
|- | |- | ||
− | | | + | |利用者のトークページへの内部リンク |
|<pre>[[Special:MyTalk]]</pre> | |<pre>[[Special:MyTalk]]</pre> | ||
|[[Special:MyTalk]] | |[[Special:MyTalk]] | ||
|} | |} | ||
− | == | + | |
+ | {{Anchor|External}} | ||
+ | == 外部リンク == | ||
To add an external link, enclose the URL followed by space and the name of the page you want to link to in single square brackets. When you save the page, you'll see the new link pointing to your page, with an arrow icon after it to show that it was coded with single bracket external link syntax, and thus may lead to another site. | To add an external link, enclose the URL followed by space and the name of the page you want to link to in single square brackets. When you save the page, you'll see the new link pointing to your page, with an arrow icon after it to show that it was coded with single bracket external link syntax, and thus may lead to another site. | ||
{| class="wikitable" | {| class="wikitable" | ||
− | !style="width:15%"| | + | !style="width:15%"|説明 |
− | !style="width:45%"| | + | !style="width:45%"|入力内容 |
− | !style="width:40%"| | + | !style="width:40%"|出力結果 |
|- | |- | ||
− | | | + | |外部リンク |
|<tt><nowiki>http://mediawiki.org</nowiki></tt> | |<tt><nowiki>http://mediawiki.org</nowiki></tt> | ||
|http://mediawiki.org | |http://mediawiki.org | ||
|- | |- | ||
− | | | + | |ラベルを変更した外部リンク |
|<tt><nowiki>[http://mediawiki.org MediaWiki]</nowiki></tt> | |<tt><nowiki>[http://mediawiki.org MediaWiki]</nowiki></tt> | ||
|[http://mediawiki.org MediaWiki] | |[http://mediawiki.org MediaWiki] | ||
|- | |- | ||
− | | | + | |番号つき外部リンク |
|<tt><nowiki>[http://mediawiki.org]</nowiki></tt> | |<tt><nowiki>[http://mediawiki.org]</nowiki></tt> | ||
|[http://mediawiki.org] | |[http://mediawiki.org] | ||
|- | |- | ||
− | | | + | |ファイルアイコンつき外部リンク |
|<tt><nowiki> | |<tt><nowiki> | ||
[http://en.wikipedia.org/wiki/.avi video] | [http://en.wikipedia.org/wiki/.avi video] | ||
173行目: | 176行目: | ||
[http://en.wikipedia.org/wiki/.pdf document]<br/> | [http://en.wikipedia.org/wiki/.pdf document]<br/> | ||
|- | |- | ||
− | | | + | |同じホストへの外部リンク |
|<tt><nowiki>http://{{SERVERNAME}}/pagename</nowiki></tt> | |<tt><nowiki>http://{{SERVERNAME}}/pagename</nowiki></tt> | ||
|http://{{SERVERNAME}}/pagename | |http://{{SERVERNAME}}/pagename | ||
|- | |- | ||
− | | | + | |ページ名を渡して他のホストに外部リンクする |
|<tt><nowiki>http://google.com/search?q={{PAGENAMEE}}</nowiki></tt><br /> | |<tt><nowiki>http://google.com/search?q={{PAGENAMEE}}</nowiki></tt><br /> | ||
See also: [[Help:Magic_words#URL_encoded_page_names | URL encoded page names]], [[Manual:PAGENAMEE encoding|PAGENAMEE encoding]] | See also: [[Help:Magic_words#URL_encoded_page_names | URL encoded page names]], [[Manual:PAGENAMEE encoding|PAGENAMEE encoding]] | ||
|http://google.com/search?q={{PAGENAMEE}} | |http://google.com/search?q={{PAGENAMEE}} | ||
|- | |- | ||
− | | | + | |mailto リンク |
|<tt><nowiki>[mailto:info@example.org email me]</nowiki></tt> | |<tt><nowiki>[mailto:info@example.org email me]</nowiki></tt> | ||
|[mailto:info@example.org email me] | |[mailto:info@example.org email me] | ||
|- | |- | ||
− | | | + | |題名と本文のあるmailtoリンク |
|<tt><nowiki>[mailto:info@example.org?Subject=URL%20Encoded%20Subject&body=Body%20Text info]</nowiki></tt> | |<tt><nowiki>[mailto:info@example.org?Subject=URL%20Encoded%20Subject&body=Body%20Text info]</nowiki></tt> | ||
|[mailto:info@example.org?Subject=URL%20Encoded%20Subject&body=Body%20Text info] | |[mailto:info@example.org?Subject=URL%20Encoded%20Subject&body=Body%20Text info] | ||
|} | |} | ||
− | === | + | {{Anchor|External-to-internal}} |
+ | === 内部ページへの外部リンク === | ||
To add a link to a page on the same wiki using [[w:URI scheme | URL query parameters]], you may need to use external link syntax. | To add a link to a page on the same wiki using [[w:URI scheme | URL query parameters]], you may need to use external link syntax. | ||
{| border="1" class="wikitable" | {| border="1" class="wikitable" | ||
− | ! | + | !説明 |
− | ! | + | !入力内容 |
− | ! | + | !出力結果 |
|- | |- | ||
− | | | + | |現在のページの編集ページへの外部リンク |
|<pre>[http://www.mediawiki.org/w/index.php?title=Help:Links&action=edit Edit this page]</pre> | |<pre>[http://www.mediawiki.org/w/index.php?title=Help:Links&action=edit Edit this page]</pre> | ||
|[http://www.mediawiki.org/w/index.php?title=Help:Links&action=edit Edit this page] | |[http://www.mediawiki.org/w/index.php?title=Help:Links&action=edit Edit this page] | ||
215行目: | 219行目: | ||
|} | |} | ||
− | === | + | === 外部リンクのアイコン === |
{| class="wikitable" | {| class="wikitable" | ||
− | ! | + | ! リンクの例 !! アイコン !! トリガー |
|- | |- | ||
| [http://.] || [http://bits.wikimedia.org/skins-1.17/vector/images/external-link-ltr-icon.png external-link-ltr-icon.png] || <code>http://</code>, <code>gopher://</code> | | [http://.] || [http://bits.wikimedia.org/skins-1.17/vector/images/external-link-ltr-icon.png external-link-ltr-icon.png] || <code>http://</code>, <code>gopher://</code> | ||
239行目: | 243行目: | ||
|} | |} | ||
− | === | + | === 自動リンクを回避する方法 === |
When you put a URL on a wiki page it will be automatically converted into an external link, like this: | When you put a URL on a wiki page it will be automatically converted into an external link, like this: | ||
253行目: | 257行目: | ||
<nowiki>http://mediawiki.org</nowiki> | <nowiki>http://mediawiki.org</nowiki> | ||
+ | {{Anchor|Interwiki}} | ||
+ | == 内部リンク == | ||
− | + | Interwiki links are links with the internal link markup to a website registered in advance. For example, you can link to the Sunflower article on http://en.wikipedia.org by typing <code><nowiki>[[wikipedia:Sunflower]]</nowiki></code>, which will result in a link [[wikipedia:Sunflower]]. This is because <code><nowiki>http://en.wikipedia.org/wiki/</nowiki></code> is registered to your wiki by default with the prefix of <code>wikipedia</code>. (''This link may not work properly if the admin of your wiki has changed the setting.'') Unlike internal links, interwiki links do not use page existence detection, so an interwiki link will appear blue even if the page does not exist on the remote wiki. | |
− | |||
− | Interwiki links are links with the internal link markup to a website registered in advance. For example, you can link to the Sunflower article on http://en.wikipedia.org by typing <code><nowiki>[[wikipedia:Sunflower]]</nowiki></code>, which will result in a link [[wikipedia:Sunflower]]. This is because <code><nowiki>http://en.wikipedia.org/wiki/</nowiki></code> is registered to your wiki by default with the prefix of <code>wikipedia</code>. ''This link may not work properly | ||
− | Similar to internal page links, you can create piped links, with alternate link label, e.g. <code><nowiki>[[wikipedia:Sunflower|big yellow flower]]</nowiki></code> | + | Similar to internal page links, you can create piped links, with alternate link label, e.g. <code><nowiki>[[wikipedia:Sunflower|big yellow flower]]</nowiki></code> is the link [[wikipedia:Sunflower|big yellow flower]] and <code><nowiki>[[wikipedia:Sunflower|]]</nowiki></code> is the link [[wikipedia:Sunflower|Sunflower]]. |
− | Basically | + | Basically, interwiki links are abbreviations for commonly used longer external links. A very similar link could be created as <code><nowiki>[http://en.wikipedia.org/wiki/Sunflower big yellow flower]</nowiki></code>. |
More details are at {{mediawiki|Manual:Interwiki}} and [[m:Help:Interwiki linking]]. See the [https://git.wikimedia.org/blob/mediawiki%2Fcore//maintenance%2Finterwiki.list default interwiki prefixes]. To edit the {{mediawiki|Manual:Interwiki table|interwiki table}} on your site, see the {{mediawiki|Extension:Interwiki|Interwiki extension}}. | More details are at {{mediawiki|Manual:Interwiki}} and [[m:Help:Interwiki linking]]. See the [https://git.wikimedia.org/blob/mediawiki%2Fcore//maintenance%2Finterwiki.list default interwiki prefixes]. To edit the {{mediawiki|Manual:Interwiki table|interwiki table}} on your site, see the {{mediawiki|Extension:Interwiki|Interwiki extension}}. | ||
− | === | + | === 言語間リンク === |
If your wiki has other language versions, you may find “interlanguage links” in the [[Help:Navigation#Sidebar|sidebar]], just below [[Help:Navigation#Toolbox|toolbox]] in the box named “{{lcfirst:{{int:otherlanguages}}}}.” | If your wiki has other language versions, you may find “interlanguage links” in the [[Help:Navigation#Sidebar|sidebar]], just below [[Help:Navigation#Toolbox|toolbox]] in the box named “{{lcfirst:{{int:otherlanguages}}}}.” | ||
270行目: | 274行目: | ||
Interlanguage links behave similarly to interwiki links, except that they are listed in the sidebar. To create an interlanguage link from a page, just type <code><nowiki>[[</nowiki>''language prefix'':pagename]]</code> wherever you like in the page; the language prefix is the prefix specified at your wiki for the other language version (typically the [[wikipedia:List of ISO 639-1 codes|ISO 639-1 language code]]). | Interlanguage links behave similarly to interwiki links, except that they are listed in the sidebar. To create an interlanguage link from a page, just type <code><nowiki>[[</nowiki>''language prefix'':pagename]]</code> wherever you like in the page; the language prefix is the prefix specified at your wiki for the other language version (typically the [[wikipedia:List of ISO 639-1 codes|ISO 639-1 language code]]). | ||
− | If you want to make the interlanguage link appear in the content of the page, you can add a colon before the language prefix: | + | If you want to make the interlanguage link appear in the content of the page rather than in the sidebar, you can add a colon before the language prefix: |
:<code><nowiki>[[:en:Sunflower]]</nowiki></code> → '''[[:en:Sunflower]]''' | :<code><nowiki>[[:en:Sunflower]]</nowiki></code> → '''[[:en:Sunflower]]''' | ||
− | When link is both interwiki and interlanguage, the order is '''[[wikipedia:en:Sunflower]]'''. | + | When a link is both interwiki and interlanguage, the order is '''[[wikipedia:en:Sunflower]]'''. |
− | == | + | == 関連ページ == |
− | * [[Help:Linked images| | + | * [[Help:Linked images|画像のリンク]] |
* [[meta:Help:Links]] | * [[meta:Help:Links]] | ||
− | [[Category:Help|Links]] | + | [[Category:Help{{langcat|Links}}|Links]] |
− | [[Category:Link|Links]] | + | [[Category:Link{{langcat|Links}}|Links]] |
2014年1月7日 (火) 00:30時点における版
注意: このページを編集すると、編集内容が CC0 のもとで公開されることに同意したと見なされます。詳細はパブリック・ドメインのヘルプ ページを参照してください。
|
MediaWiki には5種類のリンクがあります:
- ウィキ内の他のページへの内部リンク
- 他のウェブサイトへの外部リンク
- ウィキの内部ページへの外部リンク
- ウィキに事前に登録済みの他のウェブサイトへのウィキ間リンク
- ウィキの他言語版として登録済みの他のウェブサイトへの言語間リンク
内部リンク
To add an internal link, enclose the name of the page you want to link to in double square brackets. When you save the page, you'll see the new link pointing to your page. If the page exists already it is displayed in blue, if it does not, in red. Selflinks to the current page are not transformed in URLs but displayed in bold. (If you really want to link to the current page, use an anchor (see below), or [[#top|current page]] which always links to the top.)
The first letter of the target page is automatically capitalized, unless otherwise set by the admins, and spaces are represented as underscores (typing an underscore in the link will have a similar effect as typing a space, but is not recommended, since the underscore will also be shown in the text).
説明 | 入力内容 | 出力結果 |
---|---|---|
内部リンク | [[Main Page]] |
Main Page |
パイプのリンク | [[Main Page|different text]] Meta:Help:Piped linkもご覧ください |
different text |
Pipe trick | [[Help:Contents|]] [[User:John Doe|]] [[Extension:DynamicPageList (Wikimedia)|]] [[Extension:DynamicPageList (third-party)|]] The pipe trick quickly makes shorter link text, but could be confusing in circumstances like the DynamicPageList link examples. |
Contents |
Word-ending links, following so called "linktrail rules" localised per each language | [[Help]]s [[Help]]ing [[Help]]ers [[Help]]almostanylettersyoulikehere |
|
単語末尾のリンクの回避 | [[Help]]<nowiki />ful advice [[wikipedia:GNU General Public License|GPL]]<nowiki />v3 |
Helpful advice GPLv3 |
転送 | #REDIRECT [[Main Page]] Help:Redirectsもご覧ください |
→ Main Page |
アンカーへの内部リンク | [[#See also]] Section headings and the top of the page are automatically anchored. |
#See also |
アンカーへの別のテキストを使った内部リンク | [[#See also|different text]] |
different text |
内部リンクのアンカーを設定する | <div id="NameOfAnchorHere">optional text</div> Omit the "optional text" for invisible anchor. |
optional text
|
別のページのアンカーへの内部リンク | [[Help:Images#Supported media types for images]] |
Help:Images#Supported media types for images |
現在のページのトークページへの内部リンク | [[{{TALKPAGENAME}}|Discussion]] See also Help:Magic_words#Page_names |
Discussion |
サブページへの内部リンク | [[/example]] Shortcut for |
/example |
最初のスラッシュがつかないサブページへの内部リンク | [[/example/]] Shortcut for |
example |
カテゴリページへの内部リンク | [[:Category:Help]] Help:Categoriesもご覧ください |
Category:Help |
画像などのファイルへの内部リンク | [[media:example.jpg]] [[media:example.pdf]] Help:Imagesもご覧ください |
media:example.jpg |
利用者の利用者ページへの内部リンク | [[Special:MyPage]] |
Special:MyPage |
利用者のトークページへの内部リンク | [[Special:MyTalk]] |
Special:MyTalk |
外部リンク
To add an external link, enclose the URL followed by space and the name of the page you want to link to in single square brackets. When you save the page, you'll see the new link pointing to your page, with an arrow icon after it to show that it was coded with single bracket external link syntax, and thus may lead to another site.
説明 | 入力内容 | 出力結果 |
---|---|---|
外部リンク | http://mediawiki.org | http://mediawiki.org |
ラベルを変更した外部リンク | [http://mediawiki.org MediaWiki] | MediaWiki |
番号つき外部リンク | [http://mediawiki.org] | [1] |
ファイルアイコンつき外部リンク |
[http://en.wikipedia.org/wiki/.avi video]
[http://en.wikipedia.org/wiki/.ogg sound]
[http://en.wikipedia.org/wiki/.pdf document]
See #External link icons for currently supported icons and extensions. |
|
同じホストへの外部リンク | http://{{SERVERNAME}}/pagename | http://littleprincess.sakura.ne.jp/pagename |
ページ名を渡して他のホストに外部リンクする | http://google.com/search?q={{PAGENAMEE}} See also: URL encoded page names, PAGENAMEE encoding |
http://google.com/search?q=Links/ja |
mailto リンク | [mailto:info@example.org email me] | email me |
題名と本文のあるmailtoリンク | [mailto:info@example.org?Subject=URL%20Encoded%20Subject&body=Body%20Text info] | info |
内部ページへの外部リンク
To add a link to a page on the same wiki using URL query parameters, you may need to use external link syntax.
説明 | 入力内容 | 出力結果 |
---|---|---|
現在のページの編集ページへの外部リンク | [http://www.mediawiki.org/w/index.php?title=Help:Links&action=edit Edit this page] |
Edit this page |
External link to the current page's edit page using the fullurl parser function | [{{fullurl:{{FULLPAGENAME}}|action=edit}} Edit this page] See also Help:Magic_words#URL_data and #External links |
Edit this page |
External link to the current page's edit page, and styled to look like an internal link | <span class="plainlinks">[http://www.mediawiki.org/w/index.php?title=Help:Links&action=edit Edit this page]</span> The plainlinks class can be used in cases where you want an external link to look like an internal one, by suppressing the icon that normally appears after it. |
Edit this page |
外部リンクのアイコン
リンクの例 | アイコン | トリガー |
---|---|---|
[2] | external-link-ltr-icon.png | http:// , gopher://
|
[3] | lock-icon.png | https://
|
[4] | mail-icon.png | mailto:
|
[5] | news-icon.png | news://
|
[6] | file-icon.png | ftp://
|
[7] | talk-icon.png | irc://
|
[8] | audio-icon.png | .ogg , .mid , .midi , .mp3 , .wav , .wma
|
[9] | video-icon.png | .ogm , .avi , .mpeg , .mpg
|
[10] | document-icon.png | .pdf , .pdf# , .pdf?
|
自動リンクを回避する方法
When you put a URL on a wiki page it will be automatically converted into an external link, like this:
To avoid that effect, put the URL between <nowiki>
tags, like this:
<nowiki>http://mediawiki.org</nowiki>
To get this:
http://mediawiki.org
内部リンク
Interwiki links are links with the internal link markup to a website registered in advance. For example, you can link to the Sunflower article on http://en.wikipedia.org by typing [[wikipedia:Sunflower]]
, which will result in a link wikipedia:Sunflower. This is because http://en.wikipedia.org/wiki/
is registered to your wiki by default with the prefix of wikipedia
. (This link may not work properly if the admin of your wiki has changed the setting.) Unlike internal links, interwiki links do not use page existence detection, so an interwiki link will appear blue even if the page does not exist on the remote wiki.
Similar to internal page links, you can create piped links, with alternate link label, e.g. [[wikipedia:Sunflower|big yellow flower]]
is the link big yellow flower and [[wikipedia:Sunflower|]]
is the link Sunflower.
Basically, interwiki links are abbreviations for commonly used longer external links. A very similar link could be created as [http://en.wikipedia.org/wiki/Sunflower big yellow flower]
.
More details are at Manual:Interwiki and m:Help:Interwiki linking. See the default interwiki prefixes. To edit the interwiki table on your site, see the Interwiki extension.
言語間リンク
If your wiki has other language versions, you may find “interlanguage links” in the sidebar, just below toolbox in the box named “他言語版.”
Interlanguage links behave similarly to interwiki links, except that they are listed in the sidebar. To create an interlanguage link from a page, just type [[language prefix:pagename]]
wherever you like in the page; the language prefix is the prefix specified at your wiki for the other language version (typically the ISO 639-1 language code).
If you want to make the interlanguage link appear in the content of the page rather than in the sidebar, you can add a colon before the language prefix:
[[:en:Sunflower]]
→ en:Sunflower
When a link is both interwiki and interlanguage, the order is wikipedia:en:Sunflower.