|
Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://wiki.cs.msu.ru/System/WikiSyntax?rev=1
Дата изменения: Unknown Дата индексирования: Sun Apr 10 04:36:23 2016 Кодировка: koi8-r |
*bold type*.
_italic_.
__bold italic__.
MONOSPACED TYPE, use equal signs: =like this=.
==double equal signs== for bold: bold mono.
%RED% red text %ENDCOLOR% and %GREEN% green text %ENDCOLOR% to get red text and green text . %<color>% text must end with %ENDCOLOR%. If you want to switch from one color to another one you first need to end the active color with %ENDCOLOR%, e.g. write %RED% some text %ENDCOLOR% %GREEN% more text %ENDCOLOR%.
%TOC% wherever you like on a page (see System.Macros for more %TOC% options).
<verbatim> to enclose code excerpts, filenames, and other unformatted text:<verbatim> unformatted text! and more of it! </verbatim>
< = < > = >
(a > 0) (a > 0)
& character and you need to escape it to see it as it is. The reason behind is that & has a special meaning in HTML - it starts so called character entities, like '©' which is the © copyright character. 'This & that' to get 'This & that'.
<nop> within a %MACRO% statement to prevent it from being expanded, as follows: %<nop>MACRO%, result: %MACRO%
<verbatim> (advanced) <verbatim> block should be displayed exactly as it is typed (without being expanded), Foswiki does not necessarily ignore it. The following examples show TML that Foswiki will process inside a <verbatim> block:
<verbatim>
Example 1:
* Set VARIABLE = This variable may be used as normal, Eg. %VARIABLE%
Example 2:
%STARTSECTION{"section"}%
This section may be used as normal, Eg. %INCLUDE{"WikiSyntax" section="section"}%
%ENDSECTION{"section"}%
Example 3:
%TMPL:DEF{"template"}%
This template definition may be used as normal, Eg. %TMPL:P{"template"}%
%TMPL:END%
</verbatim>
WebHome. Acronyms will also be linked if the topic exists. See ACRONYM.
Sandbox.WebHome.
http://foswiki.org/.
<nop> or an exclamation mark (!) in front of the WikiWord: <nop>NoLinkPlease or !NoLinkPlease.
<nop>, e.g. write A <nop>!= B to get "A != B". Alternatively, use the HTML entity !, which renders as an exclamation mark, e.g. write A != B to get "A != B".
[space][space][space][asterisk][space]. [space][space][space][1][space].
%ATTACHURL%/yourimagefilename.jpg
---
Main.YourName, it will then expand to WikiGuest.
See EditingShorthand for the complete set of formatting rules.
Related Topics: WikiWords, Macros, EditingShorthand, FileAttachment
Copyright © by the contributing authors. All material on this site is the property of the contributing authors.