Translations:Typographical Guidelines/21/fr

    From KDE UserBase Wiki
    Revision as of 21:29, 18 March 2018 by ChristianW (talk | contribs)
    • Vous pouvez aussi combiner les zones de saisie/et d'affichage avec GeSHi syntaxhiglighting. Une zone de saisie comme celle-là
      {{Input|<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" );