Page MenuHomePhabricator

Categorize {{#babel}} on thwiki
Closed, ResolvedPublic

Description

We would like to enable categorization of {{#babel}} for thwiki.

The discussion is here: th.wikipedia.org/wiki/วิกิพีเดีย:ศาลาชุมชน/อภิปราย/เปิดการใช้งานจัดกลุ่มผู้ใช้โดย_babel. Since this is about technical changes, most people are not interested to join this discussion. There are only three users joined the discussion, but all of them agreed to enable this feature.

For the details, we would like to categorize user's page to "User %code-%level". One user suggested that it is equal to this code.

$wgBabelCategoryNames = array(

'0' => 'User %code%-0',
'1' => 'User %code%-1',
'2' => 'User %code%-2',
'3' => 'User %code%-3',
'4' => 'User %code%-4',
'5' => 'User %code%-5',
'N' => 'User %code%-N',

);
$wgBabelMainCategory = 'User %code%';

Thank you very much. :)


Version: wmf-deployment
Severity: enhancement
URL: http://th.wikipedia.org/wiki/วิกิพีเดีย:ศาลาชุมชน/อภิปราย/เปิดการใช้งานจัดกลุ่มผู้ใช้โดย_babel

Details

Reference
bz47418