Difference between revisions of "Links - Mediawiki"

From Help Wiki
m
m
Line 1: Line 1:
 
{{TwoColumn|lead=
 
{{TwoColumn|lead=
Learn the wiki syntax for ll kinds of links. Remember, you can also use the [[Visual Editor - Mediawiki|Visual Editor]] for the quick and easy way for creating links.
+
Learn the wiki syntax for the various kinds of links. Remember, you can also use the [[Visual Editor - Mediawiki|Visual Editor]] for a quick and easy way to create links.
  
  

Revision as of 15:53, 28 March 2017

Learn the wiki syntax for the various kinds of links. Remember, you can also use the Visual Editor for a quick and easy way to create links.

External Links

To create a link to an external website simply add the full url when editing your page. Example syntax:

Here is a link to http://www.evergreen.edu

will look like...

Here is a link to http://www.evergreen.edu


Example syntax (with link title):

Here is a link to [http://www.evergreen.edu Evergreen's home page]

will look like...

Here is a link to Evergreen's home page

Internal Wiki Links

Example syntax:

Here is a link to [[Editing Basics - Mediawiki]].

will look like...

Here is a link to Editing Basics - Mediawiki.


Example syntax (with link title):

Here is a link to [[Editing Basics - Mediawiki | a great resource for wiki editing]].

will look like...

Here is a link to a great resource for wiki editing.