Editing version 12 of page Markup (the most recent revision is 17)
Use template:
None
API_Template
DevTrack_Template
Version_Template
[[AneuchCheatsheet.png|{{right:AneuchCheatsheet.png|Aneuch Cheatsheet}}]]
The Aneuch wiki engine attempts to implement the [[http://www.wikicreole.org|Creole]] markup language, with a few deviations (and a few additions). You can see the cheat sheet to the right.
==Implemented Features==
* Bulleted lists (prefix with a '*')
* Numbered lists (prefix with a '#')
* Bold text (surround with two *'s)
* Italic text (surround with two /'s)
* Strikethrough text (surround with two -'s)
* Forced line breaks (use two \'s)
* H1 through H5 headers (start a line with ='s x level (one for H1, five for H5)
* Links, both internal and external (surround by two ['s and ]'s, optional text after a | character)
* Horizonal rule (four -'s)
* Teletype text (surround by backticks)
* Images (surround by 2 {'s and 2 }'s, optional alignment by prepending image url with 'right:' or 'left:', optional alt text after the image url and | character)
* Underline text (surround with two underscores)
==Planned Features==
* Tables (simple)
* Multi-level lists
* Nowiki switches around text
This page is a template
This file is locked by 18.116.230.250 (ec2-18-116-230-250.us-east-2.compute.amazonaws.com) since Fri Mar 14 23:28:12 UTC 2025 . Lock should expire by Fri Mar 14 23:33:12 UTC 2025, and it is now Fri Mar 14 23:30:33 UTC 2025.
Upload a file
By contributing to this wiki, you acknowledge that you waive your right to claim copyright of your individual contributions. The text of this site is uncopyrighted and released to the public domain.
Show markup help Styling **bold **, //italic //, __underline __, --strikethrough--, `teletype ` Headers = Level 1 =, == Level 2 ==, === Level 3 ===, ==== Level 4 ====, ===== Level 5 ===== (ending ='s optional) Lists * Unordered List, # Ordered List, ** Level 2 unordered, ### Level 3 ordered (up to 5 levels, NO SPACES IN FRONT) Links [[Page]], [[Page|description]], [[http://link]], [[http://link|description]] Images {{image.jpg}}, {{right:image.jpg}} (right aligned), [[link|{{image.jpg}}]] (image linked to link), {{image.jpg|alt text}} Extras ---- (horizonal rule), ~~~~ (signature)