「ヘルプ:Links」を編集中

移動先: 案内検索

警告: ログインしていません。編集を行うと、あなたの IP アドレスが公開されます。ログインまたはアカウントを作成すれば、あなたの編集はその利用者名とともに表示されるほか、その他の利点もあります。

この編集を取り消せます。 下記の差分を確認して、本当に取り消していいか検証してください。よろしければ変更を保存して取り消しを完了してください。
最新版 編集中の文章
19行目: 19行目:
 
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.
 
Selflinks to the current page are not transformed in URLs but displayed in bold.
 
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 <code><nowiki>[[#top|current page]]</nowiki></code> which always links to the top.)
+
(If you really want to link to the current page, use an anchor (see below), or <nowiki>[[#top|current page]]</nowiki> which always links to the top.)
  
 
<!--T:5-->
 
<!--T:5-->
174行目: 174行目:
  
 
[[media:example.pdf]]</pre>
 
[[media:example.pdf]]</pre>
Linking directly to a file page without creating a thumbnail is done by the following syntax:
 
<nowiki>[[:File:example.pdf]]</nowiki>
 
 
<translate><!--T:28-->
 
<translate><!--T:28-->
 
See also [[<tvar|images>Special:MyLanguage/Help:Images</>|Help:Images]]</translate>
 
See also [[<tvar|images>Special:MyLanguage/Help:Images</>|Help:Images]]</translate>
181行目: 179行目:
  
 
[[media:example.pdf]]
 
[[media:example.pdf]]
<br />
 
<br />
 
<br />
 
[[:File:example.pdf]]
 
 
|-
 
|-
 
|<translate><!--T:29-->
 
|<translate><!--T:29-->
199行目: 193行目:
 
{{Anchor|External|External links}}
 
{{Anchor|External|External links}}
 
<translate>
 
<translate>
 
 
== External links == <!--T:31-->
 
== External links == <!--T:31-->
  
215行目: 208行目:
 
|<translate><!--T:36-->
 
|<translate><!--T:36-->
 
External link</translate>
 
External link</translate>
|<tt><nowiki>https://mediawiki.org</nowiki></tt>
+
|<tt><nowiki>http://mediawiki.org</nowiki></tt>
|https://mediawiki.org
+
|http://mediawiki.org
 
|-
 
|-
 
|<translate><!--T:37-->
 
|<translate><!--T:37-->
 
External link with different label</translate>
 
External link with different label</translate>
|<tt><nowiki>[https://mediawiki.org MediaWiki]</nowiki></tt>
+
|<tt><nowiki>[http://mediawiki.org MediaWiki]</nowiki></tt>
|[https://mediawiki.org MediaWiki]
+
|[http://mediawiki.org MediaWiki]
 
|-
 
|-
 
|<translate><!--T:38-->
 
|<translate><!--T:38-->
 
Numbered external link</translate>
 
Numbered external link</translate>
|<tt><nowiki>[https://mediawiki.org]</nowiki></tt>
+
|<tt><nowiki>[http://mediawiki.org]</nowiki></tt>
|[https://mediawiki.org]
+
|[http://mediawiki.org]
 
|-
 
|-
 
|<translate><!--T:39-->
 
|<translate><!--T:39-->
 
External links with file icons</translate>
 
External links with file icons</translate>
|<tt>
+
|<tt><nowiki>
<nowiki>[https://en.wikipedia.org/wiki/.avi video]</nowiki>
+
[http://en.wikipedia.org/wiki/.avi video]
<nowiki>[https://en.wikipedia.org/wiki/.ogg sound]</nowiki>
+
[http://en.wikipedia.org/wiki/.ogg sound]
<nowiki>[https://en.wikipedia.org/wiki/.pdf document]</nowiki>
+
[http://en.wikipedia.org/wiki/.pdf document]
</tt>
+
</nowiki></tt>
 
<small><translate><!--T:40-->
 
<small><translate><!--T:40-->
 
See [[<tvar|external3>#External link icons</>]] for currently supported icons and extensions.</translate></small>
 
See [[<tvar|external3>#External link icons</>]] for currently supported icons and extensions.</translate></small>
 
|
 
|
[[:en:.avi|video]]<br/>
+
[http://en.wikipedia.org/wiki/.avi video]<br/>
[[:en:.ogg|sound]]<br/>
+
[http://en.wikipedia.org/wiki/.ogg sound]<br/>
[[:en:.pdf|document]]<br/>
+
[http://en.wikipedia.org/wiki/.pdf document]<br/>
 
|-
 
|-
 
|<translate>
 
|<translate>
 
<!--T:75-->
 
<!--T:75-->
 
Protocol-relative external link (Will be http if the current URL uses http, or https if it uses https)</translate>
 
Protocol-relative external link (Will be http if the current URL uses http, or https if it uses https)</translate>
|<tt>
+
|<tt><nowiki>
<nowiki>[//en.wikipedia.org Wikipedia]</nowiki><br/><nowiki>
+
[//en.wikipedia.org wikipedia]</nowiki><br/><nowiki>
 
[//en.wikipedia.org //en.wikipedia.org]
 
[//en.wikipedia.org //en.wikipedia.org]
 
</nowiki></tt>
 
</nowiki></tt>
252行目: 245行目:
 
This is only supported inside square brackets <tt><nowiki>[ ]</nowiki></tt> &ndash; //en.wikipedia.org by itself does not make a link.</translate></small>
 
This is only supported inside square brackets <tt><nowiki>[ ]</nowiki></tt> &ndash; //en.wikipedia.org by itself does not make a link.</translate></small>
 
|
 
|
[//en.wikipedia.org Wikipedia]<br/>
+
[//en.wikipedia.org wikipedia]<br/>
 
[//en.wikipedia.org //en.wikipedia.org]
 
[//en.wikipedia.org //en.wikipedia.org]
 
|-
 
|-
 
|<translate><!--T:41-->
 
|<translate><!--T:41-->
 
External link to the same host</translate>
 
External link to the same host</translate>
|<tt><nowiki>https://{{SERVERNAME}}/pagename</nowiki></tt>
+
|<tt><nowiki>http://{{SERVERNAME}}/pagename</nowiki></tt>
|https://www.mediawiki.org/pagename
+
|http://{{SERVERNAME}}/pagename
 
|-
 
|-
 
|<translate><!--T:42-->
 
|<translate><!--T:42-->
 
External link to other host passing the pagename</translate>
 
External link to other host passing the pagename</translate>
|<tt><nowiki>https://google.com/search?q={{PAGENAMEE}}</nowiki></tt><br />
+
|<tt><nowiki>http://google.com/search?q={{PAGENAMEE}}</nowiki></tt><br />
 
<translate><!--T:79-->
 
<translate><!--T:79-->
 
See also: [[<tvar|encoded>Special:MyLanguage/Help:Magic_words#URL_encoded_page_names</>|URL encoded page names]], [[<tvar|PAGENAMEE>Special:MyLanguage/Manual:PAGENAMEE encoding</>|PAGENAMEE encoding]]</translate>
 
See also: [[<tvar|encoded>Special:MyLanguage/Help:Magic_words#URL_encoded_page_names</>|URL encoded page names]], [[<tvar|PAGENAMEE>Special:MyLanguage/Manual:PAGENAMEE encoding</>|PAGENAMEE encoding]]</translate>
|https://google.com/search?q=Links
+
|http://google.com/search?q={{PAGENAMEE}}
 
|-
 
|-
 
|<translate><!--T:43-->
 
|<translate><!--T:43-->
276行目: 269行目:
 
|<tt><nowiki>[mailto:info@example.org?Subject=URL%20Encoded%20Subject&amp;body=Body%20Text info]</nowiki></tt>
 
|<tt><nowiki>[mailto:info@example.org?Subject=URL%20Encoded%20Subject&amp;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]
|-
 
|<translate><!--T:80-->
 
Custom URI</translate>
 
||<tt><nowiki>[skype:echo123 call me]</nowiki></tt>
 
<small><translate><!--T:81-->
 
Any URI you wish to add needs to be first declared through <tvar|UrlProtocols>{{ll|Manual:$wgUrlProtocols|$wgUrlProtocols}}</>.</translate></small>
 
|[skype:echo123 call me]<br /><translate><!--T:82-->
 
(Disabled on mediawiki.org)</translate>
 
 
|}
 
|}
  
304行目: 289行目:
 
|<translate><!--T:50-->
 
|<translate><!--T:50-->
 
External link to the current page's edit page</translate>
 
External link to the current page's edit page</translate>
|<div class="mw-code"><nowiki>[https://www.mediawiki.org/w/index.php?title=Help:Links&action=edit Edit this page]</nowiki></div>
+
|<div class="mw-code"><nowiki>[http://www.mediawiki.org/w/index.php?title=Help:Links&action=edit Edit this page]</nowiki></div>
|[https://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]
 
|-
 
|-
 
|<translate><!--T:51-->
 
|<translate><!--T:51-->
316行目: 301行目:
 
|<translate><!--T:53-->
 
|<translate><!--T:53-->
 
External link to the current page's edit page, and styled to look like an internal link</translate>
 
External link to the current page's edit page, and styled to look like an internal link</translate>
|<div class="mw-code"><nowiki><span class="plainlinks">[https://www.mediawiki.org/w/index.php?title=Help:Links&action=edit Edit this page]</nowiki><nowiki></span></nowiki></div>
+
|<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>
 
<translate><!--T:54-->
 
<translate><!--T:54-->
 
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.</translate>  
 
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.</translate>  
|<span class="plainlinks">[https://www.mediawiki.org/w/index.php?title=Help:Links&action=edit Edit this page]</span>
+
|<span class="plainlinks">[http://www.mediawiki.org/w/index.php?title=Help:Links&action=edit Edit this page]</span>
 
|}
 
|}
  
353行目: 338行目:
  
 
<translate>
 
<translate>
 +
 
=== How to avoid auto-links === <!--T:59-->
 
=== How to avoid auto-links === <!--T:59-->
  
 
<!--T:60-->
 
<!--T:60-->
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:
 
</translate>
 
</translate>
  
https://mediawiki.org
+
http://mediawiki.org
  
 
<translate>
 
<translate>
366行目: 352行目:
 
</translate>
 
</translate>
  
<pre>&lt;nowiki&gt;https://mediawiki.org&lt;/nowiki&gt;</pre>
+
<pre>&lt;nowiki&gt;http://mediawiki.org&lt;/nowiki&gt;</pre>
  
 
<translate><!--T:62-->
 
<translate><!--T:62-->
 
To get this:</translate>
 
To get this:</translate>
  
<nowiki>https://mediawiki.org</nowiki>
+
<nowiki>http://mediawiki.org</nowiki>
  
 
{{Anchor|Interwiki|Interwiki links}}
 
{{Anchor|Interwiki|Interwiki links}}
405行目: 391行目:
  
 
<!--T:72-->
 
<!--T:72-->
<!-- This isn't working for me here nor on Commons today (I get https://en.wikipedia.org/wiki/en:Sunflower): When a 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]]'''.
 
</translate>
 
</translate>
  

ひつじ小屋別館2代目への投稿はすべて、他の投稿者によって編集、変更、除去される場合があります。 自分が書いたものが他の人に容赦なく編集されるのを望まない場合は、ここに投稿しないでください。
また、投稿するのは、自分で書いたものか、パブリック ドメインまたはそれに類するフリーな資料からの複製であることを約束してください(詳細はひつじ小屋別館2代目:著作権を参照)。 著作権保護されている作品は、許諾なしに投稿しないでください!

このページを編集するには、下記の確認用の質問に回答してください (詳細):

取り消し | 編集の仕方 (新しいウィンドウで開きます)