Difference between revisions of "Links - Mediawiki"

From Help Wiki
m (subst applied to Template:TwoColumn)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==External Links==
 
To create a link to an external website simply add the full url when editing your page.
 
  
 +
<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>
  
 +
===External Link Syntax===
 +
To create a link to an external website simply add the full url when editing your page.
 
'''Example syntax:'''
 
'''Example syntax:'''
  
Line 17: Line 23:
 
Here is a link to [http://www.evergreen.edu Evergreen's home page]
 
Here is a link to [http://www.evergreen.edu Evergreen's home page]
  
==Internal Wiki Links==
+
==Internal Wiki Link Syntax==
  
 
'''Example syntax:'''
 
'''Example syntax:'''
  
<pre>Here is a link to [[Editing Basics]].</pre>
+
<pre>Here is a link to [[Editing Basics - Mediawiki]].</pre>
 
will look like...
 
will look like...
  
Here is a link to [[Editing Basics]].
+
Here is a link to [[Editing Basics - Mediawiki]].
  
  
 
'''Example syntax (with link title):'''
 
'''Example syntax (with link title):'''
<pre>Here is a link to [[Editing Basics | a great resource for wiki editing]].</pre>
+
<pre>Here is a link to [[Editing Basics - Mediawiki | a great resource for wiki editing]].</pre>
 
will look like...
 
will look like...
  
Line 34: Line 40:
  
  
 +
<!-- end col-md-8 -->
 +
</div>
 +
<div class="col-md-1"></div>
 +
<div class="col-md-3 sidebar">
 +
{{Mediawiki Help}}
 +
{{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.