Contents |
Page names are important when using a content management system. So think carefully about how the name of your wiki page can help keep all the pages you create organized. However, it also helps keep URLs short by using shorter page titles. So length is also a consideration. Fell free to use brief page titles to keep wiki URLs short.
Ordered and unordered lists are powerful ways to create pages with "semantic" meaning. For example, use unordered lists for lists of links and use ordered lists when describing a process.
Use an asterisk (*) to create an unordered list item. For example:
*List item 1
*List item 2
*List item 3
Creates:
Use a pound sign (#) to create an ordered list item. For example:
#List item 1
#List item 2
#List item 3
Creates:
Definition lists are an easy and semantically correct way to create lists of annotated links. For example:
Use this code:
;[http://www.cod.edu/library/ C.O.D. Library] : The College of DuPage Library is a premier community college library providing a full range of information services. Use their Web site to search for books, articles, and other Web sites to aid you in your research.<br />http://www.cod.edu/library/
The key elements are the semicolon ( ; ) before the definition term--a named link to the Web site--and a colon ( : ) that separates the site name from the site description. There's no need to put descriptions on new lines, use line breaks, or "bold" each title. However, if you want to add the site URL at the end of the description (which, is a good idea) you will still use a line break to put the URL on it;s own line.
See the Wikipedia examples page for more examples.
Internal links are links to pages within the site. For instance, you link to the "About us" page from your research guide.
Remember, double brackets are for internal links.
See the Wikipedia links tutorial for more details.
External links are links to pages outside of the Library site. For instance "http://google.com/" or "http://www.cod.edu/".
Remember, single brackets are for external links.
See the Wikipedia links tutorial for more details.
To create "breadcrumb" links like those at the top of this page, use the code below and fill in the appropriate link information:
<p class="breadcrumbs">[http://www.cod.edu/library/ Home] > [[Secondary_page_name|Secondary page]] > Current page</p>
When you are logged into the Library wiki, you will see a number of administrative options at the bottom of the screen: (image coming)
Discussion pages are important in that they allow any other users to comment on pages you create offering suggestions or corrections. Every page you create will automatically have a discussion page created. To see this page, click on the (image) at the bottom of each page.
To help facilitate discussions, it is a good idea to create some useful headings on the discussion pages attached to each page you create. Use the code below to add some standard headings to the discussion page:
==General comments==
==Suggested resources==
==Broken links==
Clicking on the "History" link at the bottom of each page allows you to see the version history of that page. You can also run a "diff" on different versions to see how they differ.