Utilisateur:Admin : Différence entre versions

De Wiki Makilab
Aller à : navigation, rechercher
(Page créée avec « Tests : <iframe width="640" height="480" src="https://sketchfab.com/models/fdf1bddca5b74411a7af917b4afb817e/embed" > test </iframe> »)
 
 
(7 révisions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
 
Tests :
 
Tests :
  
<iframe width="640" height="480" src="https://sketchfab.com/models/fdf1bddca5b74411a7af917b4afb817e/embed" > test </iframe>
+
{{mbox|image = [[Image:Ambox deletion.png]] <br> [[Image:Imbox protection.png]] | text = Ceci est mon texte.}}
 +
 
 +
<syntaxhighlight lang="c">
 +
<?php
 +
    v = "string";    // sample initialization
 +
?>
 +
html text
 +
<?php
 +
    echo v;        // end of php code
 +
?>
 +
</syntaxhighlight>

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
?>