Page MenuHomePhabricator

Allow customisation of separator for categories
Closed, ResolvedPublic

Description

Author: tomasz.sienicki

Description:
Cosmetics: people request that categories be separated by • instead of '|'.

  • Skin.php.org 2006-04-25 00:38:16.106294035 +0200

+++ Skin.php 2006-04-25 00:30:39.000000000 +0200
@@ -506,0 +507 @@
+ $catseparator = wfMsgHtml( 'category-separator' );
@@ -510 +511 @@

  • $t = $embed . implode ( "$pop | $embed" ,

$wgOut->mCategoryLinks ) . $pop;
+ $t = $embed . implode ( "$pop $catseparator $embed" ,
$wgOut->mCategoryLinks ) . $pop;


Version: unspecified
Severity: enhancement

Details

Reference
bz5709

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:11 PM
bzimport added a project: MediaWiki-Parser.
bzimport set Reference to bz5709.

robchur wrote:

Added "catseparator" message in SVN trunk, r13854 and backported.