Skip to topic | Skip to bottom
Home
Search:

Local
Local.ImcChItWikiHowtor1.4 - 02 Dec 2004 - 12:30 - OmChtopic end
You are here: Local > ImcSwitzerlandIt > ImcChItWikiHowto

Start of topic | Skip to actions
ImcSwitzerland | ImcSwitzerlandFr | ImcSwitzerlandDe | ImcSwitzerlandIt

Come modificare/creare/interagire con il Wiki di Indymedia Svizzera Italiana

Cos'é e a cosa serve il wiki?

Il wiki e' un sistema che permette a piu' persone di lavorare sullo stesso testo.

WikiWord

Una WikiWord e' composta da due parti, di almeno due lettere ciascuna e con l'iniziale maiuscola. Queste parole identificano una pagina e basta scriverle per ottenere direttamente un link alla pagina.

Registrazione

Per poter interagire con le pagine Wiki, occorre registrarsi (si fa qui: http://docs.indymedia.org/view/TWiki/TWikiRegistration). Il nome che si sceglie deve essere composto da due paroline attaccate con le 2 iniziali in maiuscolo, per esempio GiorgioGiudici?

Barra di navigazione

Si trova in alto a destra di ogni pagina, permette di interagire con la pagina attuale

Edit

Per modificare la pagina.

Attach

Per caricare dei documenti (immagini, audio, video, pdf...) da poi usare nella pagina.

Diffs

Per vedere la versione precedente all'ultima modifica.

Printable

Per ottenere una versione stampabile della pagina.

More

Da qui si puo' rimuovere e cambiare il nome della pagina.

Prefisso

Per le pagine Wiki di Indymedia Svizzera Italiana utilizziamo, per coerenza, il prefisso "ImcChIt" (le pagine principali sono invece ImcSwitzerland e ImcSwitzerlandIt, cosi' che i forestieri capiscano a che paese si riferisce).

Intestazione

Sarebbe bello se ogni pagina nuova abbia la seguente intestazione che permette di navigare tra le nostre pagine:

ImcSwitzerland | ImcSwitzerlandFr | ImcSwitzerlandDe | ImcSwitzerlandIt
-------
%TOC%
-------

Si puo' eventualmente metterlo anche in fondo alla pagina.

Links

Per le pagine wiki basta scrivere il loro nome, per gli url esterni:
[[http://un.qualche.url/a/qualche/pagina.html][testo_da_cliccare]]

Formattazione

da tradurre:

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

Sushi

Maguro

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
  • una palletta
Liste puntate complesse:
Sei, nove, ... spazi, un asterisco, e un altro spazio.
   * livello 1
      * livello 2
  • livello 1
    • livello 2
Liste ordinate:
Tre spazi, un numero, un punto, un altro spazio. Several types are available besides a number:
Segno Stile generato Esempio di sequenza
1. Numeri arabi 1, 2, 3, 4...
A. Lettere maiuscole A, B, C, D...
a. Lettere minuscole a, b, c, d...
I. Numeri romani maiuscolo I, II, III, IV...
i. Numeri romani minuscolo i, ii, iii, iv...

   1. Sushi
   1. Dim Sum

   A. Sushi
   A. Dim Sum

   i. Sushi
   i. Dim Sum
  1. Sushi
  2. Dim Sum

  1. Sushi
  2. Dim Sum

  1. Sushi
  2. 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.
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 |
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

-- OmCh - 29 Sep 2004

-- IndyDvd - 28 Sep 2004
to top


You are here: Local > ImcSwitzerlandIt > ImcChItWikiHowto

to top

Copyright © 1999-2008 by the contributing authors.
All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding this tool? Send feedback (in English, Francais, Deutsch or Dutch).