Help:Links

From WikiMapia

Jump to: navigation, search
Help
Reading
Navigation
Searching
Tracking changes
Basic Editing
Starting a new page
Editing existing pages
Formatting
Links
User pages
Talk pages
Advanced editing
Images
Tables
Categories
Subpages
Managing files
Moving a page
Redirects
Deleting a page
Templates
Variables
Special pages
Personal Customizing
Preferences
Wiki sysop group
Range IP blocks
Server administration
Interwiki linking
Namespaces
User rights

There are four sorts of links in MediaWiki:

  1. internal links to other pages in the wiki
  2. external links to websites
  3. inter-wiki links (links to other wikis)
  4. inter-language links to other language versions of the same wiki

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, empty pages are displayed in red. Selflinks to the current page are not transformed to URLs but displayed in bold.

The first letter of the target page is automatically capitalized 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).

[edit] How to link

Description You type You get
Internal link [[Main Page]] Main Page
Category link [[:Category:Help]] Category:Help
Piped link [[Main Page|different text]] different text
Anchor link [[#External links|Anchor link]] Anchor link
External link http://mediawiki.org http://mediawiki.org
Internal link to image file [[media:example.jpg]] media:example.jpg
External link,

different title

[http://mediawiki.org MediaWiki] MediaWiki
External link,

unnamed

[http://mediawiki.org] [1]
External link,

same host unnamed

[http://{{SERVERNAME}}/pagename] [2]
Interwiki link [[Wikipedia:MediaWiki]] Wikipedia:MediaWiki
mailto mailto:info@example.org mailto:info@example.org
mailto unnamed [mailto:info@example.org] [3]
mailto named [mailto:info@example.org info] info
redirect #REDIRECT [[Main Page]] Main Page
Tip for wiki admins: The protocols (eg http:) allowed in links are specified at $wgUrlProtocols in LocalSettings.php.
Tip for wiki admins: To remove the 'arrows' that follows each external link, add the following code to MediaWiki:Monobook.css.
#bodyContent a.external,
#bodyContent a[href ^="gopher://"] {
        background: none;
        padding-right: 0;
}
Personal tools