ApiHelp: Add directionality to various things that are likely English-like
authorBrad Jorsch <bjorsch@wikimedia.org>
Tue, 26 Jul 2016 16:48:03 +0000 (12:48 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Tue, 26 Jul 2016 16:59:17 +0000 (12:59 -0400)
commit12d7b7a4d73cbf42a9e04c05d04a35dd1c14a1d5
tree55083d328d81077982e950fb79ba59e95b0977ec
parent2581614c13ffdb55ad9d7c2fc35651d094824529
ApiHelp: Add directionality to various things that are likely English-like

This follows up I28e8e0cb with the other things identified during review
of that patch.

Added dir="ltr" to:
* Module names in the linktrail
* Non-internationalized extension names
* SPDX license tags
* Help URLs
* Parameter names
* Module names in the list of values for a submodule-type parameter
* Value names when using message-per-value documentation
* Example URLs

Added dir="auto" to:
* List of values for enumerated-type parameters
* Default value for parameters

Change-Id: Ie3c08ec604e1796629912fa16e6db4ae3fdce72e
includes/api/ApiHelp.php
includes/api/ApiHelpParamValueMessage.php