Skin Wima

WikiMANNia’s Skin Wima is closely based on the Skin MonoBook, which comes with MediaWiki software.

The skin offers four advertising spaces, which are filled via LocalSettings.php.

The advertising space 1 alternates randomly with Sitenotice. Advertising space 2 is located at the bottom of the article content. The advertising spaces 3 and 4 are located in the Sidebar. The exact positioning is determined with the entries “*AD1″ and “*AD2″ in the “MediaWiki:Sidebar”.

Two advertising spaces can also be used as event information. These variables have to be set:

  • $wgTopBannerType = 'eventnote';
  • $wgAdSidebarTopType = 'eventnote';

The default value is ‘advertising’. These variables can therefore be omitted for advertising insertions.

HTML code must be assigned to these variables:

  • $wgTopBannerCode = '';
  • $wgBottomBannerCode = '';
  • $wgAdSidebarTopCode = '';
  • $wgAdSidebarBottomCode = '';

If a variable is not set or contains its string of zero length, the corresponding ad space remains unoccupied.

These variables must be assigned CSS style specifications, for example:

  • $wgTopBannerStyle = 'text-align:center;border:1px solid blue;'
  • $wgBottomBannerStyle = 'text-align:center;border:1px dotted red;'

The advertising space 1 alternates randomly with Sitenotice. Advertising space 2 is located at the bottom of the article content. The advertising spaces 3 and 4 are located in the sitenotice. The exact positioning is determined with the entries “*AD1″ and “*AD2″ in the “MediaWiki:Sidebar”.

The skin is localized for the languages “de”, “en”, “es”, “fr”, “it”, “nl”, “pt” and “ru”.

A detailed description can be found on MediaWiki under Skin Wima.

Download here:

PS:

The donation button can be hidden by $wgDonationButton and the link to the donation page can be set explicitly by $wgDonationButtonURL:

  • $wgDonationButton = false;
  • $wgDonationButtonURL = 'yourdomain.org/spendenseite.php?lang=';