Difference between revisions of "Links - Mediawiki"

From Help Wiki
(New page: Category:Mediawiki)
 
m (subst applied to Template:TwoColumn)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
 +
<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:'''
 +
 +
<pre>Here is a link to http://www.evergreen.edu</pre>
 +
will look like...
 +
 +
Here is a link to http://www.evergreen.edu
 +
 +
 +
'''Example syntax (with link title):'''
 +
<pre>Here is a link to [http://www.evergreen.edu Evergreen's home page]</pre>
 +
will look like...
 +
 +
Here is a link to [http://www.evergreen.edu Evergreen's home page]
 +
 +
==Internal Wiki Link Syntax==
 +
 +
'''Example syntax:'''
 +
 +
<pre>Here is a link to [[Editing Basics - Mediawiki]].</pre>
 +
will look like...
 +
 +
Here is a link to [[Editing Basics - Mediawiki]].
 +
 +
 +
'''Example syntax (with link title):'''
 +
<pre>Here is a link to [[Editing Basics - Mediawiki | a great resource for wiki editing]].</pre>
 +
will look like...
 +
 +
Here is a link to [[Editing Basics - Mediawiki | a great resource for wiki editing]].
 +
 +
 +
<!-- 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.