Manual:$wgAutopromoteOnce/ko
Appearance
| Access: $wgAutopromoteOnce | |
|---|---|
| Conditions of automatic promotion of user to specific groups that are done only once. |
|
| 이 변수가 소개된 버전: | 1.18.0 (r90755) |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (array) |
| 기본값: | see below |
| 기타 설정: 알파벳 순 | 기능별 순 | |
상세
Does not add the user to the group again if it has been removed. Also, does not remove the group if the user no longer meets the criteria.
The format is array( event => criteria, ... ) where event is 'onEdit' (when user edits) and criteria has the same format as $wgAutopromote.
기본값
| 미디어위키 버전: | ≥ 1.25 |
[
'onEdit' => [],
]
| 미디어위키 버전: | 1.18 – 1.24 |
array(
'onEdit' => array(),
'onView' => array()
)