Translations:Typographical Guidelines/21/fi: Difference between revisions

From KDE TechBase
(Created page with "* Voit myös yhdistää syöte/tulostealueet [http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi GeSHi-syntaksikorostamiseen]. Syötealue, kuten tämä {{Input|3=Syöt...")
 
(No difference)

Latest revision as of 07:22, 27 August 2011

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Typographical Guidelines)
* You can also combine input/output areas with [http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi GeSHi syntaxhiglighting]. An input area like this {{Input|1=<nowiki>{{Input|<syntaxhighlight lang="php" line>
# Initialise common code
$preIP = dirname( __FILE__ );
require_once( "$preIP/includes/WebStart.php" );
</syntaxhighlight>}}</nowiki>
}} will result in {{Input|<syntaxhighlight lang="php" line>
# Initialise common code
$preIP = dirname( __FILE__ );
require_once( "$preIP/includes/WebStart.php" );
</syntaxhighlight>}}
  • 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" );