Differences between revisions 2 and 3
Revision 2 as of 2005-02-07 16:08:44
Size: 565
Editor: ClarkUpdike
Comment:
Revision 3 as of 2005-02-07 16:17:04
Size: 723
Editor: ClarkUpdike
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
 Linking to anchors on another page:: you must use an "interwiki" style link.
Create
an anchor.
{{{[[Anchor(myAnchorLabel)]]}}}

Linking to anchors on another page:: you must use an "interwiki" style link.
Line 13: Line 17:
Embedding python (one way--there's others).[[BR]] Embedding python (one way--there's [wiki:Self/HelpOnFormatting#codeDisplay others]).[[BR]]
Line 21: Line 25:
Or ticks for `print "jython rocks!"e`.[[BR]] Or ticks for `print "jython rocks!"`.[[BR]]
Line 23: Line 27:

Inserting "new lines" into a paragraph.[[BR]]
{{{[[BR]]}}}

Wiki Tidbits

Create an anchor. [[Anchor(myAnchorLabel)]]

Linking to anchors on another page:: you must use an "interwiki" style link.

[wiki:Self/SomePage/SomeSubPage#someBookmark bookmarkDisplayText]

Force a new page (aka arbitrary page name).BR ["/mynewpage"]

Prevent a NewPage.BR Py``System``State

Embedding python (one way--there's [wiki:Self/HelpOnFormatting#codeDisplay others]).BR

{{{
#!python
print "jython rocks!"                
} } } <-- don't include these spaces (it's just to escape them)

Or ticks for print "jython rocks!".BR `print "jython rocks!"`

Inserting "new lines" into a paragraph.BR [[BR]]