Extension:FormWizard/zh

Category:GPL licensed extensions/zh
FormWizard
Category:Beta status extensions/zh
Category:Parser function extensions/zh, AjaxCategory:Ajax extensions/zh, API Category:API extensions/zh
描述 在MediaWiki wiki上创建新页面
作者 Egbe Eugene and James Hare
最新版本 0.0.1
MediaWiki >= 1.35.0
GNU通用公眾授權條款2.0或更新版本
下載 Category:Extensions in Wikimedia version control/zh
README
季度下載量 0
前往translatewiki.net翻譯FormWizard
問題 开启的任务 ·
Category:All extensions/zh

The FormWizard extension allows anyone to create forms on MediaWiki wikis, used to create new pages. It was first developed as a FormWizard gadget but is now available as a MediaWiki extension.

User guide

For an end user guide to FormWizard, see Help:Extension:FormWizard.

Installation

  • 下载,并将解压后的FormWizard移动到extensions/目录中。
    开发者和代码贡献人员应从Git安装扩展,输入:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/FormWizard
  • 将下列放置在您的LocalSettings.php 的底部:
    wfLoadExtension( 'FormWizard' );
    
  • Run Composer to install PHP dependencies, by issuing composer update in the extension directory.
  • Yes 完成 – 在您的wiki上Special:Version,以验证已成功安装

Basic setup

For FormWizard to be able to work properly, you need to configure the parser function on a wiki page like so:

{{#formwizard:action=Start|config=Config.json|mode=subpage|project=TestProject}}

with mode=" ", should generate a button which looks like this:

Start with mode="subpage", should generate a button and a text field like so:

In the parser function definition,

  • action is what should be displayed on the button which will be created
  • mode is the mode in which the extension in operating and is used to determine if the user will need to provide a subpage name before the making use of the extension.
  • project is the project where the extension is applied (this will be used to define page content in context of the project.
Category:API extensions/zh Category:Ajax extensions/zh Category:All extensions/zh Category:BeforePageDisplay extensions/zh Category:Beta status extensions/zh Category:Extensions in Wikimedia version control/zh Category:GPL licensed extensions/zh Category:ParserFirstCallInit extensions/zh Category:Parser function extensions/zh