Nota: Quando modifichi questa pagina, acconsenti a pubblicare il tuo contributo con licenza CC0. Vedi le pagine di aiuto sul dominio pubblico per maggiori informazioni.
Tables redirects here; for information about database table structure, see Manual:Database layout.
Nelle pagine wiki possono essere create tabelle.
Come regola generale, è preferibile evitare di usare le tabelle a meno che non se ne abbia veramente bisogno.
Questo perché il markup delle tabelle complica il lavoro di scrittura e revisione ai futuri contributori della pagina wiki.[1]
legenda, una per tabella, tra l'inizio e la prima riga
|-
interruzione di riga, opzionale per la prima
!
cella titolo, opzionale, più celle iniziali possono essere inserite con un doppio punto esclamativo (!!) o andando a capo e cominciando la riga con !
|
cella, richiesto, celle consecutive possono essere inserite raddoppiando la barra (||) o andando a capo e cominciando la riga con |.
|}
fine tabella
Tutti i segni comportano un ritorno a capo, eccetto || e !!.
attributi HTML. *Tutti i simboli, eccetto il fine tabella, supportano gli attributi HTML. Attributes must be on the same line as the mark.Separate attributes from each other with a single space.
Cells and caption (| or ||, ! or !!, and |+) hold content.
So separate any attributes from content with a single pipe (|).Cell content may follow on same line or on following lines.
Table and row marks ({| and |-) do not directly hold content.
Do not add pipe (|) after their optional attributes.If you erroneously add a pipe after attributes for the table mark or row mark the parser will delete it and your final attribute if it was touching the erroneous pipe!
Content may (a) follow its cell mark on the same line after any optional HTML attributes or (b) on lines below the cell mark.
Content that uses wiki markup that itself needs to start on a new line, such as lists, headings, or nested tables, must be on its own new line.
Pipe character as content.
To insert a pipe (|) character into a table, use the <nowiki>|</nowiki> escaping markup.
Tabella semplice
Questa tabella tralascia bordi e larghezze, per informazioni su questi parametri, vedi sotto.
Per creare un aspetto più simile ad una tabella, le celle possono essere allineate con ||
If the text in the cell should contain a line break, use <br/> instead.
Tu digiti
Ottieni
{|
|Arancia||Mela||altro
|-
|Pane||Dolce||altro
|-
|Burro||Gelato||altro ancora
|}
Arancia
Mela
altro
Pane
Dolce
altro
Burro
Gelato
altro ancora
Gli spazi eccessivi non vengono contati.
Tu digiti
Ottieni
{|
| Arancia || Mela || altro
|-
| Pane || Dolce || altro
|-
| Burro || Gelato || altro ancora
|}
Arancia
Mela
altro
Pane
Dolce
altro
Burro
Gelato
altro ancora
You can have longer text or more complex wiki syntax inside table cells, too:
Tu digiti
Ottieni
{|
|Lorem ipsum dolor sit amet,
consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt
ut labore et dolore magna aliquyam erat,
sed diam voluptua.
At vero eos et accusam et justo duo dolores
et ea rebum. Stet clita kasd gubergren,
no sea takimata sanctus est Lorem ipsum
dolor sit amet.
|
* Lorem ipsum dolor sit amet
* consetetur sadipscing elitr
* sed diam nonumy eirmod tempor invidunt
|}
Lorem ipsum dolor sit amet,
consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt
ut labore et dolore magna aliquyam erat,
sed diam voluptua.
At vero eos et accusam et justo duo dolores
et ea rebum. Stet clita kasd gubergren,
no sea takimata sanctus est Lorem ipsum
dolor sit amet.
Lorem ipsum dolor sit amet
consetetur sadipscing elitr
sed diam nonumy eirmod tempor invidunt
Table headers
Table headers can be created by using "!" (exclamation mark) instead of "|" (pipe symbol).Headers usually show up bold and centered by default.
È anche possibile usare gli attributi per una singola cella.
Note that the cells are separated by ||, and within each cell the attribute(s) and value are separated by |.
If "border-width:" has more than one number, the four numbers are for top, right, bottom, left (REMEMBER clockwise order ↑→↓←):
Tu digiti
Ottieni
{|style="border-style: solid; border-width: 10px 20px 100px 0"
|
Hello
|}
Hello
When there are fewer than 4 values :
three values i.e. top, right, bottom: then the default value for left is the one of right (second value). Width is then the same on left and right side.
two values i.e. top, right: then the default value for bottom is the one of top (first value), and left by default is assigned the value of right (second value). Width on top is then the same as on bottom; width on left is the same as on right.
one value i.e. top: then the default value for right is the one of top and it is the same for bottom and left. The fourth width are the same and build a regular border. This is a writing shortcut.
Another method to define the widths of the four sides of a cell is to use "border-left", "border-right", "border-top" and "border-bottom":
The HTML attributes (such as "width=", "border=", "cellspacing=", "cellpadding=") do not need any length unit (the pixel unit is assumed).They are also invalid in HTML 5.
"Cellpadding" is for setting the space between the cell wall and the cell content.
{|class=wikitable
| style="padding: 10px" | Example of style="padding:10px"
|-
| style="padding: 50px" | Example of style="padding:50px"<br/><br/>Specify the padding on '''EACH CELL'''
|-
| style="padding:100px" | Example of style="padding:100px"
|}
Example of style="padding:10px"
Example of style="padding:50px"
Specify the padding on EACH CELL
Example of style="padding:100px"
Column width
Column width can be added as follows.
Tu digiti:
{| class="wikitable" style="width: 85%;"
| colspan="2" | This column width is 85% of the screen width
|-
| style="width: 30%"| '''This column is 30% counted from 85% of the screen width'''
| style="width: 70%"| '''This column is 70% counted from 85% of the screen width'''
|}
Ottieni:
This column width is 85% of the screen width
This column is 30% counted from 85% of the screen width
This column is 70% counted from 85% of the screen width
Accessibility of table header cells
Table header cells do not explicitly specify which table data cells they apply to (those on their right on the same row, or those below them on the same column).When the table is rendered in a visual 2D environment, this is usually easy to infer.
However when tables are rendered on non-visual media, you can help the browser to determine which table header cell applies to the description of any selected cell (in order to repeat its content in some accessibility helper) using a scope="row" or scope="col" attribute on table header cells.In most cases with simple tables, you'll use scope="col" on all header cells of the first row, and scope="row" on the first cell of the following rows:
Table alignment is achieved by using CSS.The table alignment is controlled by margins.A fixed margin on one side will make the table to be aligned to that side, if on the opposite side the margin is defined as auto.To have a table center aligned, you should set both margins to auto
If you align a table to the right or the left side of the page, the text that comes after the table starts at the end of it, leaving an empty space around the table.You can make the text to be wrapped around the table by making the table to float around the text instead of just aligning it.This can be achieved using the float CSS attribute, which can specify where the table floats to the right side or to the left.When using float, margins doesn't control table alignment and can be used to specify the margin between the table and the surrounding text.
Tu digiti
Ottieni
{| class="wikitable" style="float:right; margin-left: 10px;"
| Arancia
| Mela
|-
| Pane
| Dolce
|-
| Burro
| Gelato
|}
Lorem ipsum dolor sit amet, consectetuer adipiscing
elit, sed diam nonummy nibh euismod tincidunt ut
laoreet dolore magna aliquam erat volutpat. Ut wisi
enim ad minim veniam, quis nostrud exerci tation
ullamcorper suscipit lobortis nisl ut aliquip ex ea
commodo consequat. Duis autem vel eum iriure dolor
in hendrerit in vulputate velit esse molestie consequat,
vel illum dolore eu feugiat nulla facilisis at vero
eros et accumsan et iusto odio dignissim qui blandit
praesent luptatum zzril delenit augue duis dolore te
feugait nulla facilisi.
Arancia
Mela
Pane
Dolce
Burro
Gelato
Lorem ipsum dolor sit amet, consectetuer adipiscing
elit, sed diam nonummy nibh euismod tincidunt ut
laoreet dolore magna aliquam erat volutpat. Ut wisi
enim ad minim veniam, quis nostrud exerci tation
ullamcorper suscipit lobortis nisl ut aliquip ex ea
commodo consequat. Duis autem vel eum iriure dolor
in hendrerit in vulputate velit esse molestie consequat,
vel illum dolore eu feugiat nulla facilisis at vero
eros et accumsan et iusto odio dignissim qui blandit
praesent luptatum zzril delenit augue duis dolore te
feugait nulla facilisi.
Cell contents alignment
The alignment of cell contents can be controlled with 2 different CSS properties: text-align and vertical-align.text-align can be specified at the table, row or individual cells, while vertical-align only can be specified at individual rows or cells.
Tu digiti
Ottieni
{| class="wikitable"
|- style="vertical-align:top;"
| style="height:100px; width:100px; text-align:left;" | A
| style="height:100px; width:100px; text-align:center;" | B
| style="height:100px; width:100px; text-align:right;" | C
|- style="vertical-align:middle;"
| style="height:100px; width:100px; text-align:left;" | D
| style="height:100px; width:100px; text-align:center;" | E
| style="height:100px; width:100px; text-align:right;" | F
|- style="vertical-align:bottom;"
| style="height:100px; width:100px; text-align:left;" | G
| style="height:100px; width:100px; text-align:center;" | H
| style="height:100px; width:100px; text-align:right;" | I
|}
A
B
C
D
E
F
G
H
I
Preservamento
Numeri negativi
I numeri negativi possono interrompere la tabella.
Se vuoi iniziare la cella con un numero negativo (|-6), devi lasciare uno spazio (| -6) o usare la doppia linea (||-6) per una corretta visualizzazione.
CSS vs attributes
Table borders specified through CSS rather than the border attribute will render incorrectly in a small subset of text browsers.
Common attributes for columns, column groups and row groups
The MediaWiki syntax for tables currently offers no support for specifying common attributes for columns (with the HTML element <col />), column groups (HTML element <colgroup></colgroup>) and row groups (HTML elements <thead></thead>, <tbody></tbody> and <tfoot></tfoot>).Those standard HTML elements are not accepted even in their HTML or XHTML syntax.
All the rows and cells (header or data) of the table are rendered within a single implicit row group (HTML element <tbody></tbody>) without any attributes or styles.
See Phab: T108245: "Fully support basic table editing in the visual editor".See the list of tasks. Finished tasks are struck. It can be difficult to figure out from the technical language there what exactly has been improved, or what features have been added. Please add explanatory info below.
Can now move or delete columns and rows
Click on a column or row header.Then click on the arrow.From the popup menu click on "Move" or "Delete".
Insert blank row or column
From the same popup menu click on "Insert".
Copy table from web page to Visual Editor
It is possible to copy and paste a table from a web page directly into the Visual Editor (VE).To do so safely, use a sandbox and check the table for proper coding in wikitext source mode and proper display in the Visual Editor and in preview mode.
↑
Le tabelle possono essere create sia usando direttamente l'HTML che il wikitesto.
La tabelle in HTML sono spiegate in molte pagine web e non strettamente collegate a MediaWiki, quindi di seguito verranno trattate solo le tabelle in wikicode.
Il vantaggio del wikicode rispetto all'HTML è che i suoi simboli semplificano la lettura del codice da un utente che entra in modalità edit.