Skin:EUCopyrightCampaignSkin
Jump to navigation
Jump to search
EUCopyrightCampaignSkin Release status: experimental |
|
---|---|
![]() |
|
Description | Skin for fixcopyright.wikimedia.org website. |
Author(s) | Dejan Savuljesku, Robert Vogel & Hallo Welt!, GmbH. |
MediaWiki | 1.29.0+ |
License | GNU General Public License 2.0 or later |
Download | README |
Translate the EUCopyrightCampaignSkin skin if it is available at translatewiki.net | |
Check usage and version matrix; | |
Issues : | Open tasks · Report a bug |
The EUCopyrightCampaignSkin is a MediaWiki skin to be used with Extension:EUCopyrightCampaign and its dependencies as set out in their README.md files. They were created and developed for the fixcopyright wiki that used to be located at https://fixcopyright.wikimedia.org. It was used as a landing page to enable visitors to email their member of EU parliament. See #Lessons Learned.
Installation[edit]
- Download and place the file(s) in a directory called
EUCopyrightCampaignSkin
in yourskins/
folder. - Add the following code at the bottom of your LocalSettings.php:
wfLoadSkin( 'EUCopyrightCampaignSkin' );
wfLoadSkin( 'Vector' );
wfLoadExtension( 'EventLogging' );
wfLoadExtension( 'UniversalLanguageSelector' );
wfLoadExtension( 'EUCopyrightCampaign' );
wfLoadExtension( 'SkinPerPage' );
Done - Navigate to Special:Version on your wiki to verify that the skin is successfully installed.