Difference between revisions of "Links - Mediawiki"

From Help Wiki
m
m (subst applied to Template:TwoColumn)
 
Line 1: Line 1:
{{TwoColumn|lead=
 
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.
 
  
 +
<div class="container-fluid">
 +
<div class="row">
 +
<div class="col-md-8">
 +
<div class="lead">
 +
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.
 +
</div>
  
|content=
 
 
===External Link Syntax===
 
===External Link Syntax===
 
To create a link to an external website simply add the full url when editing your page.
 
To create a link to an external website simply add the full url when editing your page.
Line 35: Line 38:
  
 
Here is a link to [[Editing Basics - Mediawiki | a great resource for wiki editing]].
 
Here is a link to [[Editing Basics - Mediawiki | a great resource for wiki editing]].
|sidebar=
+
 
 +
 
 +
<!-- end col-md-8 -->
 +
</div>
 +
<div class="col-md-1"></div>
 +
<div class="col-md-3 sidebar">
 
{{Mediawiki Help}}
 
{{Mediawiki Help}}
 
{{GetHelp}}
 
{{GetHelp}}
}}
+
 
 +
<!-- end col-md-3-->
 +
</div>
 +
<!-- end row-->
 +
</div>
 +
<!-- end container-->
 +
</div>
 +
<!-- Generator=Template:TwoColumn -->
 +
__NOTOC__
 +
__NOEDITSECTION__
 
[[Category:Mediawiki]]
 
[[Category:Mediawiki]]

Latest revision as of 17:01, 14 August 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 Link Syntax

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 Link Syntax

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.