MediaWiki:Tabelle
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 |