Modifications

Aller à : navigation, rechercher

Aide:Tableau pour expert

26 octets ajoutés, 28 février 2011 à 21:48
m
En-têtes de rangées et de colonnes
<span style="font-weight:bold;color:red">!scope="col" ''attributs''|</span> ''titre1'' <span style="font-weight:bold;color:red">!!scope="col" ''attributs''|</span> ''titre2'' <span style="font-weight:bold;color:red">!!scope="col" ''attributs''|</span> ''titre3''
Si la première rangée doit être interprétée comme une rangée d’en-tête :
{|widthclass="100%wikitable-center" border|-!scope="0" cellspacing="2" cellpadding="2col" style="border:1px solid #AAAAAA;background:#whiteE0E0FF;color:black"|-bgcolor="#EEEEEE"Résultat affiché!scope="col"| Résultat affiché!scopestyle="colbackground:#E0E0FF;"| Codage Wiki!scope="col" style="background:#E0E0FF;"| Codage HTML
|-
|<!-- Résultat affiché -->
<pre>
<table class="wikitable-center">
<tr> <th scope="col">Titre 1</th> <th scope="col">Titre 2</th> </tr> <tr> <td>cellule 1</td> <td>cellule 2</td> </tr>
</table>
</pre>
|}
Attention, pour faire des en-têtes de rangées, il n’est pas possible d’utiliser la seule forme horizontale du code Wiki. Sinon, le style d’en-tête se propage sur toutes les cellules mentionnées dans la même ligne (HTML ne souffre évidemment pas de cette défectuosité) :
{|widthclass="100%wikitable-center" border|-!scope="0" cellspacing="2" cellpadding="2col" style="border:1px solid #AAAAAA;background:#whiteE0E0FF;color:black"|-bgcolor="#EEEEEE"Résultat affiché!scope="col"| Résultat affiché!scopestyle="colbackground:#E0E0FF;"| Codage Wiki!scope="col" style="background:#E0E0FF;"| Codage HTML
|-
|<!-- Résultat affiché -->
<pre>
<table class="wikitable-center"
<tr> <th scope="row">Titre ligne</th><th>Cellule 1</th> </tr>
</table>
</pre>
<table class="wikitable-center"
<tr>
<th scope="row">Titre ligne</th><td>Cellule 1</td>
</tr>
</table>
Wgw
5 307
modifications

Menu de navigation