Skin:Foreground/bg

This page is a translated version of the page Skin:Foreground and the translation is 5% complete.
MediaWiki skins manual - category
Foreground
Release status: stable
Description Focuses on putting your content in the foreground
Author(s)
  • Garrick van Buren,
  • Jamie Thingelstad,
  • Tom Hutchison
MediaWiki >= 1.39.0
PHP 7.4.3+
License BSD 2-clause "Simplified" License
Download
README
CHANGELOG
Example
Parameters
  • $wgForegroundFeatures
Quarterly downloads 90 (Ranked 8th)
Public wikis using 312 (Ranked 27th)
Public wikis using as default skin 150
Translate the Foreground skin if it is available at translatewiki.net
Issues : Open tasks · Report a bug

The Foreground skin focuses on putting your content in the foreground. It supports responsive layouts and has classes predefined for Semantic MediaWiki. Built on Zurb's Foundation Framework (v5.5.3), a "mobile first" and advanced responsive front-end framework.

  • MediaWiki on top and at the bottom, nothing but content in the middle.
  • Useful Tabs.

Built-in and responsive own tabs.

  • Smart Typography.

Choose the design of the text that you need.

  • Grid Layout.

Place your information efficiently on desktop and mobile devices

  • Full support of Font Awesome (v4.5)

Installation

  • Download and place the file(s) in a directory called Foreground in your skins/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadSkin( 'Foreground' );
    
  • Configure as required
  • Yes Готово - Navigate to Special:Version on your wiki to verify that the skin is successfully installed.

Note Note:

gotcha

Configuration

  • Page actions for non-logged-in visitors.
  • Show help and recent changes under tools.
  • Alternate WikiName sets the top navbar name allowing you to abbreviate your wiki's name.

Useful if your $wgSitename is long but you need to keep it for other purposes.

  • Display an icon in the top navbar.
  • Able to produce a meta tag with "X-UA-Compatible" content="IE=edge" to force IE to use the latest browser engine.

For instances when someone has their browser set in compatibility mode.

  • Output the footer icons or suppress them showing only text.
  • AddThis PubID to enable follow icons in the footer.

See the README file for information on how to install and configure this skin.

See also