模板:已安装的扩展

来自Jabber/XMPP中文翻译计划
(版本间的差异)
跳转到: 导航, 搜索
(创建新页面为 '* <big>'''已安装[http://www.mediawiki.org/wiki/Extension:CategoryTree CategoryTree 扩展]</big> 写法: <pre><categorytree mode=categories>所有文档列表</categorytree> ...')
 
第1行: 第1行:
 +
<div style="float: {{{1|none}}}; border: 2px solid black; background: white; margin: 1em; width: 35%;">
 +
<div style="background: #ffd080; padding: 0.3em 0.5em; border-bottom: 1px solid black; text-align: center;">'''已安装的扩展'''</div>
 +
<div style="padding: 0.5em;">
 
* <big>'''已安装[http://www.mediawiki.org/wiki/Extension:CategoryTree CategoryTree 扩展]</big>
 
* <big>'''已安装[http://www.mediawiki.org/wiki/Extension:CategoryTree CategoryTree 扩展]</big>
 
写法:
 
写法:
第39行: 第42行:
 
</source>
 
</source>
 
* <big>'''已安装[http://www.mediawiki.org/wiki/Extension:LDAP_Authentication ldap验证扩展],本站目前使用ldap进行用户验证</big>
 
* <big>'''已安装[http://www.mediawiki.org/wiki/Extension:LDAP_Authentication ldap验证扩展],本站目前使用ldap进行用户验证</big>
 +
</div>
 +
</div>

2010年5月25日 (二) 21:34的版本

已安装的扩展

写法:

<categorytree mode=categories>所有文档列表</categorytree>
<categorytree mode=pages style="float:right; clear:right; margin-left:1ex; border:1px solid gray; padding:0.7ex; background-color:white;">所有文档列表</categorytree>

它扩展了10个函数,在页面中列出数字或逻辑运算公式,页面即可展示结果。

写法:

{#expr: 2 - 3 + 4 / 5 * 6}

显示结果: 3.8

参见详细的使用方法

代码高亮显示的使用方式如下

PHP

写法:

<source lang="php">
<?php
  // Hello World in PHP
  echo 'Hello World!';
?>
</source>

页面显示效果:

<?php
  // Hello World in PHP
  echo 'Hello World!';
?>
个人工具