= Cell display = ||cell 1||cell 2||cell 3|| ||cell 4||cell 5||cell 6|| http://www.edgewall.com/, !NotAlink * [http://www.edgewall.com/ Edgewall Software] * [wiki:TitleIndex Title Index] * [wiki: 2030] * Tickets: #1 or ticket:1 * Reports: {1} or report:1 * Changesets: r1, [1] or changeset:1 * ... !NoHyperLink !#42 is not a link = IMAGE = [[Image(time.jpg)]] # simplest [[Image(time.jpg, 120px)]] # with image width size [[Image(time.jpg, right)]] # Aligned by keyword [[Image(time.jpg, nolink)]] # Without link to source [[Image(time.jpg, align=left)]] # Aligned by attribute [[Image(SummercamphelpWiki:aa.jpg)]] # simplest == another == [[Image(http://www.gardencom.com/freepics/402649-109a.jpg)]] # simplest = Macro = [[RecentChanges(Trac,3)]] = Processor = == HTML == {{{ #!html

HTML Test

}}} == Python == {{{ #!python class Test: def __init__(self): print "Hello World" if __name__ == '__main__': Test() }}} == Perl == my ($test) = 0; if ($test > 0) { print "hello"; } == Horizantal line == ----