Modèle:AlTable

De Adadov.net wiki
Révision datée du 23 janvier 2015 à 07:45 par Adadov (discussion | contributions) (Page créée avec « {{#invoke:aligned table|table}}<noinclude> {{documentation}} <!--Categories and interwikis go near the bottom of the /doc subpage.--> </noinclude> »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)

Erreur de script : le module « aligned table » n’existe pas.

Documentation icon Documentation Modèle[voir] [éditer] [historique] [purger]

Full syntax

For parameter explanations, see table below.

{{AlTable
| cols = 
| fullwidth = 
| class = 
| style = 
| colwidth = 
<!--| colclass = -->
| leftright = 
| colstyle =
| rowstyle = 

<!--for Cth column:-->
| colCwidth = 
| colCclass = 
| colCalign = 
| colCstyle = 
| colCnowrap = 

<!--for Rth row:-->
| rowRclass = 
| rowRstyle = 

<!--for cell R,C:-->
| classR.C = 
| styleR.C = 

| (cell 1,1) | (cell 1,2) | ... | ...
}}

Parameters

Erreur de script : le module « aligned table » n’existe pas.

Examples

{{AlTable
|cols=3 |class=wikitable
| A | 1 | a
| B | 2 | b
}}

Erreur de script : le module « aligned table » n’existe pas.

{{AlTable
|cols=4 |class=wikitable
|col1align=center |col2align=center
|col3align=right  |col4align=right
| AAA | aa    | 123  | 12345
| B   | bbbbb | 1234 | 2
}}

Erreur de script : le module « aligned table » n’existe pas.

{{AlTable
|class=wikitable |style=width:20em;
|col1align=center |col2align=right
| AAA | 123
| B   | 2
}}

Erreur de script : le module « aligned table » n’existe pas.

{{AlTable
|cols=3 |class=wikitable sortable
|row1header=y
| U | # | l
| A | 1 | a
| B | 2 | b
}}

Erreur de script : le module « aligned table » n’existe pas.

See also