Extension:Create User Page
Appearance
Create User Page リリースの状態: 安定 |
|
---|---|
実装 | 利用者アクティビティ |
説明 | The Create User Page extension checks on login whether the user has a user page and, if not, creates it. |
作者 | Cindy Cicalese (cindy.cicaleseトーク) |
最新バージョン | 3.1.0 (2023-06-21) |
互換性の方針 | MediaWiki とともにリリースされるスナップショット。 master には後方互換性がありません。 |
MediaWiki | >= 1.35.0 |
ライセンス | MIT ライセンス |
ダウンロード | |
|
|
translatewiki.net で翻訳を利用できる場合は、Create User Page 拡張機能の翻訳にご協力ください | |
問題点 | 未解決のタスク · バグを報告 |
The Create User Page extension checks whether the user has a user page and, if not, creates it with the content as specified in $wgCreateUserPage_PageContent
.
The check is done when the user logs in if $wgCreateUserPage_OnLogin
is set to true
(the default), otherwise the check is done on every page load.
The user account to be used for user page creation can be set with $wgCreateUserPage_AutoCreateUser
which is by default the user itself for whom the page is being created.
インストール
- ダウンロードして、ファイルを
extensions/
フォルダー内のCreateUserPage
という名前のディレクトリ内に配置します。
開発者とコード寄稿者は、上記の代わりに以下を使用してGitからインストールします:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/CreateUserPage - 以下のコードを LocalSettings.php ファイルの末尾に追加します:
wfLoadExtension( 'CreateUserPage' );
- 必要に応じて設定します。
- 完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。
設定
$wgCreateUserPage_PageContent
- The content to put on the user page when it is created. Defaults to
{{User}}
. $wgCreateUserPage_OnLogin
- Check for the existence of the user page whenever the user logs in if
true
. Iffalse
, check on every page load. Defaults totrue
. $wgCreateUserPage_AutoCreateUser
- Defines the user account that should be used to create the user's page. If unset the respective user will be attributed to the edit for whom the page is being created. Defaults to
null
(unset). $wgCreateUserPage_CreateRedirect
- In addition to creating the user page, if a page of the same name does not yet exist in the main namespace, create it as a redirect to the user page.
バージョン履歴
- Version 3.1.0
- add
$wgCreateUserPage_CreateRedirect
option to create redirect from main namespace to user page (T313132)
- Version 3.0
- Fix bug where user pages were being created for anonymous users
- Dropped support for MediaWiki 1.34-
- Version 2.0
- Added
$wgCreateUserPage_AutoCreateUser
- Version 1.2
- Added
$wgCreateUserPage_OnLogin
- Version 1.1.1
- Really corrected user page creation to use wikitext instead of text (affects MediaWiki 1.29+)
- Version 1.1
- Corrected user page creation to use wikitext instead of text (affects MediaWiki 1.29+)
- Version 1.0
- Initial version
関連項目
- Extension:NewUserMessage - adds a message to newly created user's talk pages
この拡張機能は以下のウィキ ファーム/ウィキ ホスト/パッケージに含まれています: これは正式な一覧ではありません。 一部のウィキ ファーム/ウィキ ホスト/パッケージは、ここに記載されていなくてもこの拡張機能を含んでいる場合があります。 必ずご利用のウィキ ファーム、ウィキ ホスト、バンドルで確認してください。 |
Categories:
- Stable extensions/ja
- User activity extensions/ja
- MIT licensed extensions/ja
- Extensions in Wikimedia version control/ja
- OutputPageParserOutput extensions/ja
- UserLoginComplete extensions/ja
- All extensions/ja
- Extensions included in BlueSpice/ja
- Extensions included in MyWikis/ja
- Extensions included in ProWiki/ja
- Extensions by MITRE/ja