Modèle:Code

De Banane Atomic
Aller à la navigationAller à la recherche

Ajout d'une image à gauche du code et coloration syntaxique avec syntaxhighlight

Utilisation

Mediawiki.svg
{{code | lang=bash | code=cd $home}}

{{#if: | YES | NO }}

Exemple

Bash.svg
cd $home

{{#if: | YES | NO }}

Code

Mediawiki.svg
{| class="kode"
|[[File:{{{lang}}}.svg|40px|link=]]
|
{{#tag: syntaxhighlight |{{{code}}}| lang={{{lang}}} | class="{{{class|}}}"}}
|}

{{#if: | YES | NO }}

[[File:{{{lang}}}.svg|40px|link=]]
{{{code}}}

{{#if: | YES | NO }}