Modèle:Infobox/Sous-titre optionnel/Documentation : Différence entre versions
(→Voir aussi) |
(→Exemple) |
||
Ligne 19 : | Ligne 19 : | ||
== Exemple == | == Exemple == | ||
− | === Exemple avec un paramètre | + | === Exemple simple === |
+ | ; Exemple avec un paramètre | ||
{{Infobox/Début}} | {{Infobox/Début}} | ||
{{Infobox/Titre|Titre}} | {{Infobox/Titre|Titre}} | ||
Ligne 42 : | Ligne 43 : | ||
{{clr}} | {{clr}} | ||
− | + | ; Exemple sans un paramètre | |
{{Infobox/Début}} | {{Infobox/Début}} | ||
{{Infobox/Titre|Titre}} | {{Infobox/Titre|Titre}} | ||
Ligne 60 : | Ligne 61 : | ||
{{Infobox/Début tableau}} | {{Infobox/Début tableau}} | ||
{{Infobox/Ligne tableau mixte optionnel|Pays|}} | {{Infobox/Ligne tableau mixte optionnel|Pays|}} | ||
+ | {{Infobox/Fin tableau}} | ||
+ | {{Infobox/Fin}} | ||
+ | </pre> | ||
+ | {{clr}} | ||
+ | |||
+ | === Exemple au sein d'un modèle === | ||
+ | <pre> | ||
+ | {{Infobox/Début}} | ||
+ | {{Infobox/Titre|{{{nom|{{PAGENAME}}}}}|#E1E1E1|entete defaut}} | ||
+ | {{Infobox/Image | ||
+ | |{{{image|}}}|{{#if:{{{légende|}}}|{{{légende|}}}|Image représentant l'évènement}}|{{#if:{{{image-taille|}}}|{{{image-taille}}}px|250px}} | ||
+ | }} | ||
+ | {{Infobox/Légende | ||
+ | |{{{légende|}}} | ||
+ | }} | ||
+ | {{Infobox/Sous-titre optionnel|{{{paramètre1|}}}{{{paramètre2|}}}|#E1E1E1|}} | ||
+ | {{Infobox/Début tableau}} | ||
+ | {{Infobox/Ligne tableau mixte optionnel | ||
+ | |Pays|{{{paramètre1|}}} | ||
+ | }} | ||
+ | {{Infobox/Ligne tableau mixte optionnel | ||
+ | |Pays|{{{paramètre2|}}} | ||
+ | }} | ||
{{Infobox/Fin tableau}} | {{Infobox/Fin tableau}} | ||
{{Infobox/Fin}} | {{Infobox/Fin}} |
Version du 27 août 2009 à 21:22
Modèle:Documentation modèle vue directement
Ce modèle permet de réaliser une infobox V2 à partir de briques. La brique {{Infobox/Sous-titre optionnel}} sert à ajouter un sous-titre dans une infobox. Le sous-titre est optionnel car il n'apparaît que si le ou les paramètres renseignés dans le troisième paramètre de ce modèle sont remplis.
Sommaire
Syntaxe
Copiez et collez ceci dans votre article.
{{Infobox/Début}} {{Infobox/Sous-titre optionnel|Nom du sous-titre|Couleur|Le ou les paramètres déclanchant l'apparition}} {{Infobox/Fin}}
Paramètre
- Paramètre 1 : Il sert à indiquer le nom du sous-titre comme par exemple : {{Infobox/Sous-titre optionnel|Administration}}
- Paramètre 2 : Il sert à indiquer la couleur du fond du sous-titre comme par exemple : {{Infobox/Sous-titre optionnel|Administration|#E1E1E1}}.
- Paramètre 3 : Il sert à indiquer le ou les paramètres déclanchant l'apparition du séparateur dans l'infobox comme par exemple : {{Infobox/Sous-titre optionnel|Administration|#E1E1E1|France}}.
Exemple
Exemple simple
- Exemple avec un paramètre
Titre |
{{Infobox/Début}} {{Infobox/Titre|Titre}} {{Infobox/Image|defaut.svg|240}} {{Infobox/Légende|Une légende portant sur mon image}} {{Infobox/Sous-titre optionnel|Administration|#E1E1E1|France}} {{Infobox/Début tableau}} {{Infobox/Ligne tableau mixte optionnel|Pays|France}} {{Infobox/Fin tableau}} {{Infobox/Fin}}
- Exemple sans un paramètre
Titre |
{{Infobox/Début}} {{Infobox/Titre|Titre}} {{Infobox/Image|defaut.svg|240}} {{Infobox/Légende|Une légende portant sur mon image}} {{Infobox/Sous-titre optionnel|Administration|#E1E1E1|}} {{Infobox/Début tableau}} {{Infobox/Ligne tableau mixte optionnel|Pays|}} {{Infobox/Fin tableau}} {{Infobox/Fin}}
Exemple au sein d'un modèle
{{Infobox/Début}} {{Infobox/Titre|{{{nom|{{PAGENAME}}}}}|#E1E1E1|entete defaut}} {{Infobox/Image |{{{image|}}}|{{#if:{{{légende|}}}|{{{légende|}}}|Image représentant l'évènement}}|{{#if:{{{image-taille|}}}|{{{image-taille}}}px|250px}} }} {{Infobox/Légende |{{{légende|}}} }} {{Infobox/Sous-titre optionnel|{{{paramètre1|}}}{{{paramètre2|}}}|#E1E1E1|}} {{Infobox/Début tableau}} {{Infobox/Ligne tableau mixte optionnel |Pays|{{{paramètre1|}}} }} {{Infobox/Ligne tableau mixte optionnel |Pays|{{{paramètre2|}}} }} {{Infobox/Fin tableau}} {{Infobox/Fin}}