TextFormattingRules 44 - 25 Apr 2004 - Main.PeterThoeny
|
|
TWiki Text Formatting | | | |
< < | Three spaces, a number, and another space. | > > | Three spaces, a number, a dot, and another space. Several types are available besides a number:
Type | Generated Style | Sample Sequence |
1. | Arabic numerals | 1, 2, 3, 4... |
A. | Uppercase letters | A, B, C, D... |
a. | Lowercase letters | a, b, c, d... |
I. | Uppercase Roman Numerals | I, II, III, IV... |
i. | Lowercase Roman Numerals | i, ii, iii, iv... |
| | | |
< < |
- Sushi
- Dim Sum
| > > |
- Sushi
- Dim Sum
- Sushi
- Dim Sum
- Sushi
- Dim Sum
| | | |
< < |
- Sushi
- Dim Sum
| > > |
- Sushi
- Dim Sum
- Sushi
- Dim Sum
- Sushi
- Dim Sum
| | | | wiki syntax
Main.TWiki users | |
> > | escaped:
[[wiki syntax]] | | | |
> > | escaped:
[[wiki syntax]] | | | | TWiki and JavaScript | |
< < | You can use JavaScript for your TWiki applications. Sice TWiki rendering might interfere with JavaScript code you need to escape it with HTML comments and <pre> tags: | > > | You can use JavaScript for your TWiki applications. Since TWiki rendering might interfere with JavaScript code you need to escape it with HTML comments and <pre> tags: | |
<script language="JavaScript">
<!-- Hide JavaScript and <pre> escape TWiki rendering | |
-
- A: The
'&' character has a special meaning in HTML, it starts a so called character entity, i.e. '©' is the © copyright character. You need to escape '&' to see it as it is, so write '&' instead of '&' . Example: Type 'This & that' to get 'This & that' .
-- TWiki:Main.MikeMannix - 02 Dec 2001
| |
< < | -- TWiki:Main.PeterThoeny - 29 Mar 2004 | > > | -- TWiki:Main.PeterThoeny - 25 Apr 2004 | | |
|
TextFormattingRules 43 - 30 Mar 2004 - Main.PeterThoeny
|
|
TWiki Text Formatting | | | |
< < | Three spaces and an asterisk. | > > | Three spaces, an asterisk, and another space. | | | | | |
< < | Six, nine, ... spaces and an asterisk. | > > | Six, nine, ... spaces, an asterisk, and another space. | | | | | |
< < | Three spaces and a number. | > > | Three spaces, a number, and another space. | | | | | center-spaced | cells are displayed center aligned. •
| right-spaced | cells are displayed right aligned. •
| 2 colspan || cells are displayed as multi-span columns (i.e., a cell with no text spans a column). • | |
< < | |^| cells with a caret indicate follow-up rows of multi-span rows. • | > > | |^| cells with a caret indicate follow-up rows of multi-span rows (this functionality is provided by TablePlugin). • | | If a row contains a large amount of text, and you want it to be more readable while editing the table, split the row into multiple text lines by ending each line with a backslash character '\' . •
Table cells wrap automatically as determined by the browser.
| | | Forced Links:
You can create a forced internal link by enclosing words in double square brackets.
Note: Text within the brackets may contain optional spaces; the topic name is formed by capitalizing the initial letter and by removing the spaces; for example, [[text formatting FAQ]] links to topic TextFormattingFAQ. You can also refer to a different web and use anchors. | |
< < | Note: To "escape" double square brackets that would otherwise be a correct link, use <nop> between the leading left square brackets, that is, begin with [<nop>[.... | > > | Note: To "escape" double square brackets that would otherwise be a correct link, prefix the leading left square brackets with an exclamation point, that is, begin with ![[.... | | | | | |
< < | Prevent a WikiWord from being linked by prepending it with the <nop> tag. | > > | Prevent a WikiWord from being linked by prepending it with an exclamation point. | | | |
< < | <nop>SunOS | > > | SunOS | | | |
< < | SunOS | > > | SunOS | | | |
-
- This feature allows you to enter an unclosed angle bracket - as a greater than or less than symbol - and have it automatically rendered as if you had entered its HTML character,
< , ex: a < b
- If you're pasting in preformatted HTML text and notice problems, check the file in a text processor with no text wrap. Also, save without hard line breaks on text wrap, in your HTML editing program.
| |
> > | TWiki and JavaScript
You can use JavaScript for your TWiki applications. Sice TWiki rendering might interfere with JavaScript code you need to escape it with HTML comments and <pre> tags:
<script language="JavaScript">
<!-- Hide JavaScript and <pre> escape TWiki rendering
... put your JavaScript code here...
// Stop hiding and stop </pre> escaping TWiki rendering -->
</script>
| | Hyperlinks
Being able to create links without any formatting required is a core TWiki feature, made possible with WikiWords. New TWiki linking rules are a simple extension of the syntax that provide a new set of flexible options. | | | |
< < |
- To "escape" a percent sign that would otherwise be interpreted as a variable, add
<nop> after the first percent sign. Write: %<nop>SOMEVARIABLE% to get: %SOMEVARIABLE%.
| > > |
- To "escape" a variable, prefix it with an exclamation point. Write:
!%SOMEVARIABLE% to get: %SOMEVARIABLE%.
| | TWikiPlugin Formatting Extensions | |
-
- A: The
'&' character has a special meaning in HTML, it starts a so called character entity, i.e. '©' is the © copyright character. You need to escape '&' to see it as it is, so write '&' instead of '&' . Example: Type 'This & that' to get 'This & that' .
-- TWiki:Main.MikeMannix - 02 Dec 2001
| |
< < | -- TWiki:Main.PeterThoeny - 16 Mar 2004 | > > | -- TWiki:Main.PeterThoeny - 29 Mar 2004 |
|
TextFormattingRules 42 - 17 Mar 2004 - Main.PeterThoeny
|
|
TWiki Text Formatting | | | |
< < | Three spaces, the term, a colon, a space, followed by the definition.
Note: Terms with spaces are not supported. In case you do have a term with more then one word, separate the words with dashes or with the non-breaking-space entity. | > > | Three spaces, a dollar sign, the term, a colon, a space, followed by the definition. | | | |
< < |
- Sushi
- Japan
- Dim Sum
- S.F.
| > > |
- Sushi
- Japan
- Dim Sum
- S.F.
| | | |
< < |
- Sushi
- Japan
- Dim Sum
- S.F.
| > > |
- Sushi
- Japan
- Dim Sum
- S.F.
| | | |
- Q: Why is the
'&' character sometimes not displayed?
- A: The
'&' character has a special meaning in HTML, it starts a so called character entity, i.e. '©' is the © copyright character. You need to escape '&' to see it as it is, so write '&' instead of '&' . Example: Type 'This & that' to get 'This & that' .
| |
< < | -- MikeMannix? - 02 Dec 2001
-- PeterThoeny? - 15 Jul 2003 | > > | -- TWiki:Main.MikeMannix - 02 Dec 2001
-- TWiki:Main.PeterThoeny - 16 Mar 2004 |
|
TextFormattingRules 41 - 16 Dec 2003 - Main.PeterThoeny
|
|
TWiki Text Formatting | |
< < | Working in TWiki is as easy as typing in text - exactly like email. You don't need to know HTML, though you can use it if you prefer. Links to topics are created automatically when you enter WikiWords. And TWiki shorthand gives you all the power of HTML with a simple coding system that takes no time to learn. It's all layed out below - refer back to this page in a pop-up window from the Edit screen. | > > | Working in TWiki is as easy as typing in text - exactly like email. You don't need to know HTML, though you can use it if you prefer. Links to topics are created automatically when you enter WikiWords. And TWiki shorthand gives you all the power of HTML with a simple coding system that takes no time to learn. It's all laid out below - refer back to this page in a pop-up window from the Edit screen. | |
TWiki Editing Shorthand |
|
TextFormattingRules 40 - 01 Aug 2003 - Main.PeterThoeny
|
|
TWiki Text Formatting | | Forced Links:
You can create a forced internal link by enclosing words in double square brackets.
Note: Text within the brackets may contain optional spaces; the topic name is formed by capitalizing the initial letter and by removing the spaces; for example, [[text formatting FAQ]] links to topic TextFormattingFAQ. You can also refer to a different web and use anchors. | |
> > | Note: To "escape" double square brackets that would otherwise be a correct link, use <nop> between the leading left square brackets, that is, begin with [<nop>[.... | | | | | |
> > |
- To "escape" a percent sign that would otherwise be interpreted as a variable, add
<nop> after the first percent sign. Write: %<nop>SOMEVARIABLE% to get: %SOMEVARIABLE%.
| | TWikiPlugin Formatting Extensions |
|
Revision 44 | r44 - 25 Apr 2004 - 06:29:37 - PeterThoeny? |
Revision 43 | r43 - 30 Mar 2004 - 05:39:47 - PeterThoeny? |
Revision 42 | r42 - 17 Mar 2004 - 07:03:50 - PeterThoeny? |
Revision 41 | r41 - 16 Dec 2003 - 08:41:03 - PeterThoeny? |
Revision 40 | r40 - 01 Aug 2003 - 05:12:16 - PeterThoeny? |
Revision 39 | r39 - 26 Jul 2003 - 21:37:04 - PeterThoeny? |
|
|
This site is powered by the TWiki collaboration platform. All material on this collaboration platform is the property of the contributing authors. All material marked as authored by Eben Moglen is available under the license terms CC-BY-SA version 4.
|
|