| At line 1 changed one line |
| Here's a short reminder on the most common formatting rules you have at your disposal. A complete list is available in TextFormattingRules. |
| Ecco un veloce riepilogo degli elementi di formattazione che avete a disposizione |
| {{{ |
| ---- Linea orizzontale |
| \\ Ritorno a capo forzato |
| [link] Crea un link ipertestuale a "link", dove "link" può essere sia un nome |
| interno Wiki che un link esterno (http://) |
| [testo|link] Crea un link ipertestuale dove il testo del link è diverso dal link |
| vero e proprio. |
| [testo|wiki:link] Crea un link ipertestuale dove il testo del link è diverso dal link |
| vero e proprio, e il link punta a un diverso wiki. |
| At line 3 changed 11 lines |
| (empty line) Make a paragraph break. |
| ---- Horizontal ruler |
| [link] Create hyperlink to "link", where "link" can be either an internal |
| WikiName or an external link (http://) |
| [text|link] Create a hyperlink where the link text is different from the actual |
| hyperlink link. |
| [link#heading] Jumps to that heading on the page. The heading here needs to be |
| written in CamelCase. |
| [text|wiki:link] Create a hyperlink where the link text is different from the |
| actual hyperlink link, and the hyperlink points to a named Wiki. |
| This supports interWiki linking. |
| * Lista puntata (deve essere il primo carattere della linea). Usatene di più (**) |
| per un innestamento più profondo. |
| # Lista numerata (deve essere il primo carattere della linea). Usatene di più (**) |
| per un innestamento più profondo. |
| At line 15 changed 4 lines |
| * Make a bulleted list (must be in first column). Use more (**) |
| for deeper indentations. |
| # Make a numbered list (must be in first column). Use more (##, ###) |
| for deeper indentations. |
| !, !!, !!! Iniziate la linea con un punto esclamativo per marcare un intestazione. |
| Più punti esclamativi implicano un'intestazione più rilevante. |
| At line 20 changed 2 lines |
| !, !!, !!! Start a line with an exclamation mark (!) to make a heading. |
| More exclamation marks mean bigger headings. |
| __testo__ Rende il testo in grassetto. |
| ''testo'' Rende il testo in corsivo (si noti che questi sono doppi singoli apici (')) |
| {{testo}} Rende il testo in una fonte mono spazio. |
| ;term:def Definisce 'term' con 'def'. Usatelo con 'term' vuoto per rendere commenti. |
| At line 23 changed 6 lines |
| __text__ Makes text bold. |
| ''text'' Makes text in italics (notice that these are single quotes (')) |
| {{text}} Makes text in monospaced font. |
| ;term:def Defines 'term' with 'def'. Use this with empty 'term' to |
| make short comments. |
| \\ Forced line break (please use sparingly). |
| |testo|altro testo Rende una tabella. Usate barre doppie per le intestazioni. |
| }}} |
| At line 28 added one line |
| Non usate HTML ... semplicemente non funziona. |
| At line 30 added one line |
| Per includere immagini, devono esistere sul web ed essere accessibili, in uno dei formati gestiti, e compariranno automaticamente. Per la lista dei formati gestiti, verificate tra le [informazioni di sistema | SystemInfo]. |
| At line 32 changed one line |
| Don't try to use HTML, since it just won't work. |
| Per marcare un blocco di codice mantenendo la formattazione, inseritelo tra parentesi graffe triple. |
| At line 34 changed one line |
| To embed images just put them available on the web using one of the approved formats, and they will get inlined automatically. To see the list of approved formats, go check SystemInfo. |
| ''(Vi chiedete da dove arrivi questo testo? Da una pagina chiamata [Edit Page Help], che potete editare a sua volta!)'' |
| At line 36 removed 3 lines |
| To make a code block, use triple {'s to open, and triple }'s to close. |
|
| If you want to use square brackets ([]) in the page without creating a hyperlink, use two opening square brackets. So the text [[Example Non-Link], will appear as [Example Non-Link]. |