At line 5 changed one line |
== Superscript |
== Plug-in/Extension |
At line 7 changed one line |
For those wiki engines which wish to support superscript, we recommend the following syntax. |
For those wiki engines which wish to support plug-ins, we recommend three double angle brackets: |
At line 9 changed one line |
{{{ This is ^^superscripted^^ text. }}} |
{{{ <<<CurrentTimePlugin format='yyyy.MM.dd G \'at\' hh:mm:ss z'>>> }}} |
At line 11 changed one line |
Recommended XHTML: {{{ This is <sup>superscripted</sup> text. }}} |
Output: [{CurrentTimePlugin format='yyyy.MM.dd G \'at\' hh:mm:ss z'}] |
At line 13 changed one line |
Output: This is %%(vertical-align: super) superscripted%% text. |
see [[GenericExtensionElementProposal]] and [[HintsOnExtending]] |
At line 15 removed 48 lines |
Comparison: |
http://www.wikimatrix.org/syntax.php?i=28 |
|
== Subscript |
|
For those wiki engines which wish to support subscript, we recommend the following syntax. (We need to discuss which is better.) |
|
{{{ This is ~~subscripted~~ text. }}} |
or |
{{{ This is ,,subscripted,, text. }}} |
|
Recommended XHTML: {{{ This is <sub>subscripted</sub> text. }}} |
|
This is %%(vertical-align: sub) subscripted%% text. |
|
Comparison on wikimatrix: |
http://www.wikimatrix.org/syntax.php?i=29 |
|
== Underline |
|
For those wiki engines which wish to support underlining, we recommend the following syntax. |
|
{{{ This is __underlined__ text. }}} |
|
Recommended XHTML: {{{ This is <u>underlined</u> text. }}} |
|
Output: This is %%(text-decoration: underline) underlined%% text. |
|
== Alternate Link Syntax |
|
Spaces before and after the arrow are not required. If there are multiple {{{->}}}, then a link cannot have a {{{->}}}, so that gets passed to the description. |
|
{{{ |
[[description -> link]] |
[[the -> can be used to make a link -> TextFormattingRules]] |
}}} |
|
Recommended XHTML: |
{{{ |
<a href="http://www.examplewiki.com/link">description</a> |
<a href="http://www.examplewiki.com/TextFormattingRules">the -> can be used to make a link</a> |
}}} |
|
Sample output: |
|
[description|link]\\ |
[the characters -> can be used to make a link|TextFormattingRules] |
|
At line 76 removed 10 lines |
== Plug-in/Extension |
|
For those wiki engines which wish to support plug-ins, we recommend three double angle brackets: |
|
{{{ <<<CurrentTimePlugin format='yyyy.MM.dd G \'at\' hh:mm:ss z'>>> }}} |
|
Output: [{CurrentTimePlugin format='yyyy.MM.dd G \'at\' hh:mm:ss z'}] |
|
see [[GenericExtensionElementProposal]] and [[HintsOnExtending]] |
|
At line 120 added 59 lines |
|
|
== Superscript |
|
For those wiki engines which wish to support superscript, we recommend the following syntax. |
|
{{{ This is ^^superscripted^^ text. }}} |
|
Recommended XHTML: {{{ This is <sup>superscripted</sup> text. }}} |
|
Output: This is %%(vertical-align: super) superscripted%% text. |
|
Comparison: |
http://www.wikimatrix.org/syntax.php?i=28 |
|
== Subscript |
|
For those wiki engines which wish to support subscript, we recommend the following syntax. (We need to discuss which is better.) |
|
{{{ This is ~~subscripted~~ text. }}} |
or |
{{{ This is ,,subscripted,, text. }}} |
|
Recommended XHTML: {{{ This is <sub>subscripted</sub> text. }}} |
|
This is %%(vertical-align: sub) subscripted%% text. |
|
Comparison on wikimatrix: |
http://www.wikimatrix.org/syntax.php?i=29 |
|
== Underline |
|
For those wiki engines which wish to support underlining, we recommend the following syntax. |
|
{{{ This is __underlined__ text. }}} |
|
Recommended XHTML: {{{ This is <u>underlined</u> text. }}} |
|
Output: This is %%(text-decoration: underline) underlined%% text. |
|
== Alternate Link Syntax |
|
Spaces before and after the arrow are not required. If there are multiple {{{->}}}, then a link cannot have a {{{->}}}, so that gets passed to the description. |
|
{{{ |
[[description -> link]] |
[[the -> can be used to make a link -> TextFormattingRules]] |
}}} |
|
Recommended XHTML: |
{{{ |
<a href="http://www.examplewiki.com/link">description</a> |
<a href="http://www.examplewiki.com/TextFormattingRules">the -> can be used to make a link</a> |
}}} |
|
Sample output: |
|
[description|link]\\ |
[the characters -> can be used to make a link|TextFormattingRules] |