Utilisateur:Admin : Différence entre versions

De Wiki Makilab
Aller à : navigation, rechercher
 
Ligne 1 : Ligne 1 :
 
Tests :
 
Tests :
  
{{mbox|image = [[Image:Ambox deletion.png]] <br> [[Image:Imbox protection.png]] }}
+
{{mbox|image = [[Image:Ambox deletion.png]] <br> [[Image:Imbox protection.png]] | text = Ceci est mon texte.}}
  
 
<syntaxhighlight lang="c">
 
<syntaxhighlight lang="c">

Version actuelle datée du 23 août 2019 à 06:43

Tests :

<?php
    v = "string";    // sample initialization
?>
html text
<?php
    echo v;         // end of php code
?>