Extension:Forms/ja
Appearance
| この拡張機能は主に外部でサポートされています: BlueSpice Community Forum。 支援が必要な場合は、トークページではなくそちらに投稿してください。 |
リリースの状態: 安定 |
|
|---|---|
| 説明 | All-round form framework for MediaWiki |
| 作者 | Hallo Welt! GmbH |
| メンテナー | Hallo Welt! GmbH |
| 最新バージョン | - |
| 互換性の方針 | 長期間サポート リリースであるすべての MediaWiki リリースについて、拡張機能に対応するブランチが存在します。 |
| MediaWiki | 1.43 (LTS) |
| ライセンス | GNU 一般公衆利用許諾書 3.0 のみ |
| ダウンロード | |
| translatewiki.net で翻訳を利用できる場合は、Forms 拡張機能の翻訳にご協力ください | |
| 問題点 | 未解決のタスク · バグを報告 |
This extension allows to create OOUI-based forms using wiki pages with the .form extension.
-
Event checklist example
-
Form properties
-
Create section label
関連項目
- PageForms - lets users define forms for creating and editing pages
- VisualData - full-fledged metadata management framework based on json-schema able to easily record, organize and query collection of data on your wiki
- FlexForm - lets users define forms for creating and editing pages, and sending emails
Installation
- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-Forms/ja.git) as a "vcs repository" and the package name (mediawiki/Forms/ja) and version to the
requiresection of yourcomposer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-Forms/ja.git" } ], "require": { "mediawiki/Forms/ja": "dev-REL1_43" } }
- Run the following command in your MediaWiki installation path
composer update --no-dev
- Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'Forms/ja' );
完了 Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

