Translations:Typographical Guidelines/21/da

From KDE UserBase Wiki
  • Du kan også kombinere input/output-områder med GeSHi syntaxhiglighting. Et inputopmåde som dette
    {{Input|<syntaxhighlight lang="php" line>
    # Initialise common code
    $preIP = dirname( __FILE__ );
    require_once( "$preIP/includes/WebStart.php" );
    </syntaxhighlight>}}
    vil resultere i
    # Initialise common code
    $preIP = dirname( __FILE__ );
    require_once( "$preIP/includes/WebStart.php" );