Translations:Typographical Guidelines/21/pt-br: Difference between revisions
Appearance
Created page with "* Você também pode combinar áreas de entrada/saída com [http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi GeSHi syntaxhiglighting]. Uma área de entrada como essa..." |
(No difference)
|
Latest revision as of 13:54, 27 April 2012
- Você também pode combinar áreas de entrada/saída com GeSHi syntaxhiglighting. Uma área de entrada como essa
{{Input|<syntaxhighlight lang="php" line> # Initialise common code $preIP = dirname( __FILE__ ); require_once( "$preIP/includes/WebStart.php" ); </syntaxhighlight>}}
irá resultar em# Initialise common code $preIP = dirname( __FILE__ ); require_once( "$preIP/includes/WebStart.php" );