Using HTML
Most HTML tags will work, but it's almost always preferable not to use HTML, so that the markup remains easy for everyone to edit.
Hyperlinks
Being able to create links without any formatting required is a core TWiki feature, made possible using
WikiNames. With the latest version of TWiki linking rules, a simple extension of the syntax provides an new set of flexible linking options.
Internal Links
- GoodStyle is a WikiWord that links to the GoodStyle topic located in the current TWiki web.
- NotExistingYet? is a topic waiting to be written. You could create that topic by clicking on the question mark. (Do not create that topic; you would wreck this example!)
External Links
-
http://...
, https://...
, ftp://...
and mailto:...@...
are linked automatically.
- Email addresses like
name@domain.com
are linked automatically.
TWiki Variables
Variables are names that are enclosed in percent signs; they get expanded on the fly.
-
%TOC%
: The table of content, is based on headings in a topic.
-
%WEB%
: The current web, is TWiki .
-
%TOPIC%
: The current topic name, is TextFormattingRules .
-
%ATTACHURL%
: The attachment URL of the current topic. Example usage: If you attach a file to a topic you can refer to it as %ATTACHURL%/image.gif
to show the URL of the file or the image in your text.
-
%INCLUDE{"SomeTopic"}%
: Server side include, includes another topic. The current TWiki web is the default web. Example: %INCLUDE{"TWiki.TWikiWebsTable"}%