/**
 * When you need to load multiple scripts and css from wiki pages at the same time,
 * please use the `/load.php?modules=wiki:PageName` combination instead of multiple `action=raw` requests.
 *
 * @example
 * ```
 * // before:
 * mw.loader.load( "/index.php?action=raw&ctype=text/javascript&title=SomeScripts.js" );
 * mw.loader.load( "/index.php?action=raw&ctype=text/css&title=SomeStyles.css", "text/css" );
 * // after:
 * mw.loader.load( "/load.php?modules=wiki:SomeScripts.js|wiki:SomeStyles.css" );
 * ```
 */
