Modèle:TableauElegant : Différence entre versions
Sauter à la navigation
Sauter à la recherche
m |
m |
||
Ligne 1 : | Ligne 1 : | ||
− | {| border="0" align="{{{align|left}}}" valign="{{{valign|top}}}" {{#if:{{{width|}}}|width="{{{width}}}"|}} style="background-color:#B0B0B0; margin-left:{{{margeGauche|5}}}px; margin-right:{{{margeDroite|5}}}px; margin-bottom:{{{margeInf|5}}}px; margin-top:{{{margeSup|5}}}px; {{#if:{{{maxWidth|}}}|max-width:{{{maxWidth}}}|}}" cellpadding="4" cellspacing="1" | + | {| border="0" align="{{{align|left}}}" valign="{{{valign|top}}}" {{#if:{{{width|}}}|width="{{{width}}}"|}} style="background-color:#B0B0B0; margin-left:{{{margeGauche|5}}}px; margin-right:{{{margeDroite|5}}}px; margin-bottom:{{{margeInf|5}}}px; margin-top:{{{margeSup|5}}}px; {{#if:{{{maxWidth|}}}|max-width:{{{maxWidth}}}px|}}" cellpadding="4" cellspacing="1" |
{{{1}}} | {{{1}}} | ||
|}<noinclude><br clear="both"/> | |}<noinclude><br clear="both"/> |
Version du 29 novembre 2007 à 17:54
{{{1}}}
- Utilisation
- Ce modèle crée des balises pour un tableau "élégant", utilisé en conjonction avec Modèle:LigneTitre, Modèle:LigneSombre, Modèle:LigneClaire, Modèle:LigneSombre2, Modèle:LigneClaire2, ou Modèle:ContenuListe.
- Syntaxe
{{TableauElegant|1|width|maxWidth|align|valign|margeGauche|margeDroite|margeInf|margeSup}}
- Paramètres
-
- 1 = contenu du tableau.
- width = largeur du tableau en pixels (facultatif, non-spécifié par défaut)
- maxWidth = largeur max du tableau en pixels (facultatif, aucune valeur par défaut)
- align = alignement horizontal (left, right, center) (facultatif, left par défaut)
- valign = alignement vertical (top, bottom, center) (facultatif, top par défaut)
- margeGauche = marge à gauche, en pixels (facultatif, 5 par défaut)
- margeDroite = marge à droite, en pixels (facultatif, 5 par défaut)
- margeInf = marge inférieure, en pixels (facultatif, 5 par défaut)
- margeSup = marge supérieure, en pixels (facultatif, 5 par défaut)
- Exemples