Differences between revisions 2 and 18 (spanning 16 versions)
Revision 2 as of 2005-02-07 16:08:44
Size: 565
Editor: ClarkUpdike
Comment:
Revision 18 as of 2005-02-10 22:28:23
Size: 1194
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 4: Line 8:
[wiki:Self/SomePage/SomeSubPage#someBookmark bookmarkDisplayText] [wiki:Self:SomePage/SomeSubPage#someBookmark bookmarkDisplayText]
}}}

Footnotes macro [[FootNote(This is a sample footnote [look for it at the bottom of the page].)]]
{{{
[[FootNote(This is a sample footnote [look for it at the bottom of the page].)]]
Must be separated from the prior word by a space.
Line 10: Line 20:
Link to a subpage (there several ways to do [wiki:Self:HelpOnEditing/SubPages this])[[BR]]
[wiki:Self:JythonDevelopersGuide/EclipseNotes Eclipse notes]
{{{
[wiki:Self:JythonDevelopersGuide/EclipseNotes Eclipse notes]
}}}
Line 13: Line 29:
Embedding python (one way--there's others).[[BR]] Embedding python (one way--there's [wiki:Self/HelpOnFormatting#codeDisplay others]).[[BR]]
Line 21: Line 37:
Or ticks for `print "jython rocks!"e`.[[BR]] Or ticks for `print "jython rocks!"`.[[BR]]
Line 23: Line 39:

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]

Footnotes macro FootNote(This is a sample footnote [look for it at the bottom of the page].)

[[FootNote(This is a sample footnote [look for it at the bottom of the page].)]]
Must be separated from the prior word by a space.

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

Link to a subpage (there several ways to do [wiki:HelpOnEditing/SubPages this])BR [wiki:JythonDevelopersGuide/EclipseNotes Eclipse notes]

[wiki:Self:JythonDevelopersGuide/EclipseNotes Eclipse notes]

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]]