Difference between revisions of "Help"
Andthompson (Talk | contribs) |
Andthompson (Talk | contribs) |
||
Line 7: | Line 7: | ||
===Links=== | ===Links=== | ||
− | '''Internal Link''' - <nowiki>[[page name]]</nowiki> Looks like this [[page name]] | + | '''Internal Link''' - <nowiki>[[page name]]</nowiki> Looks like this: [[page name]] |
− | '''External link''' - <nowiki>[http://www.dsc.com]</nowiki> Looks like this [http://www.dsc.com] | + | '''External link''' - <nowiki>[http://www.dsc.com]</nowiki> Looks like this: [http://www.dsc.com] |
Also, If you just type the URL, the wiki will automatically make it in to a link: http://www.dsc.com | Also, If you just type the URL, the wiki will automatically make it in to a link: http://www.dsc.com | ||
Line 18: | Line 18: | ||
'''Internal/external Link (with different text)''' – <nowiki>[[page name|text]]</nowiki> Looks like this [[pagename|text]] | '''Internal/external Link (with different text)''' – <nowiki>[[page name|text]]</nowiki> Looks like this [[pagename|text]] | ||
− | or <nowiki>[http://www.dsc.com|DSC Homepage]</nowiki> Looks like this [http://www.dsc.com|DSC Homepage] | + | or <nowiki>[http://www.dsc.com|DSC Homepage]</nowiki> Looks like this: [http://www.dsc.com|DSC Homepage] |
*not sure why DSC isn't showing up...I'm checking that. | *not sure why DSC isn't showing up...I'm checking that. | ||
Line 29: | Line 29: | ||
<nowiki>#REDIRECT [[pagename#sectionname]]</nowiki> | <nowiki>#REDIRECT [[pagename#sectionname]]</nowiki> | ||
− | or <nowiki>[[Help#Images|Images]]</nowiki> Which will look like this [[Help#Images|Images]] | + | or <nowiki>[[Help#Images|Images]]</nowiki> Which will look like this: [[Help#Images|Images]] |
Line 36: | Line 36: | ||
'''To just embed an image''' – <nowiki>[[Image:picturename.jpg]]</nowiki> | '''To just embed an image''' – <nowiki>[[Image:picturename.jpg]]</nowiki> | ||
− | will display [[Image:logo.jpg]] | + | will display: [[Image:logo.jpg]] |
Line 43: | Line 43: | ||
'''Most commonly used is to make the image a smaller thumbnail, right justified and add a caption:''' | '''Most commonly used is to make the image a smaller thumbnail, right justified and add a caption:''' | ||
+ | |||
[[image:logo.jpg|300px|thumb|right|CAPTION]] | [[image:logo.jpg|300px|thumb|right|CAPTION]] | ||
− | <nowiki>[[image:logo.jpg|300px|thumb|right|CAPTION]]</nowiki> which will display | + | <nowiki>[[image:logo.jpg|300px|thumb|right|CAPTION]]</nowiki> |
+ | which will display: | ||
*Note all parameters are lower case. | *Note all parameters are lower case. | ||
*300px is the standard thumbnail size for now | *300px is the standard thumbnail size for now | ||
Line 60: | Line 62: | ||
right/left/center – changes the image justification | right/left/center – changes the image justification | ||
+ | |||
+ | All parameters are automatically detected by the wiki and do not have to be in a specific order. | ||
Revision as of 17:15, 10 February 2009
THIS PAGE IS NOT PERMANENT AND SHOULD BE DELETED OR REPLACED WITH PROPER HELP BEFORE PUBLIC LAUNCH
Contents
Commands for editing
Here is a list of the most commonly used wiki commands:
- Almost EVERYTHING is case sensitive
Links
Internal Link - [[page name]] Looks like this: page name
External link - [http://www.dsc.com] Looks like this: [1]
Also, If you just type the URL, the wiki will automatically make it in to a link: http://www.dsc.com
Internal/external Link (with different text) – [[page name|text]] Looks like this text
or [http://www.dsc.com|DSC Homepage] Looks like this: Homepage
- not sure why DSC isn't showing up...I'm checking that.
Create a Redirect page - #REDIRECT [[pagename]]
- No text may precede this
You can also redirect or link to a section of a page like this:
#REDIRECT [[pagename#sectionname]]
or [[Help#Images|Images]] Which will look like this: Images
Images
To just embed an image – [[Image:picturename.jpg]]
There are other modifiers you may use as well to make the image smaller/bigger, make it a thumbnail, frame it, caption it, etc.
Most commonly used is to make the image a smaller thumbnail, right justified and add a caption:
[[image:logo.jpg|300px|thumb|right|CAPTION]] which will display:
- Note all parameters are lower case.
- 300px is the standard thumbnail size for now
Other parameters include:
frame – put a frame around an image (thumb already does this; a caption will only be visible if frame or thumb are used)
300px – makes the image 300 pixels wide, to scale (this can be used with any value, but the wiki will only shrink images, you cannot enlarge them).
right/left/center – changes the image justification
All parameters are automatically detected by the wiki and do not have to be in a specific order.
Sections
The page will automatically create a table of contents once there is more than three sections on the page.
To create a subsection - == section name ==
To create a Sub-subsection - ===section name=== and so on…