Regole di formattazione per questo Wiki
Dopo che hai letto queste regole applicale senza problemi nella
pagina delle esercitazioni.
1. Formattazione del Testo
Note: Anything between 2 sets of double-quotes is not formatted.
**grassetto**
grassetto
//Sono un testo in corsivo!//
Sono un testo in cosivo!
E sono __sottolineato__!
E sono sottolineato!
##testo con uno spazio##
testo con uno spazio
''highlight text'' (usando 2 singole virgolette)
highlight text
++Strike through text++
Strike through text
Press #%ANY KEY#%
Press ANY KEY
@@Center text@@
Center text
2. Intestazioni
Usa tra cinque = (per l'intestazione pił grande) a due = (per l'intestazione pił piccola) su entrambi i lati di un testo.
====== Intestazione veramente grande ======
Intestazione veramente grande
===== Intestazione piuttosto grande =====
Intestazione piuttosto grande
==== Intestazione media ====
Intestazione media
=== Intestazione non tanto grande ===
Intestazione non tanto grande
== Intestazione piccola ==
Intestazione piccola
3. Separatore orizzontale
----
4. Forza una riga vuota
---
5. Liste / Elenchi a discesa
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:
- numbered list
- Line two
~A) Using uppercase characters:
- Using uppercase characters
- Line two
~a) Using lowercase characters:
- Using lowercase characters
- Line two
~I) using uppercase roman numerals:
- using Latin numbers
- Line two
~i) using lowercase roman numerals:
- using Latin numbers
- Line two
6. Inline comments
~& Comment
~~& Subcomment
~~~& Subsubcomment
7. Images
To place images on a Wiki page, use:
{{image class="center" alt=Scuolemodugnesi.it" title="Il Wiki delle scuole modugnesi" url="images/banner_medio.gif" link="http://www.scuolemodugnesi.it/"}}
∞
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)
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:
Warning: in_array() [
function.in-array]: Wrong datatype for second argument in
/home/scuolemo/public_html/wiki/actions/color.php on line
49
Sorry, but you did not specify a color for highlighting!
If you want to use hex values:
{{color hex="#DD0000" text="This is another test."}} to give:
Warning: in_array() [
function.in-array]: Wrong datatype for second argument in
/home/scuolemo/public_html/wiki/actions/color.php on line
49
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...
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:
- 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.
1. Iframe
Use two doublequotes around the html tags.
Unknown action "iframe"
CategoryDocumentazione
There are no comments on this page. [Add comment]