Extension:ContainerFilter
ContainerFilter 发行状态: 稳定版 |
|
---|---|
描述 | 允许过滤页面内的内容元素 |
作者 | Hallo Welt! GmbH |
最新版本 | 2.0.0-alpha |
兼容性政策 | 对于每个有长期支持的MediaWiki发行版本,扩展内都有对应的分支。 |
MediaWiki | 1.39+ |
许可协议 | 僅限GNU通用公眾授權條款3.0 |
下載 | |
季度下載量 | 2 (Ranked 130th) |
前往translatewiki.net翻譯ContainerFilter扩展 | |
现在,您可以标记要过滤的页面部分,并仅针对位于页面这些部分中的内容显示过滤器。
-
Example: MediaWiki table filter
-
Example: MediaWiki table filter output
-
Example: List filter and output List filter
安裝
- 下载文件,并将解压后的
ContainerFilter
文件夹移动到extensions/
目录中。
开发者和代码贡献人员应从Git安装扩展,输入:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/ContainerFilter - 将下列代码放置在您的LocalSettings.php 的底部:
wfLoadExtension( 'ContainerFilter' );
- 完成 – 在您的wiki上导航至Special:Version,以验证已成功安装扩展。
Usage
For use with a table, you must use class=wikitable. Other class definitions are possible:
<containerfilter /> {| class="wikitable sortable" ! Item !! Type |- | Apple || Fruit |- | Potato || Vegetable |- | Pear || Fruit |- | Pumpkin || Vegetable |- | Raspberry || Fruit |- | Spinach || Vegetable |}
With Semantic MediaWiki
When using Semantic MediaWiki, you can use ContainerFilter with the following syntax:
{{#ask: [[Category:Cities]] |format=ul |class=filterexample |intro=<containerfilter selector=".filterexample li"> |outro=</containerfilter> }}
外部链接
- Extension reference: ContainerFilter
此扩展在以下wiki农场/托管网站和/或软件包中提供: 這不是一份權威名單。 即使某些wiki农场/托管网站和/或软件包未在这里列出,它们也可能提供此扩展。 请检查你的wiki农场/托管网站或软件包以确认提供情况。 |