Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Incubator escapee wiki:Tutorial (historical)/Wikipedia links
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
<noinclude>{{short description|Tutorial on adding links and categories to Wikipedia articles}} {{pp-semi-indef}}{{pp-move-indef}} {{Historical}} __NOEDITSECTION__</noinclude> {{Wikipedia:Introduction (historical)/TabsTop}} {{Wikipedia:Introduction (historical)/Tab2|[[Wikipedia:Introduction (historical)|Introduction]]}} {{Wikipedia:Introduction (historical)/Tab2|[[Wikipedia:Introduction (historical)/2|Learn more about editing]]}} {{Wikipedia:Introduction (historical)/Tab2|[[Wikipedia:Introduction (historical)/3|Explore Wikipedia]]}} {{Wikipedia:Introduction (historical)/Tab1|[[Wikipedia:Tutorial (historical)|Tutorial]]}} {{Wikipedia:Introduction (historical)/TabsBottom}} <div style="border:2px solid #A3B1BF; padding:.5em 1em 1em 1em; border-top:none; background-color:#fff; color:#000"><noinclude> {{Wikipedia:Tutorial (historical)/TabsHeader|This=4}} <div style="border:2px solid #A3B1BF; padding:.5em 1em 1em 1em; border-top:none; background-color:#fff; color:#000"><noinclude> {{Shortcut|WP:T|WP:TUTOR}}</noinclude> '''Linking''' Wikipedia articles together is very important. These easily created links allow users to jump to information related to the article they are reading, greatly adding to Wikipedia's usefulness. ==When to link== Adding links to an article makes it more useful, but too many links can be distracting. To avoid [[WP:Overlink|overlinking]], you should normally create a link in an article only at the ''first occurrence'' of a word or phrase (thus, lead sections of articles often have more links than other sections). You should not link common words such as "state" and "world", even though Wikipedia has articles for those words, unless these common words are central concepts to the article. <div style="float: right; background-color:#f5faff; color: #000; padding: .2em .6em; font-size: 100%; border: 1px solid #cedff2; margin-bottom:3px;">'''For more information, see [[Wikipedia:Manual of Style/Linking]]'''</div>{{-}} ==Wiki markup== ===How to link=== [[File:Boldness and links tutorial.ogv|thumb|thumbtime=1|A video tutorial about the basics of wiki markup, including creating links]] To make a link to another Wikipedia page (called a ''wiki link''), put it in double square brackets, like this: :<code><nowiki>[[Sandbox]]</nowiki></code> which the reader will see, after you publish your edit, as this: [[Sandbox]] If you want to link to an article, but display some other text for the link, you can do so by adding the [[Help:Link#Piped link|pipe]] "|" divider (SHIFT + BACKSLASH on English-layout and other keyboards) followed by the alternative name. Place the article you want to link to before the pipe divider, and the text to be seen after the pipe divider. Two examples: 1. <code><nowiki>[[Fox Broadcasting Company|Fox]]</nowiki></code> In the finished article, the text will read '[[Fox Broadcasting Company|Fox]]', and link to the article called 'Fox Broadcasting Company'. 2. <code><nowiki>[[Queen (band)|Queen]]</nowiki></code> and <code><nowiki>[[Queen (chess)|Queen]]</nowiki></code> will both display as [[#|Queen]], but link to very different articles. You can make a link to a specific section of a page like so: :<code><nowiki>[[Target page#Target section|display text]]</nowiki></code> For example: :<code><nowiki>[[Wikipedia:Tutorial (historical)/Wikipedia_links#Categories|Categories]]</nowiki></code> will display as this: [[Wikipedia:Tutorial (historical)/Wikipedia_links#Categories|Categories]] If you want the display text of the link to appear in italics or bold, nest the double square brackets for the link within the multiple apostrophes that delimit the italicized or bold text, like this: :<code><nowiki>''[[War and Peace]]''</nowiki></code> which will display as this: ''[[War and Peace]]'' Please check your links to ensure they point to the correct article. For example, [[Apple]] points to the article about the fruit, while [[Apple Inc.]] is the title of the article about the consumer electronics manufacturer. There are also [[Wikipedia:Disambiguation|"disambiguation" pages]], which are not articles, but rather pages which contain links to articles with similar titles. Some, such as [[Apple (disambiguation)]] are obvious, while others such as [[Georgia]] use generic titles. These differing titles are where piped links are especially useful. For example, a wikilink of [[Georgia (country)]] is much less readable than a piped link of [[Georgia (country)|Georgia]], though both take the reader to the same place. <div style="float: right; background-color:#f5faff; color: #000; padding: .2em .6em; font-size: 100%; border: 1px solid #cedff2; margin-bottom:3px;">'''For more information, see [[Help:Link]]'''</div>{{-}} ===Categories=== You can also put the article in a category with others in a related topic. Near the bottom of the article, type <nowiki>[[Category:]]</nowiki>, and put the name of the category between the colon and the brackets. For example, <code><nowiki>[[Category:Wikipedia tutorials]]</nowiki></code>. '''It is very important to put in the correct categories so that other people can easily find your work.''' The best way to find which categories to put in is to look at pages on similar subjects and check which categories they use. For example, if you write an article about a type of tree, you may look at an article on another type of tree to see which categories could be appropriate. <div style="float: right; background-color:#f5faff; color: #000; padding: .2em .6em; font-size: 100%; border: 1px solid #cedff2; margin-bottom:3px;">'''For more information, see [[Wikipedia:Categorization]]'''</div>{{-}} === External links=== To add a new external link, just type, inside a single set of brackets, the full URL for the link, followed by a space and the text that will be visible. For example: :<code><nowiki>[https://www.example.com/ Official website]</nowiki></code> will display the following, whilst linking to the full URL: :<code>[https://www.example.com/ Official website]</code> ==VisualEditor== Links can be added through the {{menu icon|[[File:VisualEditor_-_Toolbar_-_Linking_(small).png|25px|link=]]|non}} menu, or by using the shortcut {{key press|Ctrl|K}}. [[File:VisualEditor-link tool-search results.png|center|350px]]{{-}} Using the linking menu or shortcut creates a dialog box that allows you to search for relevant internal links within Wikipedia. Pressing {{key press|Enter}} or the "{{int:visualeditor-dialog-action-done}}" button causes the link to appear on the VisualEditor page. [[File:VisualEditor-link tool-external link.png|center|350px]]{{-}} [[Help:External links|External links]] (to other websites) can be created using the "{{int:visualeditor-linkinspector-button-link-external}}" tab, and entering a URL in the box. In articles, this is generally appropriate only in the '''External links''' section, at the bottom of the page. <div style="float: right; background-color:#f5faff; color: #000; padding: .2em .6em; font-size: 100%; border: 1px solid #cedff2; margin-bottom:3px;">'''For more information, see [[Wikipedia:VisualEditor/User_guide#Editing_reference]]'''</div>{{clear}} <div style="float: right; background-color:#f5faff; color: #000; padding: .2em .6em; font-size: 100%; border: 1px solid #cedff2; margin-bottom:3px;">'''For more information, see [[Wikipedia:Simplified ruleset]]'''</div> {{clear}} ---- <small>'''Note:''' ''To view this information in an article style format, see [[Wikipedia:Contributing to Wikipedia|contributing to Wikipedia]]. Wikipedia also has "[[Help:Getting started|topic specific tutorials]]"; and [[Wikipedia:The Wikipedia Adventure|The Wikipedia Adventure]] a comprehensive and fun 7-mission interactive guided tour, which covers all the essentials about editing and the [[Wikipedia:Expectations and norms of the Wikipedia community|expectations and norms of the Wikipedia community]].''</small> ---- {{clear}} <noinclude> <div style="float:right; margin-top: 0.0em; margin-bottom:3px; background-color: #cee0f2; padding: .2em .6em; font-size: 130%; border: 1px solid #a3b1bf;">'''Continue the tutorial with [[Wikipedia:Tutorial (historical)/Citing sources|Citing sources]]''' <span style="font-size: larger; font-weight: bold;">β</span></div> </div></noinclude> <div style="clear:both"></div><noinclude> [[Category:Wikipedia tutorials|*3]] [[Category:Wikipedia links]] </noinclude>
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:-
(
edit
)
Template:Clear
(
edit
)
Template:Historical
(
edit
)
Template:Key press
(
edit
)
Template:Menu icon
(
edit
)
Template:Pp-move-indef
(
edit
)
Template:Pp-semi-indef
(
edit
)
Template:Short description
(
edit
)
Template:Shortcut
(
edit
)