도움말:링크
![]() |
참고: 이 문서를 편집하면 CC0에 따라 당신의 기여를 배포하는 데 동의하는 것으로 간주됩니다. 자세한 내용은 퍼블릭 도메인 도움말 문서를 확인하세요.
|
![]() |
미디어위키에는 5가지의 링크가 있습니다:
- 동일한 위키내에서 다른 페이지로 내부 링크 (보통 '위키링크' 라고 부릅니다)
- External links다른 웹 사이트의 페이지로
- External links to internal pages똑같은 위키에
- Interwiki links 미리 등록된 특수 접두사를 사용하여 다른 웹 사이트에 배포합니다.
- Interlanguage links현재 위키의 다른 언어 버전으로 등록된 다른 W위키에
Please note that this list does not include category links and file links, which are used to place pages into categories and display images or other media files, respectively.
내부 링크
그래서 create는 이터널 링크라고 불립니다,동일한 Wiki의 페이지("데이터 링크")로 이동합니다. 변경 내용을 미리 보거나 저장할 때 대상 페이지로 이동할 수 있는 링크가 표시됩니다.
If the page exists the link is displayed in blue (like the word "create" in the first sentence of this paragraph); if the page does not exist, the link appears red (so the [[like this]]
link is actually rendered like this). Note that the colors could be different if the color scheme of the wiki has been changed from the default.
Following such a "redlink" to a missing page (whether or not it is actually red) will usually enable the user to create the page.
To markup any arbitrary string of text (not necessarily a page title) as a link, use a "vertical bar" or "pipe" character, like this: [[Help:Categories|category links]]
results in the link category links.
The first letter of the link target is usually not case-sensitive (unless the wiki is configured otherwise), meaning links can be capitalized or not (so How to contribute and how to contribute are equivalent). However, the case of every subsequent letter must match the target page exactly (so How to contribute and How To Contribute are not equivalent). Spaces in the page title may be represented as underscores (so How to contribute and How_to_contribute are again equivalent), but using underscores in links will make them visible in the page text (but this can be prevented by using a "pipe").
If the page title you are linking to is that of the page you are editing, the result is not a hyperlink at all but simply bold text (for example, on this page the markup [[Help:Links/ko]]
gives the result Help:Links/ko).
If you're trying to create a wikilink to the current page, you probably want to link to a specific section or to an anchor within the page; see the examples below.
MediaWiki uses the pagelinks table to keep track of internal wikilinks.
이름/설명 | 구문 | 결과 |
---|---|---|
내부 링크 | [[Main Page]]
[[Help:Contents]]
[[Extension:DynamicPageList (Wikimedia)]]
|
|
Piped link |
[[Help:Editing pages|editing help]]
대상 페이지 내의 섹션/앵커에 대한 링크입니다. [[Help:Editing pages#Preview|previewing]]
Piped link to an anchor on the same page [[#See also|different text]]
See also meta:Help:Piped link. |
|
Pipe trick | [[Manual:Extensions|]]
[[User:John Doe|]]
[[Extension:DynamicPageList (Wikimedia)|]]
[[Extension:DynamicPageList (third-party)|]]
The transformation done by the pipe trick can result in the same text for different link targets, as seen in the DynamicPageList examples. |
|
Word-ending links | [[Help]]s
[[Help]]ing
[[Help]]ers
[[Help]]almostanylettersyoulikehere
[[Help]]BUTnotalways
Follows so-called "linktrail rules" localised per each language. |
Helpalmostanylettersyoulikehere HelpBUTnotalways |
word-ending links 회피하기 | [[Help]]<nowiki />ful advice
[[wikipedia:GNU General Public License|GPL]]<nowiki />v3
|
Helpful advice GPLv3 |
동일 문서에서 부분을 링크하기 | [[#See also]]
Anchors are provided automatically on section headings and to the top ( |
#See also |
Setting an anchor for incoming links | <div id="Unique anchor name 1">optional text</div>
<span id="Unique anchor name 2">optional text</span>
Rendered block-level and inline, respectively.
Doing this would allow for Setting an anchor in a section heading ==<span id="Alternate Section Title"></span>Section heading==
Note the placement. This must be a "span" tag, not a "div". (Such anchors allow sections to be retitled without breaking incoming links.) |
optional text
optional text |
Link to an anchor at another page | [[Help:Images#Supported media types for images]]
|
Help:Images#Supported media types for images |
Link to the current page's talk page | [[{{TALKPAGENAME}}|Discussion]]
See also Help:Magic words#Page names |
Discussion |
하위 문서를 링크 | [[/example]]
Shortcut for |
/example |
Link to a subpage without the leading slash | [[/example/]]
Shortcut for |
example |
Link to a subpage of parent page for current page. Can only be used on subpages. | [[../example2]]
Shortcut for |
example2 |
분류 문서를 링크 | [[:Category:Help]]
Without the leading colon the link would not be visible and the page would instead be placed into the category; this is a very common mistake. 같이 보기 도움말:분류 . |
Category:Help |
이미지 또는 미디어 파일 링크 | [[:File:Example.jpg]]
[[:File:Example.jpg|file label]]
[[Media:Example.jpg]]
[[Media:Example.jpg|file label]]
Without the leading colon on the "File:" examples, the images would actually be displayed. See also 도움말:그림 . The |
|
Link to a page specific to each reader (user page, etc.) | [[Special:MyPage]]
[[Special:MyTalk]]
[[Special:Preferences]]
|
|
리비전 버전으로 내부링크 | [[Special:PermanentLink/2393992]]
Revision numbers can be found in each page's edit history. (It is very common to see links to specific revisions implemented as external links because it's easy to cut-and-paste an entire URL to form an external link.) |
Special:PermanentLink/2393992 |
Internal link to a "diff" | [[Special:Diff/2393992]]
[[Special:Diff/2390639/2393992]]
The default (in the first example above) is to show the changes from the previous revision. See also the comments in the previous item. |
|
넘겨주기 | #REDIRECT [[Main Page]] 페이지에서 첫 줄이며 이것만 있어야 합니다. 도움말:넘겨주기 보기. |
![]() |
외부 링크
To create an external link, usually to a page at a different website, enclose the URL followed by space and the link text in single square brackets (see examples below). When you save or preview the page, you will see a link rendered slightly differently than an internal wikilink. It may be a different color and/or be followed by an arrow icon to show that it may lead to another site.
설명 | 작성 | 결과 |
---|---|---|
구체적인 명칭으로 외부 링크 | [https://mediawiki.org MediaWiki] |
MediaWiki |
숫자로된 외부 링크 | [https://mediawiki.org] This is what happens if you omit the link text. Multiple links of this type on the same page are numbered sequentially. |
[1] |
기본적인 외부 링크 | https://mediawiki.org URLs beginning with " |
https://mediawiki.org |
URL 자동 링크 피하기 | <nowiki>https://mediawiki.org</nowiki>
|
https://mediawiki.org |
프로토콜-연계 외부 링크 | [//en.wikipedia.org Wikipedia] [//en.wikipedia.org //en.wikipedia.org] The link will be HTTP or HTTPS depending on the protocol of the page currently being viewed (which could be different for different users).
This is only supported inside of square brackets |
|
External link to the current server | https://{{SERVERNAME}}/pagename |
https://www.mediawiki.org/pagename |
External link to other host passing the pagename | https://google.com/search?q={{PAGENAMEE}} See also: URL encoded page names, Manual:PAGENAMEE encoding |
https://google.com/search?q=Links |
mailto 링크 | [mailto:info@example.org email me] |
email me |
제목과 본문이있는 Mailto | [mailto:info@example.org?Subject=URL%20Encoded%20Subject&body=Body%20Text info] |
info |
커스텀 URI | [skype:echo123 call me] Any URI you wish to add needs to be first declared through $wgUrlProtocols . (이 예제는 Mediawiki.org에서 사용할 수 없습니다) |
[skype:echo123 call me] |
내부페이지를 외부로 링크
To add a link to a page on the same wiki using URL query parameters, you may need to use external link syntax.
설명 | 작성 | 결과 |
---|---|---|
현재 페이지의 편집 페이지에 대한 외부 링크 | [https://www.mediawiki.org/w/index.php?title=Help:Links&action=edit Edit this page] [{{fullurl:{{FULLPAGENAME}}|action=edit}} Edit this page] See also Help:Magic_words#URL_data and External links above. |
|
External link to the current page's edit page, and styled to look like an internal link | <span class="plainlinks">[https://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 |
Limitations
- External links doesn't support Word-ending links.
- External links doesn't count toward Special:WhatLinksHere (What links here).
인터위키 링크
Interwiki links are internal-style links to other websites (which do not have to be wikis, despite the name).
For example, you can link to the article https://en.wikipedia.org/wiki/Sunflower by typing [[wikipedia:Sunflower]]
or, on this wiki, the shorter [[w:Sunflower]]
.
Both will result in a link wikipedia:Sunflower.
This works because by default MediaWiki configures wikipedia:
as an "interwiki prefix" that turns into https://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 [https://en.wikipedia.org/wiki/Sunflower big yellow flower]
.
More details are at 메뉴얼:인터위키 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 interwiki table on your site.
내부링크
If your wiki has other language versions, you may find interlanguage links in the sidebar, just below toolbox in a section titled “다른 언어.”
In wiki markup an interlanguage link looks very much like an interwiki link, but behaves similarly to a category link in that it is rendered in a special way. While category links appear in a special list at the bottom of the page (usually), interlanguage links appear in a special list in the sidebar of the page (or elsewhere, depending on the wiki's configuration and the skin used).
The purpose of interlanguage links is to link pages on the same topics in different languages. To create an interlanguage link, type [[language prefix:page name]]
anywhere in the page (preferably at the bottom, like category links); the language prefix is the prefix specified at your wiki for the other language version (typically the ISO 639-1 language code).
The interlanguage link is unilateral, it does not point back from that page in the other language.
For that purpose, an equivalent back-link needs to be placed there as well.
It does not work like the "Edit links" in the languages section of Wikipedia-language versions.
But it can be used across all name spaces, including 'User:' to point to ones other profiles in other languages.
If you want to make the interlanguage link appear at a specific place in the content of the page rather than in the sidebar, 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.
더 많은 정보는 m:Help:Interwiki linking#Interlanguage links 참조.
Limits
제한
인터위키 링크는 최대 page title 크기로 제한됩니다.