Appendix A: Wiki syntaxEnano CMS uses a special formatting language known as wikitext. This formatting allows you to add emphasis to your text, and for advanced users it allows the insertion of tables, custom formatting, and all sorts of fun stuff.
The basicsHeadingsTo insert a level-2 (large) heading, surround a single line of text with = signs. For example:
would become: Enano CMSFor level-3 (medium) and level-4 (small) headings, use three and four = signs, respectively. Bold and italic textTo make text bold, add three apostrophies (''') around the text that you want bolded:
becomes:
Italic text can be done with two apostrophes (''):
becomes:
ListsTo create a list, add an asterisk (*) in front of a line. To further indent list items, just add more asterisks to the beginning of the line.
becomes:
Internal linksYou can add a link to another page in the wiki by typing teo square brackets around the URL title of a page.
becomes: You can customize the text that appears on the link by adding a pipe character (|):
becomes: The URL title of a page is the part of the URL that makes up the page title. Sometimes the actual name of the page is different from the URL title. External linksYou can add an external link to your pages by typing a single square bracket, then the URL of the page (remember the http:// or ftp:// prefix), a space, and then the text for the link.
becomes: Embedding imagesIf you wish to embed an image into a page, you must upload an image file first (depending on whether the site you are on allows it, of course) and then use this syntax to embed the image into the page:
becomes: Optionally, you can specify the maximum image width and height:
becomes: You can also add other flags to an image:
becomes:
becomes: You should always specify the size (WIDTHxHEIGHT), then the position (left or right), then the caption. All of these parameters are optional, however if you specify a caption you must specify a size or use "thumb". Indenting linesYou can indent a line by placine one or more colons (:) in front of it:
becomes:
SignaturesYou can add your username and the date and time to your comments and edits by signing them with four tildes (~~~~).
becomes:
TemplatesTemplates are a way of displaying the same content on multiple pages (sometimes with small variances) and having that content updated whenever the master copy is changed. You can use variables in templates in the format {varname}. Variables can contain underscores but not spaces. Including a template:
This includes the template found here. The result:
Horizontal linesTo add a horizontal line to a page, type four dashes at the beginning of a line.
becomes: Advanced formattingTablesYou can embed tables into your pages, too. For an example of table embedding, see the Enano home page. For a short guide to embedding tables, please see the Wikimedia Meta Table Guide. Categories: Documentation originally written by Dan [ edit categorization ] |



