Links to Forum Pages |
To link to a page within the same forum, put the
name of the page in square brackets.
|
[My Page]
⇒ My Page
|
To link to a page in the main group of the forum from a project, put a
"#" sign before the page name.
|
[#My Page]
|
To link to a page in an arbitrary forum, put the forum's URL prefix
(the number or short word in its web address) first.
|
[3#My Page]
[newprod#My Page]
|
You can omit the page name to link to the forum's Home page.
The link will display as the name of the forum.
|
[3#]
[newprod#]
|
Link to a page, but display the link using a different name.
|
[page:"My Page"⊔Other Name]
|
Link to a page, but display the link using an image (either uploaded to the forum or loaded
from an external website; see "Files and Images").
|
[page:"My Page"⊔ image:12345] or
[page:"My Page"⊔ image:http://...gif]
|
Help and popup links point to pages in the same forum, and
appear in their own popup window.
|
[help:My Page]
[popup:My Page]
|
Files and Images |
Files attached with 'Attach File' appear as file: links in the page.
|
[file:12345]
|
You can also point to files on a shared network drive.
|
[file:\\server\x.doc]
|
Images attached with 'Add Image' appear as image: links in the page.
|
[image:12345]
|
You can optionally specify a size to display the image (@widthxheight).
|
[image:12345@640x480]
|
You can also include an image from an external website.
|
[image:http://..gif]
|
MP3 files can be included, just like images.
|
[mp3:12345] or [mp3:http://..mp3]
|
Including Web Pages, RSS Feeds, and More |
Include either another forum page (from this forum or another)
or another web page.
|
[include:My Page] [include:3#My Page] [include:http://...]
|
'Inline' is just like 'include' but can be used to include a short snippet within an existing paragraph.
|
[inline:My Page] etc.
|
Display an RSS feed in a page.
|
[rss:http://..rss.xml] [rsslong:http:..rss.xml] [rssfull:http:..rss.xml]
|
Display an Atp, feed in a page.
|
[atom:http://..atom.xml] [atomlong:http:..rss.xml] [atomfull:http:..rss.xml]
|
Show the recent changes for this forum or another.
|
[recentchanges:] [recentchanges:newprod] [recentchangeslong:]
|
Show all pages that link to this page.
|
[references:]
|
Show all the pages that are in this forum in the page.
|
[pagelist:] [pagelist:bydate]
|
Table of contents based on page headings.
|
[toc:] or [toc:horizontal]
|
Miscellaneous Formatting |
Have this page automatically redirect to another (must be the very first thing on the page).
|
[redirect:Other Page]
|
Display mathematical equations formatted using TeX (requires add-on to be installed by site admin).
|
[math:a=n \times \sum sin(\theta)]
|
Allow displaying the page as a very simple slideshow (use horizontal rules between "slides").
|
[slideshow:]
|
Place a footnote marker in the page.
|
[footnote:start]text of note[footnote:end]
|
Define a named footnote that can be referenced later.
|
[footnote:start name]text of note[footnote:end]
|
Reference a previously defined named footnote.
|
[footnote:ref name]
|
Display the table of footnotes (not needed for right at end of page).
|
[footnote:display]
|
You can also add your own formatting, either by inserting HTML into the page (must be okayed by the forum administrator)
or by having the site administrator create "custom links".
|