Translations:Typographical Guidelines/21/fi

From KDE TechBase
  • Voit myös yhdistää syöte/tulostealueet GeSHi-syntaksikorostamiseen. Syötealue, kuten tämä
    {{Input|<syntaxhighlight lang="php" rivi>
    # Alusta yhteinen koodi
    $preIP = dirname( __FILE__ );
    require_once( "$preIP/includes/WebStart.php" );
    </syntaxhighlight>}}

antaa tulokseksi

# Alusta yhteinen koodi
$preIP = dirname( __FILE__ );
require_once( "$preIP/includes/WebStart.php" );