Manual:$wgSkinMetaTags

This page is a translated version of the page Manual:$wgSkinMetaTags and the translation is 45% complete.
外装: $wgSkinMetaTags
すべての外装で追加されるべきオープン グラフ タグの配列。
導入されたバージョン:1.36.0 (Gerrit change 664963; git #a3a4e6ad)
除去されたバージョン:使用中
許容される値:(配列)
既定値:[]

詳細

すべての外装で追加されるべきオープン グラフ タグの配列です。 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.

関連項目