Difference between revisions of "Wiki Editing CheatSheet"

From SmartWiki
Jump to: navigation, search
(Hyperlinks)
Line 9: Line 9:
 
To add a link to '''Main Page''' which displays as ''different text'':
 
To add a link to '''Main Page''' which displays as ''different text'':
 
  <nowiki>[[Main Page|</nowiki>''different text''<nowiki>]]</nowiki>
 
  <nowiki>[[Main Page|</nowiki>''different text''<nowiki>]]</nowiki>
 +
 +
===Links to External Pages===
 +
To add a link to www.smartsimple.com
 +
http://www.smartsimple.com
 +
 +
External link with different label [http://mediawiki.org MediaWiki]
  
 
For more info, go to [http://www.mediawiki.org/wiki/Help:Links MediaWiki Help: Links]
 
For more info, go to [http://www.mediawiki.org/wiki/Help:Links MediaWiki Help: Links]
 +
 
==Image Files==
 
==Image Files==
 
# Under the '''toolbox''', click '''Upload file'''.
 
# Under the '''toolbox''', click '''Upload file'''.

Revision as of 14:01, 21 June 2013

This page is intended to assist editors of the SmartSimple Wiki make revisions and additions.

Hyperlinks

Links to Internal Pages

To add a link to Main Page:

[[Main Page]]

To add a link to Main Page which displays as different text:

[[Main Page|different text]]

Links to External Pages

To add a link to www.smartsimple.com

http://www.smartsimple.com

External link with different label MediaWiki

For more info, go to MediaWiki Help: Links

Image Files

  1. Under the toolbox, click Upload file.
  2. Upload the image.
  3. On the page you wish to display the image: enter this format:
[[File:example.jpg|link=|caption|50px]]
  • link= removes the link to the image file. If you want the image to link to a page, add link=Page Name without brackets.
  • caption is optional.
  • You can specify the width in pixels of the image by adding an argument such as 50px.

For more info, go to MediaWiki Help: Images