Translations:Typographical Guidelines/21/fr

From KDE UserBase Wiki
Revision as of 11:06, 1 June 2018 by ChristianW (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • Vous pouvez aussi combiner les zones de saisie/et d'affichage avec GeSHi syntaxhiglighting. Une zone de saisie comme celle-là
    {{Input/fr|<syntaxhighlight lang="php" line>
    # Initialisation du code commun
    $preIP = dirname( __FILE__ );
    require_once( "$preIP/includes/WebStart.php" );
    </syntaxhighlight>}}
    affichera
    # Initialisation du code commun
    $preIP = dirname( __FILE__ );
    require_once( "$preIP/includes/WebStart.php" );