Help:Contents
ouvarr cnavilet letovioror vibodarleto liroliac erpasnoget linoboc lizelouc4t elacelorl acelc4tel eltbasg vic4tmonel monbascotrre acroldarli zelacel
WAIxe5
cool site man
interesting site man
tickets_3.txt;2;2
tickets_4.txt;2;2
tickets_5.txt;2;2
Adding an Excel Document or Chart
In Excel you will need to select the area or contents you want to add to your wiki page. Click on File, Print, choose Adobe PDF as your printer. On this dialog box under the Print. What you need to choose Selection. Click Ok. It will then create the pdf file. Now you need to open Adobe Photoshop, File open to this new pdf file. There will be gray checkers on the pdf, don't worry about that, do a File Save As, Choose the Format of jpg. Click Save, a Save Options box will appear, choose 5 under Image Options, click OK. This is the file you will need to upload into your Wiki. Remember...you must be logged in to upload images!
- If you have a large amount of rows and colums you must break it into several areas. If you have a chart you will need to save the chart then open in Adobe and save a jpg. If the image is too large you can resize under Image, Resize in Adobe or Microsoft Office Picture Manager. A good size is 600 x 400 pixels.
Page, URL, and InterWiki Links:
Wiki Pages
You can link to a page by removing the spaces between two or more words, and starting each word with a capital letter. For instance, WikiName and TextFormattingExamples are samples of page links.
People abhorring PascalCase can use a free link: surround text with two pairs of square brackets like Sample Free Link. This allows all-downcase or atomic capitalized names as well as strange names including punctuation.
Nonexistent pages, like SampleUndefinedPage, will be displayed with a question mark link. The question mark link indicates the page doesn't exist yet--follow the link to create and edit the page. [The sample page used here is a special example page--you can't define it.]
URLs
Plain URL link: http://172.16.25.217:16080/wiki/index.php/Sandbox -- http://172.16.25.217:16080/wiki/index.php/Sandbox
Named URL link: [1] -- [http://172.16.25.217:16080/wiki/index.php/Sandbox|Sandbox]
You can create an image which links to a url using [url image_url] e.g. http://www.dickinson.edu/logo/redneg150.gif
On-Site URLS
To make on-site links you must respecify the protocol e.g.:
- [http:/wiki.gif like this local link] -- [http:/wiki.gif like this local link]
- [http:../wiki.gif this relative link] -- [http:../wiki.gif this relative link]
- [http:#anchor this anchor on the current page does not seem to work] -- [http:#anchor this anchor on the current page does not seem to work]
Full relative urls do not seem to work.
InterWiki
InterWiki link: Itwiki:InterWiki -- Itwiki:InterWiki
You can separate links from adjacent text with spaces or the special "" (two double-quotes) delimiter. The "" delimiter is not displayed - it is useful for cases like plural forms of page links. In nearly all cases, trailing punctuation is ignored, so you can safely make links like http://www.cnn.com/, without the trailing comma being part of the link. You can also use FreeLinks.
Lists:
Simple lists:
* Text for a bulleted list item. ** Text for second-level list. *** Text for third level, etc.
...which looks like:
- Text for a bulleted list item.
- Text for second-level list.
- Text for third level, etc.
- Text for second-level list.
Numbered lists:
# Text for a numbered list item. ## Text for second-level list. ### Text for third level, etc. ## Another Text for the second level.
...which looks like:
- Text for a numbered list item.
- Text for second-level list.
- Text for third level, etc.
- Another Text for the second level.
- Text for second-level list.
Indented Text:
: Text to be indented (quote-block) :: Text indented more ::: Text indented to third level
...which looks like:
- Text to be indented (quote-block)
- Text indented more
- Text indented to third level
- Text indented more
Definition Text:
Term with indented definition: [without a blank line between term and definition]
;Term:Definition (indented) ;;Term (indented):Definition (indented two levels) ;;;Term (indented twice):Definition (indented to third level)
...which looks like:
- Term
- Definition (indented)
- Term (indented)
- Definition (indented two levels)
- Term (indented twice)
- Definition (indented to third level)
Images, Audio and Video Files
Just provide the URL, and the image will be inserted inline.
http://www.dickinson.edu/logo/redneg150.gif
These extensions are recognized: gif or jpg
If you have a choice, results are usually best with png for computer generated images, and JPEG for photographic images.
If you have logged in, you can upload images, audio files, or video files. Images must be .jgp files, audio files must be .ogg files, and videos must be .mov files. The link that must be copied into the page to access the file must look like this depending on file type. [[Image:file.jpg]] or [[Image:file.jpg|alt text]] or [[Media:file.ogg]] for sounds and [[Media:file.mov]] for video.
[Click here for more details on images]
Embed Files
[Click here for the code to embed a file]
Preformatted Text
Individual lines can be displayed as preformatted (fixed-width or "typewriter"-font) text by placing one or more spaces at the start of the line. Other wiki formatting (like links) will be applied to this kind of preformatted text.
Additionally, multi-line sections can be marked as pre-formatted text using lines starting with <pre> (to start pre-formatted text), and </pre> (to end preformatted text). The <pre> and </pre> tags are not displayed. Wiki links and other formatting is not done within a preformatted section. (If you want wiki formatting, use spaces at the start of the line instead of the <pre> and </pre> tags.)
For instance:
Pre-formatted section here. No other link =link= or format processing is done on pre-formatted sections.
Miscellaneous rules:
- To quote text without applying the wiki formatting rules, enclose it within a <nowiki> ... </nowiki> section. Within a nowiki section, only HTML-quoting of special characters (<>&) will occur - no other formatting rules will be applied.
- A line which ends in a backslash character (\) will be joined with the next line before most formatting rules are applied. This can be useful for breaking up long sections of text in line-sensitive sections (like lists or indented text).
- If raw-HTML sections are enabled (they are disabled by default), you can enter raw HTML code within an <html> ... </html> section. Note that no quoting is done, so you will need to use sequences like < if you want to display a < character.
- Most of the formatting rules are order-independent. On rare occasions, the order of processing may be important. The rules are processed in the following order: raw HTML sections, HTML quoting, nowiki tags, backslash line joining, preformatted sections, paragraphs, lists and indented text, horizontal lines, italic/bold text, URLs, and finally ordinary WikiName links. [No longer fully accurate for 0.88, needs updating.]