Differenze tra le versioni di "MediaWiki:Tabelle"

(Creata pagina con "← MediaWiki Template di una tabella: ;{| <attributi>: inizio tabella (''<attributi>'' opzionali) ;|}: fine tabella ;|- <attributi>: nuova riga (''<attribu...")
 
 
Riga 11: Riga 11:
 
Ecco un template da poter utilizzare:
 
Ecco un template da poter utilizzare:
 
<pre>
 
<pre>
{| bgcolor="grey" cellspacing="1" cellpadding="4"
+
{| class="wikitable" style="margin:auto"
|- bgcolor="white"
+
|+ Caption text
!titolo 1
+
|-
!titolo 2
+
! Header text !! Header text !! Header text
!colspan="2"|titolo 3
+
|-
|- bgcolor="white"
+
| Example || Example || Example
|cella 1
+
|-
|cella 2
+
| Example || Example || Example
|cella 3
+
|-
|cella 4
+
| Example || Example || Example
 
|}
 
|}
 
</pre>
 
</pre>
Riga 26: Riga 26:
 
Risulta:
 
Risulta:
  
{| bgcolor="grey" cellspacing="1" cellpadding="3"
+
{| class="wikitable" style="margin:auto"
|- bgcolor="white"
+
|+ Caption text
!titolo 1
+
|-
!titolo 2
+
! Header text !! Header text !! Header text
!colspan="2"|titolo 3
+
|-
|- bgcolor="white"
+
| Example || Example || Example
|cella 1
+
|-
|cella 2
+
| Example || Example || Example
|cella 3
+
|-
|cella 4
+
| Example || Example || Example
 
|}
 
|}

Versione attuale delle 08:57, 18 apr 2024

← MediaWiki

Template di una tabella:

{| <attributi>
inizio tabella (<attributi> opzionali)
|}
fine tabella
|- <attributi>
nuova riga (<attributi> opzionali)
!<attributi>|
nuova cella di intestazione (<attributi>| opzionali)
|<attributi>|
nuova cella normale (<attributi>| opzionali)


Ecco un template da poter utilizzare:

{| class="wikitable" style="margin:auto"
|+ Caption text
|-
! Header text !! Header text !! Header text
|-
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|}

Risulta:

Caption text
Header text Header text Header text
Example Example Example
Example Example Example
Example Example Example