Manual:$wgSkinMetaTags/ru

This page is a translated version of the page Manual:$wgSkinMetaTags and the translation is 9% complete.
Темы оформления: $wgSkinMetaTags
An array of open graph tags which should be added by all skins.
Введено в версии:1.36.0 (Gerrit change 664963; git #a3a4e6ad)
Удалено в версии:всё ещё используется
Допустимые значения:(array)
Значение по умолчанию:[]

Details

An array of open graph tags which should be added by all skins. Accepted values are og:site_name, og:title, og:type and twitter:card. Since some of these fields can be provided by extensions it defaults to an empty array.

For og:image support you will need to install an extension such as Расширение:PageImages .

This configuration variable only enables the output of those tags provided by MediaWiki core. Extensions can add the same tags without being affected by this setting. Use this setting only if you don't have an extension installed that already provides those meta tags.

См. также