Historical Sandbox, Revision 24
Play Here
Three tildas, ~
Four tildas, ~~
Example of the <eucode> tag
include file.e as file puts(1, "Hello World!\n")
Controversial Entry Keyword
-- NEW global function find_all(object x, sequence source, integer from) sequence ret ret = {} while from > 0 with entry do ret &= from from += 1 entry from = find_from(x, source, from) end while return ret end function
You can play here! Change this to be anything you want. Use for learning purposes only, please.
English | # | Thai |
---|---|---|
one | 1 | neung |
two | 2 | song |
three | 3 | saam |
four | 4 | sii |
five | 5 | ha |
six | 6 | hok |
seven | 7 | jet |
eight | 8 | baht |
nine | 9 | kow |
ten | 10 | sip |
possible anomalies at time of writing.
triple brace inline is different than on start of line. this may be unavoidable because of the PRE tag?
triple brace at line start will forcing a linebreak
bullet list sub item is working
normal indent is not returning to margin
you have to leave a blank line after an ordered list.
Examples of subscript super deleted inserted script.
Use //italics// for italics Use **bold** for bold
Bullet list:
* Bullet list * Second item ** Sub item ...
- Bullet list
- Second item
- Sub item
# Numbered list # Second item ## Sub item
- Numbered list
- Second item
- Sub item
- Third item
- Sub item
- Sub Sub item
- Sub item
Links Link to [[wikipage]]-> Link to wikipage
Links with a name [[URL|linkname]]-> linkname
Large heading: = Large heading->
Large heading
Medium heading: === Medium heading->
Medium heading
Small heading: ==== Small heading->
Small heading
Horizonal line: Horizontal line ->
To force a line break: Force\\Linebreak -> Force
Linebreak
if you see this multiline hidden comments don't work bold either
{{{== [[Nowiki]]: //**don't** format// ~}~}~} w/o ~~~
== [[Nowiki]]: //**don't** format//
nested bold italic format
table | header | ||
---|---|---|---|
a | table | row | |
b | table | row | (tables not implemented yet) |
within heaadline parsing optional
=== **not** //parsed// ===
but opening and closing * & \ is consuned. bug?
**not** //parsed//
closing header '=' is not optional
**not** //parsed//
www.wikicreole.org Creole1.0TestCases
http://www.wikicreole.org/attach/CheatSheet/creole_cheat_sheet.html
Fixed width font is ##text## Fixed width font
{{Image.jpg|title}}-> Image with title
- diff to current revision, view current revision history, backlinks
- Last modified Oct 31, 2010 by DerekParnell