{{{1}}}
{{{2}}}


Ce modèle sert à placer du code dans un cadre.

Utilisation

modifier
{{Cadre code|titre|code|couleur}}

Paramètres non nommés

modifier
titre
Titre du cadre.
code
Code contenu dans le cadre. Le code doit être encadré par syntaxhighlight ou pre.
couleur
(optionnel) Couleur du cadre, gris par défaut :

Exemples

modifier

Exemple d'utilisation du modèle :

{{Cadre code|Avec syntaxhighlight|
<syntaxhighlight lang="bash">
cd /etc/null && cd /dev/null && cd /vidordure && cd /etc/null && cd /dev/null && cd /vidordure
</syntaxhighlight>
}}
Avec syntaxhighlight
cd /etc/null && cd /dev/null && cd /vidordure && cd /etc/null && cd /dev/null && cd /vidordure

Les différentes couleurs :

Couleur : bleu
char* colorpath = "/org/wikibooks/fr/bleu";
Couleur : vert
var colorpath = "/org/wikibooks/fr/vert";
Couleur : jaune
String colorpath = "/org/wikibooks/fr/jaune";
Couleur : or
string colorpath = "/org/wikibooks/fr/or";
Couleur : orange
$colorpath = "/org/wikibooks/fr/orange";
Couleur : violet
$colorpath = "/org/wikibooks/fr/violet";
Couleur : saumon
$colorpath = "/org/wikibooks/fr/saumon";
Couleur : sable
$colorpath = "/org/wikibooks/fr/sable";
Couleur : vertmoyen
$colorpath = "/org/wikibooks/fr/vertmoyen";
Couleur : bleufoncé
$colorpath = "/org/wikibooks/fr/bleufoncé";
Couleur : rouge
$colorpath = "/org/wikibooks/fr/rouge";
Couleur : écarlate
$colorpath = "/org/wikibooks/fr/écarlate";

Voir aussi

modifier