GNU Free Documentation License . .

:

: ,
:

CSS .

[]

[] wikitable

shared.css:

table.wikitable {
 margin: 1em 1em 1em 0;
 background: #f9f9f9;
 border: 1px #aaa solid;
 border-collapse: collapse;
}
.wikitable th,
.wikitable td {
 border: 1px #aaa solid;
 padding: 0.2em;
}
.wikitable th {
 background: #f2f2f2;
 text-align: center;
}
.wikitable caption {
 font-weight: bold;
}

, . , MediaWiki.

 
{| class="wikitable"
|-
! 1|| 2 
|-
| 1*1|| 2*1
|-
| 1*2|| 2*2
|-
| 1*3|| 2*3
|}
1 2
1*1 2*1
1*2 2*2
1*3 2*3

.

[] standard

wikitable, :

  • , ;
  • ;
  • ;
  • .
 
{| class="standard"
|-
! 1|| 2
|-
| 1*1|| 2*1
|-
| 1*2|| 2*2
|-
| 1*3|| 2*3
|}
1 2
1*1 2*1
1*2 2*2
1*3 2*3

[] wide

standard , .

{| class="wide"
...
1 2 3
1*1 2*1 3*1
1*2 2*2 3*2
1*3 2*3 3*3


[] tiles

standard . , - . , , .

{| class="tiles"
|-
! 1|| 2|| 3
|-
| 1*1|| 2*1|| 3*1
|-
| 1*2|| 2*2|| 3*2
|-
| 1*3|| 2*3|| 3*3
|}
1 2 3
1*1 2*1 3*1
1*2 2*2 3*2
1*3 2*3 3*3


[] simple

, standard; border. :

border
{| border="1"
1 2 3
1*1 2*1 3*1
1*2 2*2 3*2
1*3 2*3 3*3
simple:
{| class="simple" border="1"
1 2 3
1*1 2*1 3*1
1*2 2*2 3*2
1*3 2*3 3*3


[]

highlight
bright
shadow
dark

, «!» «|» .

.

|- class="bright"
| ...
| ...

; , , transparent.

|-
|class="bright"| ...
|class="highlight"| ...

:

         
|-class="dark"     |class="highlight"
|-class="bright"   |class="transparent"  

highlight, bright. , .

( shadow, dark). - , .

- , : style="background-color: ;" (. ). , .

[] K

JavaScript.

[] collapsible

1 2 3
1*1 2*1 3*1
1*2 2*2 3*2

«» , ,  {| class="wikitable collapsible"

. : .


[] sortable

.
, unsortable .

{| class="standard sortable"
|-
!||||class="unsortable"|
|-
| D ||  || 3 
|-
| E ||  || 2
|-
| F ||  || 11
|}
D 3
E 211
F 11

, sortbottom.

{|class="wikitable sortable"
!!!
|-
|||1.85
|-
|||1.89
|-
|||1.72
|-class="sortbottom"
|''e:''||'''1.82'''
|}
1.85
1.89
1.72
e: 1.82

. , , ( «8» > «122») . , <span style="display:none">0</span> , {{~}}.


. m:Help:Sorting  (.).

[]

wikitable , rev:48842 MediaWiki.

prettytable wikitable , . , .

.

sortable Mediaenci (. wikibits.js).

collapsible .

[] .