ApiSandbox: Load mediawiki.hlist RL module
authorBrad Jorsch <bjorsch@wikimedia.org>
Tue, 20 Aug 2019 13:52:54 +0000 (09:52 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Tue, 20 Aug 2019 13:58:26 +0000 (09:58 -0400)
commitc994009caf68b5c2a9843564b387bf4978cfd81b
tree8890755557be5c9db443349d8b7c3104a35279e1
parent609091451b61739e2f0cd938880d897e99477494
ApiSandbox: Load mediawiki.hlist RL module

The default l10n for the main module's description uses the hlist class,
so load it.

It might make more sense to have it as a module dependency of an
appropriate RL module like mediawiki.apipretty instead of requiring
every caller to load it manually, but it seems that's not really done
because RL is weird about handling CSS-only modules as dependencies.

Bug: T230782
Change-Id: I6493d7d789f3cebee737645528cddfb1d3acb1d7
includes/specials/SpecialApiSandbox.php