Extension:NewUserActions/zh

The extension is still a work in progress.
Category:GPL licensed extensions/zh
NewUserActions
Category:Experimental extensions/zh
Category:User activity extensions/zh, Category:Hook extensions/zh
描述 Run actions when a user is newly created.
作者 Sébastien Santoro (Dereckson留言)
MediaWiki 1.23+Category:Extensions with manual MediaWiki version/zh
PHP 5.4+
GNU通用公眾授權條款2.0或更新版本
下載 Category:Extensions in Wikimedia version control/zh
  • $wgNewUserActionsSuppressRC
  • $wgNewUserActionsCreateUserPage
  • $wgNewUserActionsOnAutoCreate
  • $wgNewUserActionsMinorEdit
前往translatewiki.net翻譯NewUserActions
問題 开启的任务 ·
Category:All extensions/zh

The NewUserActions extension executes configurable actions when a new wiki account is created. It has been inspired by :.

Actions available

Create user page

This action allow to create a user page, following a specific template. This can for example be used to offer a generic starting template for user pages.

安裝

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

Global variables

There are some global variables which affect the operation of the extension. These should be set in your LocalSettings.php file.

Variable含义
$wgNewUserActionsSuppressRC false Specify whether or not the new actions should show up in recent changes. If set to true, those edits won't be displayed even if "show bot edits" is selected on RecentChanges or Watchlist.
$wgNewUserActionsMinorEdit true Should the actions edit will be marked as minor.
$wgNewUserActionsOnAutoCreate false Should auto creation (CentralAuth) trigger the actions?
$wgNewUserActionsCreateUserPage false If true, create a new user page.

In-wiki configuration

One of the goal of the extension is to improve flexibility. As such, some parameters are configurable on wiki.

Other settings of the extension can be made in the MediaWiki: namespace.

Page title含义
MediaWiki:Newuseractions-userpage-template Template:New user page Specify a template to use as default new user page.
MediaWiki:Newuseractions-userpage-summary Initial content from [[Template:New user page]]. Edit summary for the recent changes entry of a new users message. Always in content language.
MediaWiki:Newuseractions-editor New user actions Set the username of the user that makes the edits. If this user does not exist, "MediaWiki default" will show up as editing user. The user set here is marked as reserved and won't be able to login.
Category:AddNewAccount extensions/zh Category:All extensions/zh Category:Experimental extensions/zh Category:Extensions in Wikimedia version control/zh Category:Extensions with manual MediaWiki version/zh Category:GPL licensed extensions/zh Category:Hook extensions/zh Category:LocalUserCreated extensions/zh Category:UserGetReservedNames extensions/zh Category:User activity extensions/zh