Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Help:URL

From Wikipedia, the free encyclopedia
This page is about various URLs of Wikipedia and other Wikimedia servers. For how to markup links, seeHelp:Link.
"WP:URL" redirects here. For the user rights log, seeSpecial:Log/rights.
This help page is ahow-to guide.
It explains concepts or processes used by the Wikipedia community. It is not one ofWikipedia's policies or guidelines, and may reflect varying levels ofconsensus.

Like all pages on theWorld Wide Web, the pages delivered byWikimedia's servers haveURLs to identify them. These are the addresses that appear in your browser's address bar when you view a page. Wikipedia editors also have the ability to createhyperlinks to chosen URLs, pointing to pages either within Wikipedia and other Wikimedia projects, or elsewhere on the Web.

Linking to URLs

The instructions on this page mainly apply to editingwikitext using thesource editor, and may not work with the VisualEditor. For guidance, see theVisualEditor user guide.
Please remove this notice if VisualEditor users are addressed in a way that makes it unnecessary.
Linking and
page manipulation

When editing a page, hyperlinks to other pages within Wikipedia (or other Wikimedia projects) are normally made aswikilinks orinterwikilinks, using the[[...]] syntax described atHelp:Link. However if you want to link to an outside website, or to certain specially generated Wikimedia pages (such as a past version of an article), it is necessary to provide the full URL. This is done usingexternal link syntax.

There are three forms of external link syntax:

  • If the URL is simply included in the wikitext, without square brackets, then it appears as written, and a hyperlink is created:https://meta.wikimedia.org/ produceshttps://meta.wikimedia.org/
  • If the URL is placed in square brackets, then a hyperlink is created with a serial number as its label:[https://meta.wikimedia.org/] gives[1]
  • If the URL is placed in square brackets followed by a space and some text, then that text is used as the label for the hyperlink:[https://meta.wikimedia.org/ Wikimedia] givesWikimedia

Making a link to elsewhere on the same server as the wiki can be simplified by using {{SERVER}}. Example:[{{SERVER}}/relative/url].

To suppress the external link icon, place the external link between<span>...</span> tags.

Fixing links with unsupported characters

Shortcut
  • The URL must start with a supportedURI scheme.http:// andhttps:// are always supported.ssh://,gopher://,irc://,ircs://,ftp://,ftps://,sftp://,news://,nntp://,worldwind://,telnet://,svn://,git://,mms:// andmailto: will create a link and an icon but require an agent registered in the browser.
  • URLs containing certain characters will display and link incorrectly unless those characters arepercent-encoded. For example, a space must be replaced by%20 (this can be done using the PATH option of the{{urlencode:}} parser function).
This list isincomplete; you can help byadding missing items.
sp"',;<>?[]{|}
%20%22%27%2C%3B%3C%3E%3F%5B%5D%7B%7C%7D
Single apostrophes do not need to be encoded; but unencoded multiples will be parsed as italic or bold markup
  • Titles containing certain characters will display and link incorrectly unless those characters are encoded with HTML character references.
newline[]|
space&#91;&#93;&#124;
  • Even though PHP'surlencode() automatically percent-encodes them, these characters donot get URL-encoded bywfUrlencode(). The ":" symbol is a partial exception – it is not encoded anywhere except for IIS 7.0.
;@$!*(),/~:
%3B%40%24%21%2A%28%29%2C%2F%7E%3A

URLs of Wikipedia pages

Shortcut

English Wikipedia's URLs beginhttps://en.wikipedia.org/. That address on its own is redirected to theMain Page.

The page name may include anamespace prefix (such as "Help:" in this page). With somespecial pages it may also include a parameter, as inhttps://en.wikipedia.org/wiki/Special:Contributions/Jimbo_Wales (but for most special page parameters, see below).

Other URLs associated with a page are constructed by adding a query string. The string can be added to either of the above forms (as inhttps://en.wikipedia.org/wiki/Train?action=history ), but in this case the system defaults to thesecond form, i.e. it extends the index.php query string "title=Page_name".

Extended URLs are used:

If constructing URLs for Wikipedia pages, remember to convert spaces into underscores, and to percent-code special characters where necessary, as described in the previous section. (For how to do this in template code, seeTemplates and programming below.)

Various kinds of error message may appear if an invalid URL, or one to which you do not have access, is submitted. In other cases the URL may redirect to a valid one (for example, page titles are converted to theircanonical form as they are when they appear in wikilinks).

Shorter URL

Wikipedia:URLShortener gives a way to make short URLs to Wikipedia pages.

An unofficial redirect site mentioned atUser:Tl-lomas/enwp.org also offers shorter URLs.

enwp.org is not controlled by theWikimedia Foundation, so it could stop working or change purpose at any time.

The second form can make a long page name into a short code.It usespageid, which remains accurate even if the page is moved.Pageid has up to 8 digits, shown by clicking "Page information" under "Tools" on the left side of the page.

URLs on other Wikimedia projects

Other projects use similar URLs to those of English Wikipedia, except that the domain names vary:https://meta.wikimedia.org/ (Meta),https://fr.wikipedia.org/ (French Wikipedia),https://de.wiktionary.org/ (German Wiktionary), etc.

Note thathttps://www.wikipedia.org leads to an international Wikipedia portal page, but other URLs beginning with that prefix redirect to English Wikipedia.

Other projects may also use different strings in place of "/w/" and "/wiki/" in URLs. For details, see theURL help page on Meta.

Templates and programming

For use intemplates, correct URLs can be constructed using certain magic words and parser functions such asfullurl,urlencode and others. Details of these can be found atmw:Help:Magic words.

Most programmatic interaction with Wikipedia can be performed most efficiently using the API, for which URLs beginninghttps://en.wikipedia.org/w/api.php are used. For details, seemw:API.

See also

About Wikipedia (?)
Help for readers (?)
Contributing
to Wikipedia
 (?)
Getting started (?)
Dos and don'ts (?)
How-to pages and
information pages (?)
Coding (?)
Directories (?)
General
technical help
Special
page
-related
Wikitext
Links anddiffs
Media files: images,
videos and sounds
Other graphics
Templates and
Lua modules
Data structure
HTML andCSS
Customisation
and tools
Automated editing
Retrieved from "https://en.wikipedia.org/w/index.php?title=Help:URL&oldid=1236998592"
Categories:

[8]ページ先頭

©2009-2025 Movatter.jp