Jump to content

Translations:Typographical Guidelines/21/zh-cn: Difference between revisions

From KDE UserBase Wiki
Notifyctrl (talk | contribs)
Created page with "* 你也可以把输入/输出区域和 [http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi GeSHi 语法高亮格式] 混合使用。像这样的输入 {{Input|1=<n..."
 
(No difference)

Latest revision as of 14:22, 5 May 2021

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>}}
  • 你也可以把输入/输出区域和 GeSHi 语法高亮格式 混合使用。像这样的输入
    {{Input|&lt;syntaxhighlight lang="php" line&gt;
    # Initialise common code
    $preIP = dirname( __FILE__ );
    require_once( "$preIP/includes/WebStart.php" );
    &lt;/syntaxhighlight&gt;}}
    
    产生的结果是
    '"`UNIQ--syntaxhighlight-00000003-QINU`"'