Follows-up I301f471f86ba2.
For ease of navigation, move Converter subclasses to a group called
"Languages", which for documentation purposes is a subgroup of
"Language". The next commit does the same for Messages* files,
and Language subclasses (done separately for ease of review).
Change-Id: If1cef9aa15f536ebaedd4477ad7453426e7f3b85
The existing name for the 'Template' namespace was incorrect. Hence,
replaced it with the correct word for 'Template' and 'Template_talk',
and added the existing ones as aliases.
Noticed that the existing file was missing a comma at the end of the
last item in the alias list.
Bug: T213717
Change-Id: Ibb8385cae3368e2c36006cf9993dec4ebbbc4491
The alias for NS_USER_TALK (last line of code) had a space in it. The
alias names should have underscores instead of spaces. The space has been
replaced by an underscore.
https://www.mediawiki.org/wiki/Manual:$wgNamespaceAliases
Change-Id: Iee25a1f596c5c64cfd898f97baedc8ad35740860
- Removed space after casts
- Removed spaces in array index
- Added spaces around string concat
- Added space after words: switch, foreach
- else if -> elseif
- Removed parentheses around require_once, because it is not a function
- Added newline at end of file
- Removed double spaces
- Added spaces around operations
- Removed repeated newlines
Bug: T102609
Change-Id: Ib860222b24f8ad8e9062cd4dc42ec88dc63fb49e