Extension:模板沙盒
Appearance
Outdated translations are marked like this.
- 这是这个扩展的技术文档。 也是用户文档。
TemplateSandbox 发行状态: 稳定版 |
|
---|---|
实现 | 特殊页面 , 页面操作 |
描述 | 使用沙盒模板预览页面 |
作者 | Brad Jorsch (Anomie留言) |
最新版本 | 1.1.0 (continuous updates) |
兼容性政策 | 快照跟随MediaWiki发布。 master分支不向后兼容。 |
MediaWiki | >= 1.43 |
许可协议 | GNU通用公眾授權條款2.0或更新版本 |
下載 | |
帮助 | Help:Extension:TemplateSandbox/zh |
|
|
季度下載量 | 42 (Ranked 98th) |
正在使用的公开wiki数 | 1,040 (Ranked 233rd) |
前往translatewiki.net翻譯TemplateSandbox扩展 | |
問題 | 开启的任务 · 报告错误 |
TemplateSandbox 扩展增加了使用沙盒版本模板预览页面的能力,允许在沙盒代码上线之前轻松测试。 它也适用于 Scribunto 模块。
安裝
- 下载文件,并将解压后的
TemplateSandbox
文件夹移动到extensions/
目录中。
开发者和代码贡献人员应从Git安装扩展,输入:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateSandbox - 将下列代码放置在您的LocalSettings.php 的底部:
wfLoadExtension( 'TemplateSandbox' );
- Configure as required.
- 完成 – 在您的wiki上导航至Special:Version,以验证已成功安装扩展。
配置
- 参数
$wgTemplateSandboxEditNamespaces
- 要在编辑表单下方显示“使用此模板预览页面”框的命名空间。 默认为NS_TEMPLATE
。 单个用户可以使用advancedtemplatesandbox.js拓展到所有命名空间。
用法
此扩展会添加一个新的特殊页面:Special:TemplateSandbox 要使用沙盒模板预览页面,请执行以下操作:
- Copy the templates to be tested under a common prefix. For example, you might copy
Template:Foo
toUser:Example/sandbox/Template:Foo
. Alternatively, you might createUser:Example/sandbox/Template:Foo
as a redirect toTemplate:Foo/sandbox
. - 前往Special:TemplateSandbox。 Fill in the page or revision to be rendered, and the prefix you chose in step 1. It is possible to specify multiple prefixes (a prefix search path) by separating them using vertical bars, e.g.,
User:Example/sandbox1|User:Example/sandbox2
. - 点击查看。
The extension also adds a box at the bottom of the edit form for pages in the namespaces configured in $wgTemplateSandboxEditNamespaces
.
This allows for previewing some other page as it would appear were the template being edited saved with the current contents of the edit form.
The box can be forced to appear in the edit form for any page by adding the query parameter wpTemplateSandboxShow
to the URL.
参见
- User:Jackmcbarn/advancedtemplatesandbox.js — A user script that enables use of TemplateSandbox for all pages.
- Help:展開模板
- Extension:SandboxLink
- Extension:Scribunto − 此扩展还允许对Scribunto模块沙盒化。
此扩展用于一个或多个维基媒体项目。 这可能意味着扩展足够稳定、运作足够良好,可以用在这样的高流量的网站上。 请在维基媒体的CommonSettings.php和InitialiseSettings.php配置文件中查找此扩展的名称以查看哪些网站安装了该扩展。 特定wiki上的已安装的扩展的完整列表位于Special:Version页面。 |
此扩展在以下wiki农场/托管网站和/或软件包中提供: 這不是一份權威名單。 即使某些wiki农场/托管网站和/或软件包未在这里列出,它们也可能提供此扩展。 请检查你的wiki农场/托管网站或软件包以确认提供情况。 |
Categories:
- Stable extensions/zh
- Special page extensions/zh
- Page action extensions/zh
- GPL licensed extensions/zh
- Extensions in Wikimedia version control/zh
- APIGetAllowedParams extensions/zh
- AlternateEditPreview extensions/zh
- ApiMakeParserOptions extensions/zh
- EditPage::importFormData extensions/zh
- EditPage::showStandardInputs:options extensions/zh
- All extensions/zh
- Extensions used on Wikimedia/zh
- Extensions included in Canasta/zh
- Extensions included in Miraheze/zh
- Extensions included in Telepedia/zh
- Extensions included in WikiForge/zh