Courses/Wiki: Difference between revisions

Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 2: Line 2:


Actually, that can probably be the reference manual, and we can just build the test from there.
Actually, that can probably be the reference manual, and we can just build the test from there.
== Exam ==
The exam should ask the person to make a wiki page from scratch, with the following things:
* headings: <nowiki>==, ===</nowiki>
* text: <nowiki>'', ''', '''''</nowiki>
* signing: <nowiki>~~~, ~~~~</nowiki>
* lists: <nowiki>*, **, #, ##</nowiki>
* indentation: <nowiki>:, ::</nowiki>
* links: <nowiki>[[link]], [[link|linktext]], http://link, [http://link linktext]
* redirects: <nowiki>#REDIRECT [[link]]</nowiki>
* categories: <nowiki>[[Category:name]], [[:Category:name]]</nowiki>
* formatting: <nowiki><pre>text  to  format</pre></nowiki>
* images: <nowiki>[[Image:name.ext|thumb|left|caption]]</nowiki>, [[Special:Upload|Upload file]]
It should also cover a few other items of note:
* creating new pages (especially with the "Go" button not allowing you to)
* talk page format
* edit summaries
* when to mark an edit as "minor"

Revision as of 15:51, 10 February 2006

Basically whatever's useful from http://meta.wikimedia.org/wiki/Help:Editing .

Actually, that can probably be the reference manual, and we can just build the test from there.

Exam

The exam should ask the person to make a wiki page from scratch, with the following things:

  • headings: ==, ===
  • text: '', ''', '''''
  • signing: ~~~, ~~~~
  • lists: *, **, #, ##
  • indentation: :, ::
  • links: [[link]], [[link|linktext]], http://link, [http://link linktext] * redirects: <nowiki>#REDIRECT [[link]]
  • categories: [[Category:name]], [[:Category:name]]
  • formatting: <pre>text to format</pre>
  • images: [[Image:name.ext|thumb|left|caption]], Upload file

It should also cover a few other items of note:

  • creating new pages (especially with the "Go" button not allowing you to)
  • talk page format
  • edit summaries
  • when to mark an edit as "minor"