Translations:Typographical Guidelines/21/uk

From KDE UserBase Wiki
Revision as of 15:08, 13 June 2011 by Yurchor (talk | contribs) (Created page with "* Ви також можете поєднувати області input та output за допомогою [http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi під...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • Ви також можете поєднувати області input та output за допомогою підсвічування синтаксичних конструкцій GeSHi. Область input, подібну до такої:
    {{Input|<syntaxhighlight lang="php" line>
    # Initialise common code
    $preIP = dirname( __FILE__ );
    require_once( "$preIP/includes/WebStart.php" );
    </syntaxhighlight>}}
    буде показано так:
    # Initialise common code
    $preIP = dirname( __FILE__ );
    require_once( "$preIP/includes/WebStart.php" );