Intermediate usage information
View or retrieve old versions of a page
Text entry, formatting, and linking
Automatic typography
| These: | -> | <- | <-> | => | <= | <=> | >> | << | -- | --- | 640x480 | (c) | (tm) | (r) |
| Transform into: | → | ← | ↔ | ⇒ | ⇐ | ⇔ | » | « | – | — | 640×480 | © | ™ | ® |
Link names
When a wiki page name is used as a link, the link text that appears on the page is the text of the first heading on the linked page. For example, linking to this page: [[wiki:usageintermediate]] results in:
Intermediate usage information.
To force a particular link text, enter it inside the link following a vertical bar: [[wiki:usageintermediate|More Syntax]] gives:
More Syntax.
You can do the same thing for links to external web sites by putting the
URL in link brackets: [[http://collections.nhm.org|MBPC Website]] gives:
MBPC Website
Images
Forcing a linebreak
and the line will break there. In general, though, use a blank line to separate text as paragraphs.
Boxes
Use this syntax:
<box>
box contents
</box>
to put text inside a box like this.
Box Details
You can modify the width of the box, choose the corner type, select the box color, and give it a title. For details, see the full box plugin documentation.
Lists: nested, unnumbered, and numbered
The default unnumbered lists are marked using two leading spaces then an ‘*’ before each list item.
To use an “ordered” (automatically numbered) list, precede the list items with two spaces and a single dash:
- First numbered item
- Second numbered item
- nesting works fine
- each level of nesting uses a different type of numbering
First numbered item
Second numbered item
nesting works fine
each level of nesting uses a different type of numbering
Tables
^ Type ^ Number ^ Importance ^
| People | 7 | quite |
| Places | 2 | sort of |
| Things | many | not very |
| Type | Number | Importance |
| People | 7 | quite |
| Places | 2 | sort of |
| Things | many | not very |
Footnotes
You can insert a footnote by putting in the footnote text, surrounded by double-parentheses, at the point where you want the footnote number to appear. The text in the parentheses will be displayed at the end of the page as a footnote.
For example, this((Sample footnote text.)) results in this
1).
Outlines
You can create text that is “folded” into an outline that will “unfold” on mouse-clicks. Hovering the mouse over a folded line results in a ghostly preview of the text.
To create outline text, surround blocks of text using --> test to open the block, and <-- to close the block.
--> Top-level line
Contents here will be optionally visible,
depending on clicking the "Top-level line".
<--
Top-level line
 |  |  | Contents here will be optionally visible, depending on clicking the “Top-level line” |
Unformatted text
%%no **boldface** here%%
<code>
No formatting inside this block.
</code>
Tracking pages of interest
If you are particularly interested in a page on the wiki, you can receive an email whenever it is changed. This may be important for critical pages, or just ones that you have a personal stake in.
You must be logged in to register for a page (or how would the system know where to send the notification?).
Click [Subscribe changes] at the bottom of any page of interest and you will be notified whenever it is modified.
To unsubscribe, go back to the page and click the same button (now labelled [Unsubscribe changes]).
Page protections
Some pages should not be available to the public (internal contact information, for example). It is possible to “protect” pages from view except by particular authorized logins.
To do that, contact your friendly local system administrator (unfortunately it cannot be done by regular system users).
Discussions
Of course, anyone can edit a wiki page. Sometimes, though, it’s useful to have an explicit space on a page for discussions about the page contents. Those discussions my persist indefinitely, or be “harvested” and consolidated into a new version of the page.
To create a “discussion area” for a page, include the following anywhere in the page text: ~~DISCUSSION~~ (capitalized “DISCUSSION” surrounded by pairs of tilde symbols)
2)
Including that string will put a “Discussion” box at the end of the page, where anyone can append remarks to the ongoing chat.
To turn off the discussion feature, put this anywhere in the text: ~~NODISCUSSION~~ (the existing discussion text will be saved, but not displayed).