Main page
Recent changes
Syntax reference.en
B
I
U
S
link
image
code
HTML
list
Show page
Syntax
!Other !!Characters Some sequences of characters are automatically replaced: * Arrows : <^-- : <--, ^--> : -->, <^--> : <--> * Dash : ^-- : -- (since LionWiki 2.0) * Copyrights : ^(c) or ^(C) : (c), ^(r) or ^(R) : (r) !!Code Code syntax is useful when you need to keep original spacing and layout of text, especially for programming source code. ^{{import sys if len(sys.argv) == 2: print "Hello",sys.argv^[1]}} does: {{import sys if len(sys.argv) == 2: print "Hello",sys.argv[1]}} !!Horizontal line ---- by '''^--^--''' !!Suppressing wiki syntax By using ^^ character before syntax keyword or using ^{{something}}. If you still don't know how, take a look on wiki code of this page, there are plenty of examples. If you want to insert ^^ character, you have to double it, i.e. ^^^^ !!HTML code Do you want to insert youtube video to your site? Or any other HTML code? Just insert it between ^{html}some html code{/html}. {html}<object width="217" height="177"><param name="movie" value="http://www.youtube.com/v/OvZrhdy2UdY&hl=cs&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/OvZrhdy2UdY&hl=cs&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="217" height="177"></embed></object>{/html} !!!HTML entities ''Since LionWiki 2.0''. HTML entities are automatically recognized and left without modification. !!Newline LionWiki joins adjacent newlines together, if you need more than one newline, use ^{br}. !!Internal comments ''Since LionWiki 2.0''. You can insert internal comments not intended to be displayed using HTML-like syntax ^<!^-- text not intended to be displayed ^-->
Password
Summary of changes