« Modèle:Bandeau » : différence entre les versions
De Nefald
Autres actions
Aucun résumé des modifications |
mAucun résumé des modifications |
||
| Ligne 2 : | Ligne 2 : | ||
<div class="bandeau-icon"> | <div class="bandeau-icon"> | ||
{{#if: {{{icone|}}} | {{#if: {{{icone|}}} | ||
| | | {{#fas:{{{icone}}}}} | ||
| {{#switch: {{{type|info}}} | | {{#switch: {{{type|info}}} | ||
| info = | | info = {{#fas:circle-info}} | ||
| attention | warning = | | attention | warning = {{#fas:triangle-exclamation}} | ||
| erreur | error | danger = | | erreur | error | danger = {{#fas:circle-xmark}} | ||
| succes | success = | | succes | success = {{#fas:circle-check}} | ||
| note = | | note = {{#fas:note-sticky}} | ||
| conseil | tip = | | conseil | tip = {{#fas:lightbulb}} | ||
| construction = | | construction = {{#fas:hammer}} | ||
| important = | | important = {{#fas:star}} | ||
| question = | | question = {{#fas:circle-question}} | ||
| nouveau | new = | | nouveau | new = {{#fas:sparkles}} | ||
| archive = | | archive = {{#fas:box-archive}} | ||
| #default = | | #default = {{#fas:circle-info}} | ||
}} | }} | ||
}} | }} | ||