« Modèle:Test 2 » : différence entre les versions
De 21Wiki
Page blanchie Balises : Blanchiment Éditeur de wikicode 2017 |
Aucun résumé des modifications |
||
| Ligne 1 : | Ligne 1 : | ||
<includeonly> | |||
<div class="infobox" style="width:250px; border:1px solid #aaa; background:#f9f9f9; padding:5px; font-size:90%; float:right; margin:0 0 1em 1em;"> | |||
<div style="text-align:center; font-size:110%; font-weight:bold; background:#ccc; padding:5px;">{{{nom|Nom inconnu}}}</div> | |||
<!-- Image --> | |||
{{#if: {{{image|}}} | | |||
<div style="text-align:center; margin:5px 0;"> | |||
[[Fichier:{{{image}}}|{{{taille|250px}}}|alt={{{légende|}}}]] | |||
<div style="font-size:85%;">{{{légende|}}}</div> | |||
</div> | |||
}} | |||
<!-- Informations --> | |||
<table style="width:100%; border-collapse:collapse;"> | |||
{{#if: {{{description|}}} | | |||
<tr> | |||
<td colspan="2" style="padding:5px; text-align:center; background:#e0e0e0;"><b>Description</b></td> | |||
</tr> | |||
<tr> | |||
<td colspan="2" style="padding:5px;">{{{description}}}</td> | |||
</tr> | |||
}} | |||
{{#if: {{{date|}}} | | |||
<tr> | |||
<td style="padding:5px; background:#e0e0e0;"><b>Date</b></td> | |||
<td style="padding:5px;">{{{date}}}</td> | |||
</tr> | |||
}} | |||
{{#if: {{{lieu|}}} | | |||
<tr> | |||
<td style="padding:5px; background:#e0e0e0;"><b>Lieu</b></td> | |||
<td style="padding:5px;">{{{lieu}}}</td> | |||
</tr> | |||
}} | |||
{{#if: {{{domaine|}}} | | |||
<tr> | |||
<td style="padding:5px; background:#e0e0e0;"><b>Domaine</b></td> | |||
<td style="padding:5px;">{{{domaine}}}</td> | |||
</tr> | |||
}} | |||
{{#if: {{{site web|}}} | | |||
<tr> | |||
<td style="padding:5px; background:#e0e0e0;"><b>Site web</b></td> | |||
<td style="padding:5px;">[{{{site web}}} Site officiel]</td> | |||
</tr> | |||
}} | |||
</table> | |||
</div> | |||
</includeonly> | |||
<noinclude> | |||
== Utilisation == | |||
Ce modèle permet d'afficher une infobox sur une page. | |||
Exemple : | |||
<pre> | |||
{{Infobox | |||
| nom = Exemple | |||
| image = Exemple.jpg | |||
| légende = Une image d'exemple | |||
| description = Ceci est un exemple d'utilisation du modèle Infobox. | |||
| date = 24 février 2025 | |||
| lieu = France | |||
| domaine = Informatique | |||
| site web = https://example.com | |||
}} | |||
</pre> | |||
</noinclude> | |||
Version du 24 février 2025 à 16:31
Utilisation
Ce modèle permet d'afficher une infobox sur une page.
Exemple :
{{Infobox
| nom = Exemple
| image = Exemple.jpg
| légende = Une image d'exemple
| description = Ceci est un exemple d'utilisation du modèle Infobox.
| date = 24 février 2025
| lieu = France
| domaine = Informatique
| site web = https://example.com
}}
