This page is a translated version of the page Help:Linksearch and the translation is 3% complete.
PD 注意:當您編輯本頁面時,即同意以CC0協議授權您的貢獻。您可以在公有領域帮助页面找到更多信息。
此頁面的部分舊修訂版本是在知识共享署名-相同方式共享(CC BY-SA)許可下导入的。 只有新的貢獻採用公有領域授權。
PD

Special:LinkSearch is one of the special pages. You use it to search for external links (links to other web sites) in a wiki. It displays a list of external links that match the URL you specify, showing the source page and the exact target.

The listing is of all links in all namespaces. There is no way to show external links only in articles, which is often of greatest interest as evidenced by w:Wikipedia:External links. The MediaWiki software does offer the ability to search for links only in a specific namespace, but this functionality is disabled on Wikimedia projects, due to efficiency issues. If you run your own wiki and you have miser mode disabled the namespace functionality will be available.

The URL pattern can be:

This returns all links that use the specified protocol.
  • a domain name beginning with a wildcard (preceded by an optional scheme)
This returns all links pointing to the specified domain and its subdomains.

When no scheme is specified, http:// is used. Note that everything after the domain name is ignored in the pattern.

The default scheme is again "http://".

Everything after the ip address in the query pattern is ignored. Wildcards in IPv6 addresses are currently not supported.

  • a full url without wildcard
Examples:
All links starting with the specified pattern will be returned.

Remarks:

  • Even if multiple URLs lead to the same target, with regard to capitalisation, multiple underscores, and using "index.php" or not, Linksearch is case-sensitive after the slash (/) that separates the host or domain part of a domain name from the rest of the URL.

The domain name part is not case sensitive, meaning a search for https://www.mediawiki.org/ returns the same results as a search for http://www.MEDIAWIKI.ORG/.

  • Linksearch does not find alternatively written URLs. Therefore, when creating an external link, for optimal use of Linksearch, use a canonical form for the URL. In particular, if after following a link the address bar shows a modified URL, change the URL in the link to that.

Note that an underscore, unlike a blank space, is alphabetically positioned between "Z" and "a".

  • User credentials in the search pattern and the external links are ignored for http://, https://, ftp://, etc.
  • In the URL of the special page, the target search pattern has to be URL encoded.

Linksearch and sections

For links in external link style, Linksearch provides backlinks of sections, which "Special:Whatlinkshere" does not for links in internal link style. For links in interwiki link style there is no backlink feature at all.

On the other hand, links in internal link style provide existence detection. Also each of the three styles can have a different look, depending on CSS.

Therefore it is useful to combine the advantages of various link styles adding "hidden external links" to internal section links and to all interwiki links, except those for which the interlanguage link feature applies. This is done by adding <span style="display:none">http://...</span>; this can conveniently be done with a template, see below. Although no actual link is added (which would be superfluous because we have already an internal or interwiki link), it is recorded as external link, and therefore Linksearch can find it.

Since Linksearch allows specifying the first part of an anchor, it is useful, if anchor names are numerical or have a numerical end, to use leading zeros. Otherwise, when searching for links to e.g. "1", we also get links to "10", etc. This is e.g. applied in w:Portal:Current events/DateHeader2. More generally, if there are anchors "a" and "ab", it may or may not be desired that a search for links to "a" also gives links to "ab"; if not, use an anchor "_a".

Also, if anchor names have multiple components, it is useful to put the most significant component first, e.g. if anchors indicate months or dates, we could have the format YYYY-MM, or YYYY-MM-DD, or in a year page MM-DD (see also Big endian forms, starting with the year), with leading zeros (see also Link to date content other than required for autoformatting). This applies also for page names, but since these are highly visible, as opposed to anchors, other considerations play a role too. In the case of sections, if for link targets another naming scheme is desired than for display of section headers, anchorscan be put explicitly instead of using section names. This is applied in w:Portal:Current events/DateHeader2, where the use in links of the names of explicitly put anchors is enforced by using pseudo sections, with displayed headers that cannot be used as anchors.

In the case of multiple sections with the same name, the HTML produced has a HTML ID that is the section name, with, from the second occurrence, "_2", "_3", etc. appended. This does not apply when other anchors are used.

Links in external link style to the same wiki

For new links to the same wiki the feature has been abolished in 2009, see r53104.

Consider this link:

Try whether it is found:

Email links

If you want to find all mailto: links to a specific mail host, you can omit the user part and @ sign. For example Special:LinkSearch/mailto:gmail.com.

Machine/programmatic access via API

参见