「ヘルプ:Links/ja」の版間の差分
(More of the same) |
細 (1版 をインポートしました) |
||
(4人の利用者による、間の21版が非表示) | |||
1行目: | 1行目: | ||
− | {{PD Help Page | + | <languages/> |
− | + | {{TNT|PD Help Page}} | |
− | + | MediaWiki には5種類のリンクがあります: | |
− | |||
− | |||
− | |||
+ | # ウィキ内の他のページへの'''[[#Internal links|内部リンク]]''' | ||
+ | # 他のウェブサイトへの'''[[#External links|外部リンク]]''' | ||
+ | # ウィキの'''[[#External links to internal pages|内部ページへの外部リンク]]''' | ||
+ | # ウィキに事前に登録済みの他のウェブサイトへの'''[[#Interwiki links|ウィキ間リンク]]''' | ||
+ | # ウィキの他言語版として登録済みの他のウェブサイトへの'''[[#Interlanguage links|言語間リンク]]''' | ||
+ | |||
+ | {{Anchor|Internal|Internal links}} | ||
== 内部リンク == | == 内部リンク == | ||
− | |||
− | + | 内部リンクを追加する場合は、二重角括弧 (<code><nowiki>[[</nowiki></code> と <code><nowiki>]]</nowiki></code>) でリンクしたいページの名前を囲んでください。編集したページを保存すると、指定したページへの新しいリンクが表示されます。対象のページが既に存在する場合はリンクは青色で表示され、存在しない場合は、リンクは赤色で表示されます。 | |
+ | 同一ページへのリンクはURLには変換されず、太字で表示されます。 | ||
+ | (同一ページにリンクしたい場合は、アンカー (下記参照) または <nowiki>[[#top|現在のページ]]</nowiki> (必ずページ上部へのリンクになります) を使用してください。) | ||
+ | |||
+ | 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). | ||
+ | |||
− | {| class="wikitable" | + | {| border="1" class="wikitable" |
!説明 | !説明 | ||
!入力内容 | !入力内容 | ||
− | ! | + | !出力結果 |
|- | |- | ||
|内部リンク | |内部リンク | ||
− | |<pre>[[Main Page]]</pre> | + | |<pre> |
+ | [[Main Page]] | ||
+ | |||
+ | [[Help:Contents]] | ||
+ | |||
+ | [[Extension:DynamicPageList (Wikimedia)]] | ||
+ | </pre> | ||
|[[Main Page]] | |[[Main Page]] | ||
+ | |||
+ | [[Help:Contents]] | ||
+ | |||
+ | [[Extension:DynamicPageList (Wikimedia)]] | ||
+ | |- | ||
+ | |パイプのリンク | ||
+ | |<pre>[[Main Page|different text]] | ||
+ | |||
+ | [[Main Page#Concrete_Paragraph|different text2]]</pre> | ||
+ | [[meta:Special:MyLanguage/Help:Piped link|meta:Help:Piped link]] も参照してください | ||
+ | |[[Main Page|different text]] | ||
+ | |||
+ | [[Main Page#Concrete_Paragraph|different text2]] | ||
+ | |- | ||
+ | |[[w:Help:Pipe_trick|Pipe trick]] | ||
+ | |<pre> | ||
+ | [[Help:Contents|]] | ||
+ | |||
+ | [[User:John Doe|]] | ||
+ | |||
+ | [[Extension:DynamicPageList (Wikimedia)|]] | ||
+ | |||
+ | [[Extension:DynamicPageList (third-party)|]] | ||
+ | </pre> | ||
+ | The pipe trick quickly makes shorter link text, but could be confusing in circumstances like the DynamicPageList link examples. | ||
+ | |[[Help:Contents|Contents]] | ||
+ | |||
+ | [[User:John Doe|John Doe]] | ||
+ | |||
+ | [[Extension:DynamicPageList (Wikimedia)|DynamicPageList]] | ||
+ | |||
+ | [[Extension:DynamicPageList (third-party)|DynamicPageList]] | ||
|- | |- | ||
− | | | + | |<span id="linktrail"></span>Word-ending links, following so called "linktrail rules" [[Localisation|localised]] per [[MessagesXx.php|each language]] |
− | |<pre>[[ | + | |<pre> |
− | |[[ | + | [[Help]]s |
+ | |||
+ | [[Help]]ing | ||
+ | |||
+ | [[Help]]ers | ||
+ | |||
+ | [[Help]]almostanylettersyoulikehere | ||
+ | </pre> | ||
+ | | | ||
+ | [[Help]]s | ||
+ | |||
+ | [[Help]]ing | ||
+ | |||
+ | [[Help]]ers | ||
+ | |||
+ | [[Help]]almostanylettersyoulikehere | ||
|- | |- | ||
− | | | + | |単語末尾のリンクの回避 |
+ | |<pre> | ||
+ | [[Help]]<nowiki />ful advice | ||
+ | |||
+ | [[wikipedia:GNU General Public License|GPL]]<nowiki />v3 | ||
+ | </pre> | ||
+ | | | ||
+ | [[Help]]<nowiki />ful advice | ||
+ | |||
+ | [[wikipedia:GNU General Public License|GPL]]<nowiki />v3 | ||
+ | |- | ||
+ | |転送 | ||
|<pre>#REDIRECT [[Main Page]]</pre> | |<pre>#REDIRECT [[Main Page]]</pre> | ||
− | + | [[Special:MyLanguage/Help:Redirects|Help:リダイレクト]]も参照してください | |
| → [[Main Page]] | | → [[Main Page]] | ||
|- | |- | ||
− | |アンカーへの内部リンク | + | |アンカーへの内部リンク |
− | |<pre>[[# | + | |<pre>[[#See also]]</pre> |
− | [[Help:Formatting| | + | [[Special:MyLanguage/Help:Formatting|Section headings]] and the [[#top|top]] of the page are automatically anchored. |
− | |[[# | + | |[[#See also]] |
+ | |- | ||
+ | |アンカーへの別のテキストを使った内部リンク | ||
+ | |<pre>[[#See also|different text]]</pre> | ||
+ | |[[#See also|different text]] | ||
+ | |- | ||
+ | |内部リンクのアンカーを設定する | ||
+ | |<pre><div id="NameOfAnchorHere">optional text</div></pre> | ||
+ | Omit the "optional text" for invisible anchor. | ||
+ | |<div id="NameOfAnchorHere">optional text</div> | ||
|- | |- | ||
|別のページのアンカーへの内部リンク | |別のページのアンカーへの内部リンク | ||
− | |<pre>[[Help:Images | + | |<pre>[[Help:Images#Supported media types for images]]</pre> |
− | |[[Help:Images/ | + | |[[Help:Images#Supported media types for images]] |
+ | |- | ||
+ | |現在のページのトークページへの内部リンク | ||
+ | |<pre>[[{{TALKPAGENAME}}|Discussion]]</pre> | ||
+ | [[Special:MyLanguage/Help:Magic_words#Page_names|Help:マジックワード#ページ名]]も参照してください | ||
+ | |[[{{TALKPAGENAME}}|Discussion]] | ||
+ | |- | ||
+ | |サブページへの内部リンク | ||
+ | |<pre>[[/example]]</pre> | ||
+ | Shortcut for <code><nowiki>[[Help:Links/example|/example]]</nowiki></code>. See also [[Special:MyLanguage/Help:Subpages|Help:Subpages]]. | ||
+ | |[[Help:Links/example|/example]] | ||
+ | |- | ||
+ | |最初のスラッシュがつかないサブページへの内部リンク | ||
+ | |<pre>[[/example/]]</pre> | ||
+ | Shortcut for <code><nowiki>[[Help:Links/example|example]]</nowiki></code>. | ||
+ | |[[Help:Links/example|example]] | ||
|- | |- | ||
|カテゴリページへの内部リンク | |カテゴリページへの内部リンク | ||
|<pre>[[:Category:Help]]</pre> | |<pre>[[:Category:Help]]</pre> | ||
− | + | [[Special:MyLanguage/Help:Categories|Help:カテゴリ]]も参照してください | |
|[[:Category:Help]] | |[[:Category:Help]] | ||
|- | |- | ||
− | | | + | |画像などのファイルへの内部リンク |
|<pre>[[media:example.jpg]] | |<pre>[[media:example.jpg]] | ||
[[media:example.pdf]]</pre> | [[media:example.pdf]]</pre> | ||
− | + | [[Special:MyLanguage/Help:Images|Help:画像]] も参照してください | |
|[[media:example.jpg]] | |[[media:example.jpg]] | ||
[[media:example.pdf]] | [[media:example.pdf]] | ||
+ | |- | ||
+ | |利用者の利用者ページへの内部リンク | ||
+ | |<pre>[[Special:MyPage]]</pre> | ||
+ | |[[Special:MyPage]] | ||
+ | |- | ||
+ | |利用者のトークページへの内部リンク | ||
+ | |<pre>[[Special:MyTalk]]</pre> | ||
+ | |[[Special:MyTalk]] | ||
|} | |} | ||
+ | {{Anchor|External|External links}} | ||
== 外部リンク == | == 外部リンク == | ||
+ | |||
+ | 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> |
|http://mediawiki.org | |http://mediawiki.org | ||
|- | |- | ||
− | | | + | |ラベルを変更した外部リンク |
− | |< | + | |<tt><nowiki>[http://mediawiki.org MediaWiki]</nowiki></tt> |
|[http://mediawiki.org MediaWiki] | |[http://mediawiki.org MediaWiki] | ||
|- | |- | ||
− | | | + | |番号つき外部リンク |
− | |< | + | |<tt><nowiki>[http://mediawiki.org]</nowiki></tt> |
|[http://mediawiki.org] | |[http://mediawiki.org] | ||
|- | |- | ||
− | | | + | |ファイルアイコンつき外部リンク |
− | |< | + | |<tt><nowiki> |
− | [http://en.wikipedia.org/wiki/.avi | + | [http://en.wikipedia.org/wiki/.avi video] |
− | [http://en.wikipedia.org/wiki/. | + | [http://en.wikipedia.org/wiki/.ogg sound] |
− | [http://en.wikipedia.org/wiki/.pdf | + | [http://en.wikipedia.org/wiki/.pdf document] |
− | </ | + | </nowiki></tt> |
− | + | <small>現在対応しているアイコンや拡張機能については [[#External link icons]] を参照してください。</small> | |
+ | | | ||
+ | [http://en.wikipedia.org/wiki/.avi video]<br/> | ||
+ | [http://en.wikipedia.org/wiki/.ogg sound]<br/> | ||
+ | [http://en.wikipedia.org/wiki/.pdf document]<br/> | ||
+ | |- | ||
+ | |Protocol-relative external link (Will be http if the current URL uses http, or https if it uses https) | ||
+ | |<tt><nowiki> | ||
+ | [//en.wikipedia.org wikipedia]</nowiki><br/><nowiki> | ||
+ | [//en.wikipedia.org //en.wikipedia.org] | ||
+ | </nowiki></tt> | ||
+ | <small>This is only supported inside square brackets <tt><nowiki>[ ]</nowiki></tt> – //en.wikipedia.org by itself does not make a link.</small> | ||
| | | | ||
− | [ | + | [//en.wikipedia.org wikipedia]<br/> |
− | [ | + | [//en.wikipedia.org //en.wikipedia.org] |
− | |||
|- | |- | ||
− | | | + | |同じホストへの外部リンク |
− | |< | + | |<tt><nowiki>http://{{SERVERNAME}}/pagename</nowiki></tt> |
− | | | + | |http://{{SERVERNAME}}/pagename |
|- | |- | ||
− | | | + | |ページ名を渡して他のホストに外部リンクする |
− | |< | + | |<tt><nowiki>http://google.com/search?q={{PAGENAMEE}}</nowiki></tt><br /> |
− | |[http://google.com/search?q={{PAGENAMEE}} | + | See also: [[Special:MyLanguage/Help:Magic_words#URL_encoded_page_names|URL encoded page names]], [[Special:MyLanguage/Manual:PAGENAMEE encoding|PAGENAMEE encoding]] |
+ | |http://google.com/search?q={{PAGENAMEE}} | ||
|- | |- | ||
− | | | + | |mailto リンク |
− | |< | + | |<tt><nowiki>[mailto:info@example.org email me]</nowiki></tt> |
− | |[mailto:info@example.org | + | |[mailto:info@example.org email me] |
|- | |- | ||
− | | | + | |題名と本文のあるmailtoリンク |
− | |< | + | |<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|External links to internal pages}} |
− | + | === 内部ページへの外部リンク === | |
− | + | 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" |
+ | !説明 | ||
+ | !入力内容 | ||
+ | !出力結果 | ||
+ | |- | ||
+ | |現在のページの編集ページへの外部リンク | ||
+ | |<div class="mw-code"><nowiki>[http://www.mediawiki.org/w/index.php?title=Help:Links&action=edit Edit this page]</nowiki></div> | ||
+ | |[http://www.mediawiki.org/w/index.php?title=Help:Links&action=edit Edit this page] | ||
+ | |- | ||
+ | |External link to the current page's edit page using the [[Special:MyLanguage/Help:Magic_words#URL_data|fullurl parser function]] | ||
+ | |<div class="mw-code"><nowiki>[{{fullurl:{{FULLPAGENAME}}|action=edit}} Edit this page]</nowiki></div> | ||
+ | [[Special:MyLanguage/Help:Magic_words#URL_data|Help:マジックワード#URLデータ]] および [[#External links|#外部リンク]] も参照してください | ||
+ | |[{{fullurl:{{FULLPAGENAME}}|action=edit}} Edit this page] | ||
+ | |- | ||
+ | |External link to the current page's edit page, and styled to look like an internal link | ||
+ | |<div class="mw-code"><nowiki><span class="plainlinks">[http://www.mediawiki.org/w/index.php?title=Help:Links&action=edit Edit this page]</span></nowiki></div> | ||
+ | The [[Plainlinks | 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. | ||
+ | |<span class="plainlinks">[http://www.mediawiki.org/w/index.php?title=Help:Links&action=edit Edit this page]</span> | ||
+ | |} | ||
+ | {{anchor|External link icons}} | ||
+ | === 外部リンクのアイコン === | ||
+ | |||
+ | {| class="wikitable" | ||
+ | ! リンクの例 !! アイコン !! トリガー | ||
+ | |- | ||
+ | | [http://.] || [[File:Icon External Link.png]] || <code>http://</code>, <code>gopher://</code>, <code>[//]</code> | ||
+ | |- | ||
+ | | [https://.] || [[File:Lock icon blue.gif]] || <code>https://</code> | ||
+ | |- | ||
+ | | [mailto:.] || [[File:Icon External Link E-Mail.png]] || <code>mailto:</code> | ||
+ | |- | ||
+ | | [news://.] || [[File:Icon External Link Newsgroups.png]] || <code>news<nowiki/>://</code> | ||
+ | |- | ||
+ | | [ftp://.] || [[File:Icon External Link FTP.png]] || <code>ftp://</code> | ||
+ | |- | ||
+ | | [irc://.] || [[File:Icon External Link IRC.png]] || <code>irc://</code> | ||
+ | |- | ||
+ | | [http://.ogg] || [[File:Icon External Link MP3.png]] || <code>.ogg</code>, <code>.mid</code>, <code>.midi</code>, <code>.mp3</code>, <code>.wav</code>, <code>.wma</code> | ||
+ | |- | ||
+ | | [http://.ogm] || [[File:Icon External Link Video.png]] || <code>.ogm</code>, <code>.avi</code>, <code>.mpeg</code>, <code>.mpg</code> | ||
+ | |- | ||
+ | | [http://.pdf] || [[File:Icons-mini-file acrobat.gif]] || <code>.pdf</code>, <code>.pdf#</code>, <code>.pdf?</code> | ||
+ | |} | ||
+ | |||
+ | |||
+ | === 自動リンクを回避する方法 === | ||
+ | |||
+ | When you put a URL on a wiki page it will be automatically converted into an external link, like this: | ||
+ | |||
+ | http://mediawiki.org | ||
+ | |||
+ | To avoid that effect, put the URL between <code><nowiki></code> tags, like this: | ||
+ | |||
+ | <pre><nowiki>http://mediawiki.org</nowiki></pre> | ||
+ | |||
+ | To get this: | ||
+ | |||
+ | <nowiki>http://mediawiki.org</nowiki> | ||
+ | |||
+ | {{Anchor|Interwiki|Interwiki links}} | ||
== ウィキ間リンク == | == ウィキ間リンク == | ||
− | |||
− | + | Interwiki links are links with the internal link markup to a website registered in advance. For example, you can link to the article http://en.wikipedia.org/wiki/Sunflower by typing <code><nowiki>[[wikipedia:Sunflower]]</nowiki></code>, which will result in a link [[wikipedia:Sunflower]]. This works because by default MediaWiki configures <code>wikipedia:</code> as an "interwiki prefix" that turns into <nowiki>http://en.wikipedia.org/wiki/</nowiki> when used inside <nowiki>[[ ]]</nowiki>. (''It may not work 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. <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, 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 [[Special:MyLanguage/Manual:Interwiki|Manual:Interwiki]] and [[m:Help:Interwiki linking]]. Your wiki may have a [[Special:Interwiki]] page listing the interwiki prefixes it supports; {{git file | file=maintenance/interwiki.list | text=here is the default interwiki list}}. You can edit the [[Special:MyLanguage/Manual:Interwiki table|Manual:Interwiki table]] on your site. | |
+ | {{anchor|Interlanguage links}} | ||
=== 言語間リンク === | === 言語間リンク === | ||
− | |||
− | + | If your wiki has other language versions, you may find “interlanguage links” in the [[Special:MyLanguage/Help:Navigation#Sidebar|sidebar]], just below [[Special:MyLanguage/Help:Navigation#Toolbox|toolbox]] in the box named “{{lcfirst:{{int:otherlanguages}}}}.” | |
+ | |||
+ | 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 rather than in the sidebar, you can add a colon before the language prefix: | ||
+ | :<code><nowiki>[[:en:Sunflower]]</nowiki></code> → '''[[:en:Sunflower]]''' | ||
+ | |||
+ | When a link is both interwiki and interlanguage, the order is '''[[wikipedia:en:Sunflower]]'''. | ||
+ | |||
+ | {{anchor|See also}} | ||
+ | |||
+ | == 関連ページ == | ||
− | + | * [[Special:MyLanguage/Help:Linked images|画像のリンク]] | |
− | + | [[Category:Help{{translation}}|Links]] | |
− | + | [[Category:Link{{translation}}|Links]] | |
− | |||
− | {{ | ||
− | |||
− | [[Category:Link |
2016年1月11日 (月) 20:58時点における最新版
注意: このページを編集すると、編集内容が CC0 のもとで公開されることに同意したと見なされます。詳細はパブリック・ドメインのヘルプ ページを参照してください。
|
MediaWiki には5種類のリンクがあります:
- ウィキ内の他のページへの内部リンク
- 他のウェブサイトへの外部リンク
- ウィキの内部ページへの外部リンク
- ウィキに事前に登録済みの他のウェブサイトへのウィキ間リンク
- ウィキの他言語版として登録済みの他のウェブサイトへの言語間リンク
内部リンク[編集]
内部リンクを追加する場合は、二重角括弧 ([[
と ]]
) でリンクしたいページの名前を囲んでください。編集したページを保存すると、指定したページへの新しいリンクが表示されます。対象のページが既に存在する場合はリンクは青色で表示され、存在しない場合は、リンクは赤色で表示されます。
同一ページへのリンクはURLには変換されず、太字で表示されます。
(同一ページにリンクしたい場合は、アンカー (下記参照) または [[#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]] [[Help:Contents]] [[Extension:DynamicPageList (Wikimedia)]] |
Main Page |
パイプのリンク | [[Main Page|different text]] [[Main Page#Concrete_Paragraph|different text2]] 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:リダイレクトも参照してください |
→ 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]] Help:マジックワード#ページ名も参照してください |
Discussion |
サブページへの内部リンク | [[/example]] Shortcut for |
/example |
最初のスラッシュがつかないサブページへの内部リンク | [[/example/]] Shortcut for |
example |
カテゴリページへの内部リンク | [[:Category:Help]] Help:カテゴリも参照してください |
Category:Help |
画像などのファイルへの内部リンク | [[media:example.jpg]] [[media:example.pdf]] Help:画像 も参照してください |
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]
現在対応しているアイコンや拡張機能については #External link icons を参照してください。 |
|
Protocol-relative external link (Will be http if the current URL uses http, or https if it uses https) |
[//en.wikipedia.org wikipedia] [//en.wikipedia.org //en.wikipedia.org] This is only supported inside square brackets [ ] – //en.wikipedia.org by itself does not make a link. |
|
同じホストへの外部リンク | 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]
Help:マジックワード#URLデータ および #外部リンク も参照してください |
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] | ファイル:Icon External Link.png | http:// , gopher:// , [//]
|
[3] | ファイル:Lock icon blue.gif | https://
|
[4] | ファイル:Icon External Link E-Mail.png | mailto:
|
[5] | ファイル:Icon External Link Newsgroups.png | news://
|
[6] | ファイル:Icon External Link FTP.png | ftp://
|
[7] | ファイル:Icon External Link IRC.png | irc://
|
[8] | ファイル:Icon External Link MP3.png | .ogg , .mid , .midi , .mp3 , .wav , .wma
|
[9] | ファイル:Icon External Link Video.png | .ogm , .avi , .mpeg , .mpg
|
[10] | ファイル:Icons-mini-file acrobat.gif | .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 article http://en.wikipedia.org/wiki/Sunflower by typing [[wikipedia:Sunflower]]
, which will result in a link wikipedia:Sunflower. This works because by default MediaWiki configures wikipedia:
as an "interwiki prefix" that turns into http://en.wikipedia.org/wiki/ when used inside [[ ]]. (It may not work 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. Your wiki may have a Special:Interwiki page listing the interwiki prefixes it supports; here is the default interwiki list. You can edit the Manual:Interwiki table on your site.
言語間リンク[編集]
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.