ImcSwitzerland | ImcSwitzerlandFr | ImcSwitzerlandDe | ImcSwitzerlandIt ------- %TOC% -------Si puo' eventualmente metterlo anche in fondo alla pagina.
[[http://un.qualche.url/a/qualche/pagina.html][testo_da_cliccare]]
| Comandi di Formattazione: | Esempio: Scrivi: | e ottieni: | |||||||||||||||||||
|
Paragrafi: Una linea lasciata bianca crea un nuovo paragrafo. |
Primo paragrafo Secondo paragrafo | Primo paragrafo Secondo paragrafo | |||||||||||||||||||
|
Headings: At least three dashes at the beginning of a line, followed by plus signs and the heading text. One plus creates a level 1 heading (most important), two pluses a level 2 heading; the maximum is level 6. Note: A Table of Content can be created automatically with the %TOC% variable, see TWikiVariables?. Any heading text after !! is excluded from the TOC; for example, write ---+!! text if you do not want to list a header in the TOC.
|
---++ Sushi ---+++ Maguro |
SushiMaguro |
|||||||||||||||||||
|
Testo in grassetto: Le parole che si vogliono evidenziare in grassetto sono da racchiudere fra due * asterischi.
|
*Grassetto* | Grassetto | |||||||||||||||||||
|
Italic Text: Le parole che si vogliono scrivere in italico (corsivo) sono da racchiudere fra due _ underscores (righetta bassa).
|
_Italico_ | Italico | |||||||||||||||||||
|
Grassetto corsivo: Le parole che si vogliono scrivere in _grassetto corsivo- sono da racchiudere fra _ una doppia linetta bassa.
|
__Grassetto corsivo__ | Grassetto corsivo | |||||||||||||||||||
|
Fixed Font: Il testo che deve rimanere non formattato fixed font č da racchiudere fra due = uguali.
|
=Fixed font= |
Fixed font
|
|||||||||||||||||||
|
Fixed Font grassetto: Il testo che deve rimanere non formattato ma in grassetto č da racchiudere fra un doppio segno uguale.
|
==Bold fixed== |
Bold fixed
|
|||||||||||||||||||
Nota: Non lasciare spazi tra la parola e gli indicatori di formattazione (* _ __ = ==).
|
_cosė funziona..._, _...con lo spazio no _ |
cosė funziona..., _...con lo spazio no _ |
|||||||||||||||||||
|
Verbatim Mode: Surround code excerpts and other formatted text with <verbatim> and </verbatim> tags. Note: Use <pre> and </pre> tags instead if you want that HTML code is interpreted. Note: Each tag must be on a line by itself. |
<verbatim>
class CatAnimal {
void purr() {
<code here>
}
}
</verbatim>
|
class CatAnimal {
void purr() {
<code here>
}
}
|
|||||||||||||||||||
|
Separatori: At least three dashes at the beginning of a line. |
------- |
|
|||||||||||||||||||
|
Liste puntate: Tra spazi, un asterisco e un altro spazio. |
* una palletta |
|
|||||||||||||||||||
|
Liste puntate complesse: Sei, nove, ... spazi, un asterisco, e un altro spazio. |
* livello 1
* livello 2
|
|
|||||||||||||||||||
|
Liste ordinate: Tre spazi, un numero, un punto, un altro spazio. Several types are available besides a number:
|
1. Sushi 1. Dim Sum A. Sushi A. Dim Sum i. Sushi i. Dim Sum |
|
|||||||||||||||||||
|
Definition List: Three spaces, a dollar sign, the term, a colon, a space, followed by the definition. |
$ Sushi: Japan $ Dim Sum: S.F. |
|
|||||||||||||||||||
|
Tabelle: Any number of lines of text. Each line is one row of the table consisting of one or more cells. Each cell starts and ends with a vertical bar '|'. Any spaces at the beginning of a line are ignored. Notes: • | *bold* | cells are displayed as table headers.• | 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 (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. |
| *L* | *C* | *R* | | A2 | 2 | 2 | | A3 | 3 | 3 | | multi span ||| | A4-6 | four | four | |^| five | five | |^| six | six | |
|
|||||||||||||||||||
|
WikiWord Links: CapitalizedWordsStuckTogether (or WikiWords?) will produce a link automatically. Note: In case you want to link to a topic in a different Indymedia Documentation Project web write Webname.TopicName.
|
WebNotify Know.ReadmeFirst | WebNotify ReadmeFirst? | |||||||||||||||||||
|
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, prefix the leading left square brackets with an exclamation point, that is, begin with ![[....
|
[[wiki syntax]] [[Main.TWiki users]] escaped: ![[wiki syntax]] | wiki syntax? Main.TWiki users escaped: [[wiki syntax]] | |||||||||||||||||||
|
Specific Links: Create a link where you can specify the link text and the link reference separately, using nested square brackets like [[reference][text]]. Internal link references (e.g. WikiSyntax?) and external link references (e.g. http://TWiki.org/) are supported.
Note: The same Forced Links rules apply for internal link references. Note: For external link references, you can simply use a space instead of ][ to separate the link URL from the descriptive text.
Note: Anchor names can be added as well, like [[WebHome#MyAnchor][go home]] and [[http://gnu.org/#Action][GNU Action]].
|
[[WikiSyntax][syntax]] [[http://gnu.org][GNU]] [[http://xml.org XML]] | syntax? GNU XML | |||||||||||||||||||
|
Anchors: You can define a link reference inside a Indymedia Documentation Project topic (called an anchor name) and link to that. To define an anchor write #AnchorName at the beginning of a line. The anchor name must be a WikiWord?. To link to an anchor name use the [[MyTopic#MyAnchor]] syntax. You can omit the topic name if you want to link within the same topic.
|
[[WikiWord#NotThere]] [[#MyAnchor][Jump]] #MyAnchor To here | WikiWord#NotThere? Jump To here | |||||||||||||||||||
|
Prevent a Link: Prevent a WikiWord? from being linked by prepending it with an exclamation point. |
!SunOS | SunOS | |||||||||||||||||||
|
Disattiva Links: Se vuoi disattivare i links automatici su una parola in WikiWords occorre inserire il testo fra i tags <noautolink> e </noautolink> .
Note: Each tag must be on a line by itself. Note: This also works for TWiki tables, but only if you add a blank line between the end of the table and the closing </noautolink> tag (known issue of the TablePlugin).
|
<noautolink> RedHat & SuSE </noautolink> | RedHat & SuSE | |||||||||||||||||||
|
Mailto: Links: Per creare un link ad un indirizzo mail su una parola cliccabile, oppure per inserire automaticamente il soggetto del messaggio, occorre scrivere [[mailto:utente@dominio test_cliccabile]].
|
[[mailto:utente@dominio.ch Scrivi]] [[mailto:utente@dominio.ch=Ciao Scrivi]] | Scrivi Scrivi | |||||||||||||||||||