The English Wikipedia Arbitration Committee would like to set up a contact form for block appeals using the Extension:ContactPage similar to that in use on Meta.
The current configuration used on Meta is:
- InitializeSettings.php sets $wmgUseContactPage to true for Meta (and others)
- Contact forms are defined in MetaContactPages.php
- CommonSettings.php loads MetaContactPages.php
Proposed setup for the EnWiki configuration:
- Add 'enwiki' => true to InitializeSettings.php
- Create EnWikiContactPages.php (we will provide further information on the specific config, or simply submit a patch ourselves)
- Add logic to CommonSettings.php so that it loads EnWikiContactPages.php