Help:Contents

From ITTeachingWorkshop

(Difference between revisions)
Jump to: navigation, search
Current revision (14:56, 2 April 2011) (edit) (undo)
 
(5 intermediate revisions not shown.)
Line 1: Line 1:
-
'''To edit this wiki, you will need a free [https://friend.weblogin.umich.edu/friend/ friend account] at the University of Michigan. (Just provide your email address at the link.) More information [http://www.itd.umich.edu/itcsdocs/s4316/ is available].'''
+
==Editing this wiki==
 +
'''To edit this wiki, you will need a free [https://friend.weblogin.umich.edu/friend/ friend account] at the University of Michigan. (Just provide your email address at the link.) The university provides more detailed [http://www.itd.umich.edu/itcsdocs/s4316/ friend account documentation].'''
Without a friend account, you will receive the following error message when you try to edit.
Without a friend account, you will receive the following error message when you try to edit.
[[Image:LockedWiki.png]]
[[Image:LockedWiki.png]]
 +
 +
Login with CoSign (highlighted), using your friend account, and you will have full access to the site.
 +
 +
==Alternate url for this wiki==
 +
[http://bit.ly/ittw2011 bit.ly/ittw2011], or [http://bit.ly/ittw2011s bit.ly/ittw2011s] if you have a friend account ready.
 +
 +
==Sample wiki code==
 +
 +
Sample wiki code for linking to an uploaded non-image file.
 +
 +
<nowiki>[[Media:Test.pptx|foo bar presentation]]</nowiki>
 +
 +
Here's sample wiki syntax for adding your own row:
 +
<nowiki>|-</nowiki>
 +
|Your Name || Your University || Your E-mail
 +
 +
The double-bars (||) separate cells when they are all specified on the same line. When cell content gets more verbose, there is an alternate wiki table syntax for a new row:
 +
<nowiki>|- </nowiki>
 +
|Your Name
 +
|Short Description
 +
|<nowiki>[http://www.example.com Display Text]</nowiki>

Current revision

[edit] Editing this wiki

To edit this wiki, you will need a free friend account at the University of Michigan. (Just provide your email address at the link.) The university provides more detailed friend account documentation.

Without a friend account, you will receive the following error message when you try to edit. Image:LockedWiki.png

Login with CoSign (highlighted), using your friend account, and you will have full access to the site.

[edit] Alternate url for this wiki

bit.ly/ittw2011, or bit.ly/ittw2011s if you have a friend account ready.

[edit] Sample wiki code

Sample wiki code for linking to an uploaded non-image file.

[[Media:Test.pptx|foo bar presentation]]

Here's sample wiki syntax for adding your own row:

|-
|Your Name || Your University || Your E-mail

The double-bars (||) separate cells when they are all specified on the same line. When cell content gets more verbose, there is an alternate wiki table syntax for a new row:

|- 
|Your Name
|Short Description
|[http://www.example.com Display Text]