Help:Contents
From UDI Wiki
Wiki Documents
Please see this documentation on how to use and edit this Wiki.
- How To Edit A Page - Wikipedia
- User's Guide - MediaWiki
- Wiki Localization - MediaWiki
Wiki Cheatsheet
This cheatsheet shows the basic formatting tricks. This sheet can also be printed from a easy to read PDF which is found on the MediaWiki Cheatsheet page.
| Wiki text | Result |
| ''italic'' | italic |
| '''bold''' | bold |
| '''''bold and italic''''' | bold and italic |
|
==heading== |
Headings in different sizes |
| [[Link to another page]] [[Link|different title]] |
Internal Link to another page
on the wiki |
|
http://www.example.org |
External link Link with description |
| [[fr:Page en français]] | Interwiki link to french Wikipedia (appears under “languages“) |
| [[Category:Example]] | Add article to category “example“ |
|
---- |
horizontal line |
|
* one |
Bullet list |
|
# one |
Numbered list |
|
# one |
Numbered and Bullet mixed list |
| [[Image:File.jpg|Text]] [[Image:File.jpg|frame|Text]] |
Image with alternative text Image aligned right with caption |
| [[Media:File.ogg]] | Download link |
| {{Name}} | Include template “Name“ |
| --~~~ | Signature (Link to userpage) |
| --~~~~ | Signature with timestamp (date & time) |
| #REDIRECT [[Other article]] | Redirect to another article |
| ' 'Code Box Example ' 'Each line starts with a space (without the single quotes seen here) |
Code Box Example Each line starts with a space |