Many third-party sites use Cite, and we want to make it possible for these to still benefit from any improvements we make, eg. to backlink numbering.
no-CLDR and no-CommunityConfiguration
- Default fallback will be the English alphabet a-z.
- Allow that to be overridden by a PHP config var in the LocalSettings.php, $wgCiteDefaultBacklinkAlphabet. This is a literal sequence like "a b c d... z" because that gives the most flexible support for all languages.
CLDR but no-CommunityConfiguration
- Default will be the content language locale index alphabet, if known to CLDR.
- Override still available via PHP config variable.
CommunityConfiguration but no-CLDR
- Alphabet sequence can be set literally in the configuration panel.
- No CLDR popup dialog to assist.
- Precedence is: built-in defaults < PHP configuration variable < CommunityConfiguration setting, if not empty
CommunityConfiguration and CLDR present
- Same as above, but a nice popup dialog to assist with picking from known alphabets.