Mobile Gateway/Mobile homepage formatting/bg

This page is a translated version of the page Mobile Gateway/Mobile homepage formatting and the translation is 16% complete.

Main pages of MediaWiki instances which go beyond traditional text (for example using two column layouts) usually require special treatment to display on mobile via Extension:TemplateStyles in responsive skins such as Skin:Timeless and Skin:Minerva .

Доколкото главната страница на вашия проект на Уикимедия не е форматирана за четене от мобилни устройства, а вие сте администратор на проекта, тогава проследете упътванията по-долу.

Please note: In most cases, you must have administrator rights in order to edit the main page.

Hiding content on mobile

First, decide what content is suitable for the mobile homepage.

Evaluate the page elements in the desktop version (e.g. "Picture of the Day") by asking:

  • how popular are they?
  • are they updated regularly?
  • are they suitable for quick reading?
  • will they fit nicely in a mobile screen?

Once you decide which elements make sense, proceed to Step 2.

За да направите следващото, трябва да влезете и да имате администраторски права. На обичната главна страница щракнете върху „Редактиране“ и намерите елементите, като искате да стоят на мобилната страница.

Each element you want excluded from the page should be given a class "nomobile" or wrapped in an element with this class present.

<div class="nomobile"> ... </div>

What goes in between the opening and closing div tags? It will most likely be a template for the page element, such as "Picture of the Day".

Using responsive styles

Certain styles are not mobile friendly. For example any css rules which make use of fixed pixel size e.g. width, height, padding. If different style treatment is needed please use Extension:TemplateStyles or port these styles to MediaWiki:Common.css or MediaWiki:Mobile.css. TemplateStyles is recommended but 3rd parties may wish to use the MobileFrontend feature flag $wgMFSiteStylesRenderBlocking.

For common problems with table based layouts, you can use the styles in the Minerva compatiblity template.

Some tips on common problems are addressed at Making MediaWiki Mobile Friendly .

Щракнете върху „Съхраняване“.

Make sure to test all your changes!