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> | ||
− | {| | + | {| class="wikitable" style="margin:auto" |
− | |- | + | |+ Caption text |
− | ! | + | |- |
− | + | ! Header text !! Header text !! Header text | |
− | + | |- | |
− | |- | + | | Example || Example || Example |
− | | | + | |- |
− | | | + | | Example || Example || Example |
− | | | + | |- |
− | | | + | | Example || Example || Example |
|} | |} | ||
</pre> | </pre> | ||
Riga 26: | Riga 26: | ||
Risulta: | Risulta: | ||
− | {| | + | {| class="wikitable" style="margin:auto" |
− | |- | + | |+ Caption text |
− | ! | + | |- |
− | + | ! Header text !! Header text !! Header text | |
− | + | |- | |
− | |- | + | | Example || Example || Example |
− | | | + | |- |
− | | | + | | Example || Example || Example |
− | | | + | |- |
− | | | + | | Example || Example || Example |
|} | |} |
Versione attuale delle 08:57, 18 apr 2024
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:
Header text | Header text | Header text |
---|---|---|
Example | Example | Example |
Example | Example | Example |
Example | Example | Example |