INFOPedia : FormattingRules

HomePage :: Categorie :: Indice :: Ultime modifiche :: Ultimi commenti :: Login/Registrazione
La versione più recente è stata modificata il 2006-02-21 01:29:20 da DenteDiLupo

Aggiunzioni:
CategoryWiki

Omissioni:
Categorie Wiki



Modificato il 2006-02-19 15:37:03 da SoNiC

Aggiunzioni:
Categorie Wiki

Omissioni:
CategoryWiki



Modificato il 2006-02-16 17:58:42 da RickyByte

Aggiunzioni:

Guida alla formattazione Wikka

Una volta letta questa guida, puoi testare le tue abilità nella formattazione nel SandBox.

1. Formattazione del testo

Nota: Qualsiasi cosa interposta fra due coppie di doppi apici non è formattata.
**grassetto**
grassetto
//Testo in corsivo!//
Testo in corsivo!
Testo __sottolineato__!
Testo sottolineato!
##testo a larghezza fissa##
testo a larghezza fissa
''testo evidenziato'' (utilizzando 2 apici singoli)
testo evidenziato
++Testo barrato++
Testo barrato
Premere #%UN TASTO QUALSIASI#%
Premere UN TASTO QUALSIASI
@@Testo centrato@@
Testo centrato

2. Titoli

Utilizzare da cinque = (per il titolo più grande) a due = (per il titolo più piccolo) in entrambi i lati del testo.
====== Titolo molto grande ======

Titolo molto grande

===== Titolo grande =====

Titolo grande

==== Titolo medio ====

Titolo medio

=== Titolo piccolo ===

Titolo piccolo

== Titolo molto piccolo ==
Titolo molto piccolo

3. Separatori orizzontali

4. Interruzione di linea

5. Elenchi puntati o numerati

Indentate il testo utilizzando 4 spazi (che verranno autoconvertiti in tab) o utilizzando "~". Per creare elenchi puntati o numerati, utilizzate i seguenti codici (potete utilizzare 4 spazi al posto di "~"):
~- elenco puntato:
  • elenco puntato
  • Linea due
~1) elenco numerato:
  1. elenco numerato
  2. Linea due
~A) Utilizzando caratteri maiuscoli:
  1. Utilizzando caratteri maiuscoli
  2. Linea due
~a) Utilizzando caratteri minuscoli:
  1. Utilizzando caratteri minuscoli
  2. Linea due
~I) Utilizzando caratteri romani maiuscoli:
  1. Utilizzando i numeri latini
  2. Linea due
~i) Utilizzando caratteri romani minuscoli:
  1. Utilizzando i numeri latini
  2. Linea due

6. Commenti allineati

~& Commento
~~& Sottocommento
~~~& Sottosottocommento
  • Commento
    • Sottocommento
      • Sottosottocommento

7. Immagini

Per inserire un'immagine in una pagina wiki, utilizzare:
{{image class="center" alt="DVD logo" title="Un link ad una immagine" url="images/dvdvideo.gif" link="RecentChanges"}}
dvd logo
I link possono essere esterni, o link Wiki interni. Non è necessario inserire un link nell'immagine, in questo caso l'immagine verrà semplicemente inserita nel testo. È possibile inserire anche le classi 'left' e 'right' per posizionare l'immagine a sinistra o a destra.
In ogni caso non è obbligatorio l'utilizzo di questi attributi, l'unico attributo essenziale è l'url dell'immagine.

8. Link

Per linkarsi ad altre pagine wiki, scrivere
  • un WikiName
  • o un link forzato con [[ e ]] intorno ad esso (qualsiasi cosa dopo il primo spazio verrà mostrato come descrizione)
    • Esempio: [[JennaPage Home Page di Jenna]]
  • o un'immagine con un link
Per linkarsi a pagine esterne, scrivere
  • un indirizzo http all'interno della pagina
  • o un link forzato con [[ and ]] intorno ad esso (qualsiasi cosa dopo il primo spazio verrà mostrato come descrizione)
    • Esempio: [[http://example.com/jenna/ Home Page di Jenna]]
  • o un'immagine con un link
  • o un InterWiki link (vedere la pagina InterWiki per un elenco wiki)
    • Esempi:

9. Tabelle

Per creare una tabella utilizzare il codice:
{{table columns="3" cellpadding="1" cells="BIG;GREEN;FROGS;yes;yes;no;no;no;###"}} per ottenere:
### significa che la cella è vuota.

10. Testo colorato

{{color c="blue" text="Questo è un test."}} ottenendo:
Questo è un test.
Se volete usare valori esadecimali:
{{color hex="#DD0000" text="Questo è un altro test."}} per ottenere:
Questo è un altro test.

11. Caselle di testo

casella di testo a sinistra - utilizzare due caratteri < prima e dopo il blocco di testo
Testo in una casella di testo
Testo casuale di riempimento. Testo casuale di riempimento. Testo casuale di riempimento. Testo casuale di riempimento. Testo casuale di riempimento. Testo casuale di riempimento. Testo casuale di riempimento. Testo casuale di riempimento.
casella di testo a destra, utilizzare due caratteri > prima e dopo il blocco di testo
Testo in una casella di testo
Testo casuale di riempimento. Testo casuale di riempimento. Testo casuale di riempimento. Testo casuale di riempimento. Testo casuale di riempimento. Testo casuale di riempimento. Testo casuale di riempimento. Testo casuale di riempimento.
Utilizzare ::c:: per chiudere un blocco di testo incasellato...

12. Formatter di codice

Utilizzare semplicemente %%(formatter) code %% - di seguito un elenco dei formatter disponibili.
Esempio:
%%(php) codice PHP%%:
echo "Ciao, Mondo!";
LINGUAGGIO FORMATTER
Actionscript actionscript
ADA ada
Apache Log apache
ASM asm
ASP asp
Bash bash
C c
C for Macs c_mac
c# csharp
C++ cpp
CAD DCL caddcl
CadLisp cadlisp
CSS css
Delphi delphi
HTML html4strict
Java java
Javascript javascript
Lisp lisp
Lua lua
NSIS nsis
Objective C objc
OpenOffice BASIC oobas
Pascal pascal
Perl perl
PHP php
Python phyton
Q(uick)BASIC qbasic
Smarty smarty
SQL sql
VB.NET vbnet
Visual BASIC vb
Visual Fox Pro visualfoxpro
XML xml

13. Mappe FreeMind

Esistono due opzioni per l'inclusione di mappe:
Opzione 1: Si esegue l'upload di un file FreeMind in un webserver, e si mette un link ad esso in una pagina wikka:
Non è necessaria una formattazione speciale.
Opzione 2: Incollare i dati FreeMind direttamente in una pagina wikka:
  • Aprire un file FreeMind con un editor di testo.
  • Selezionare tutto, e copiare i dati.
  • Naviga al tuo sito Wikka ed incolla i dati Freemind in una pagina.

14. HTML Embedded

Utilizzare due doppi apici intorno ai tag html.
[codice html]
Per default, alcuni tag HTML vengono rimossi dal parser SafeHTML per la protezione verso codice potenzialmente pericoloso. La lista dei tag che potrebbero essere rimossi può essere visualizzata nella pagina Wikka:SafeHTML.
È possibile permettere l'utilizzo dei tag HTML all, vedere Wikka:UsingHTML per maggiori informazioni.


Omissioni:

Wikka Formatting Guide

Once you have read through this, test your formatting skills in the SandBox.

1. Text Formatting

Note: Anything between 2 sets of double-quotes is not formatted.
**bold**
bold
//I'm italic text!//
I'm italic text!
And I'm __underlined__!
And I'm underlined!
##monospace text##
monospace text
''highlight text'' (using 2 single-quotes)
highlight text
++Strike through text++
Strike through text
Press #%ANY KEY#%
Press ANY KEY
@@Center text@@
Center text

2. Headers

Use between five = (for the biggest header) and two = (for the smallest header) on both sides of a text.
====== Really big header ======

Really big header

===== Rather big header =====

Rather big header

==== Medium header ====

Medium header

=== Not-so-big header ===

Not-so-big header

== Smallish header ==
Smallish header

3. Horizontal separator

4. Forced line break

5. Lists / Indents

Indent text using 4 spaces (which will auto-convert into tabs) or using "~". To make bulleted / ordered lists, use the following codes (you can use 4 spaces instead of "~"):
~- bulleted list:
  • bulleted list
  • Line two
~1) numbered list:
  1. numbered list
  2. Line two
~A) Using uppercase characters:
  1. Using uppercase characters
  2. Line two
~a) Using lowercase characters:
  1. Using lowercase characters
  2. Line two
~I) using uppercase roman numerals:
  1. using Latin numbers
  2. Line two
~i) using lowercase roman numerals:
  1. using Latin numbers
  2. Line two

6. Inline comments

~& Comment
~~& Subcomment
~~~& Subsubcomment
  • Comment
    • Subcomment
      • Subsubcomment

7. Images

To place images on a Wiki page, use:
{{image class="center" alt="DVD logo" title="An Image Link" url="images/dvdvideo.gif" link="RecentChanges"}}
dvd logo
Links can be external, or internal Wiki links. You don't have to enter a link at all, and in that case just an image will be inserted. You can also use the classes 'left' and 'right' to float images left and right. You don't need to use all those attributes, only url is essential.

8. Links

To link to other wiki pages, write
  • a WikiName
  • or a forced link with [[ and ]] around it (everything after the first space will be shown as description)
    • Example: [[JennaPage Jenna's Home Page]]
  • or an image with a link
To link to external pages, write
  • a http address inside the page
  • or a forced link with [[ and ]] around it (everything after the first space will be shown as description)
    • Example: [[http://example.com/jenna/ Jenna's Home Page]]
  • or an image with a link
  • or an InterWiki link (see InterWiki page for wiki list)
    • Examples:

9. Tables

To create a table use this code:
{{table columns="3" cellpadding="1" cells="BIG;GREEN;FROGS;yes;yes;no;no;no;###"}} to give:
### means the cell is empty.

10. Colored Text

{{color c="blue" text="This is a test."}} gives:
This is a test.
If you want to use hex values:
{{color hex="#DD0000" text="This is another test."}} to give:
This is another test.

11. Floats

Left floated box - use two < signs before and after the block
Some text in a floated box hanging around
Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler.
Right floated box, use two > characters before and after the block
Some text in a floated box hanging around
Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler.
Use ::c:: to clear floated blocks...

12. Code formatters

Simply use %%(formatter) code %% - see below for a list of available formatters.
Example:
%%(php) PHP code%%:
echo "Hello, World!";
LANGUAGE FORMATTER
Actionscript actionscript
ADA ada
Apache Log apache
ASM asm
ASP asp
Bash bash
C c
C for Macs c_mac
c# csharp
C++ cpp
CAD DCL caddcl
CadLisp cadlisp
CSS css
Delphi delphi
HTML html4strict
Java java
Javascript javascript
Lisp lisp
Lua lua
NSIS nsis
Objective C objc
OpenOffice BASIC oobas
Pascal pascal
Perl perl
PHP php
Python phyton
Q(uick)BASIC qbasic
Smarty smarty
SQL sql
VB.NET vbnet
Visual BASIC vb
Visual Fox Pro visualfoxpro
XML xml

13. FreeMind maps

There are two options for including maps:
Option 1: Upload a FreeMind file to a webserver, and then place a link to it on a wikka page:
No special formatting is necessary.
Option 2: Paste the FreeMind data directly into a wikka page:
  • Open a FreeMind file with a text editor.
  • Select all, and copy the data.
  • Browse to your Wikka site and paste the Freemind data into a page.

14. Embedded HTML

Use two doublequotes around the html tags.
[html code]
By default, some HTML tags are removed by the SafeHTML parser to protect against potentially dangerous code. The list of tags that are removed can be found on the Wikka:SafeHTML page.
It is possible to allow all HTML tags to be used, see Wikka:UsingHTML for more information.




La versione più vecchia di questa pagina è stata modificata il 2006-02-13 22:08:58 da WikkaInstaller []
Vista della pagina:

Wikka Formatting Guide



Once you have read through this, test your formatting skills in the SandBox.

1. Text Formatting


Note: Anything between 2 sets of double-quotes is not formatted.

**bold**
bold

//I'm italic text!//
I'm italic text!

And I'm __underlined__!
And I'm underlined!

##monospace text##
monospace text

''highlight text'' (using 2 single-quotes)
highlight text

++Strike through text++
Strike through text

Press #%ANY KEY#%
Press ANY KEY

@@Center text@@
Center text

2. Headers


Use between five = (for the biggest header) and two = (for the smallest header) on both sides of a text.

====== Really big header ======

Really big header


===== Rather big header =====

Rather big header


==== Medium header ====

Medium header


=== Not-so-big header ===

Not-so-big header


== Smallish header ==
Smallish header

3. Horizontal separator

----


4. Forced line break

---



5. Lists / Indents

Indent text using 4 spaces (which will auto-convert into tabs) or using "~". To make bulleted / ordered lists, use the following codes (you can use 4 spaces instead of "~"):

~- bulleted list:

~1) numbered list:
  1. numbered list
  2. Line two

~A) Using uppercase characters:
  1. Using uppercase characters
  2. Line two

~a) Using lowercase characters:
  1. Using lowercase characters
  2. Line two

~I) using uppercase roman numerals:
  1. using Latin numbers
  2. Line two

~i) using lowercase roman numerals:
  1. using Latin numbers
  2. Line two



6. Inline comments


~& Comment
~~& Subcomment
~~~& Subsubcomment



7. Images


To place images on a Wiki page, use:
{{image class="center" alt="DVD logo" title="An Image Link" url="images/dvdvideo.gif" link="RecentChanges"}}
dvd logo
Links can be external, or internal Wiki links. You don't have to enter a link at all, and in that case just an image will be inserted. You can also use the classes 'left' and 'right' to float images left and right. You don't need to use all those attributes, only url is essential.


8. Links


To link to other wiki pages, write

To link to external pages, write


9. Tables


To create a table use this code:
{{table columns="3" cellpadding="1" cells="BIG;GREEN;FROGS;yes;yes;no;no;no;###"}} to give:

BIG GREEN FROGS
yes yes no
no no


### means the cell is empty.


10. Colored Text


{{color c="blue" text="This is a test."}} gives:

This is a test.

If you want to use hex values:

{{color hex="#DD0000" text="This is another test."}} to give:

This is another test.

11. Floats


Left floated box - use two < signs before and after the block
Some text in a floated box hanging around
Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler.

Right floated box, use two > characters before and after the block
Some text in a floated box hanging around
Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler.

Use ::c:: to clear floated blocks...


12. Code formatters


Simply use %%(formatter) code %% - see below for a list of available formatters.

Example:
%%(php) PHP code%%:
<?php
phpinfo();
echo "Hello, World!";
?>


LANGUAGE FORMATTER
Actionscript actionscript
ADA ada
Apache Log apache
ASM asm
ASP asp
Bash bash
C c
C for Macs c_mac
c# csharp
C++ cpp
CAD DCL caddcl
CadLisp cadlisp
CSS css
Delphi delphi
HTML html4strict
Java java
Javascript javascript
Lisp lisp
Lua lua
NSIS nsis
Objective C objc
OpenOffice BASIC oobas
Pascal pascal
Perl perl
PHP php
Python phyton
Q(uick)BASIC qbasic
Smarty smarty
SQL sql
VB.NET vbnet
Visual BASIC vb
Visual Fox Pro visualfoxpro
XML xml



13. FreeMind maps


There are two options for including maps:

Option 1: Upload a FreeMind file to a webserver, and then place a link to it on a wikka page:
http://yourdomain.com/freemind/freemind.mm
No special formatting is necessary.

Option 2: Paste the FreeMind data directly into a wikka page:


14. Embedded HTML

Use two doublequotes around the html tags.

""
[html code]
""

By default, some HTML tags are removed by the SafeHTML parser to protect against potentially dangerous code. The list of tags that are removed can be found on the Wikka:SafeHTML page.

It is possible to allow all HTML tags to be used, see Wikka:UsingHTML for more information.


CategoryWiki
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.1
La pagina è stata generata in 1.3395 secondi