Translations:Typographical Guidelines/21/da

From KDE UserBase Wiki
Revision as of 05:49, 28 June 2011 by Claus chr (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • 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" );