Foreground

提供: sha.ngri.la
2015年3月19日 (木) 10:22時点におけるTara.ttm (トーク | 投稿記録)による版 (ページの作成:「{{googlead}} <onlyinclude> forgroundを、MediaWikiのSkinにインストールしてみました。 </onlyinclude> *[http://foreground.thingelstad.com/wiki/Main_Page...」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索


forgroundを、MediaWikiのSkinにインストールしてみました。

きっかけは、Googleのウェブマスターツールで

Google のシステムは、貴サイトの 29 ページをテストし、そのうちの 97% に重大なモバイル ユーザビリティ上の問題を検出しました。この 28 ページの問題の影響で、モバイル ユーザーは貴サイトを十分に表示して楽しむことができません。これらのページは Google 検索でモバイル フレンドリーとは見なされないため、スマートフォン ユーザーにはそのように表示、ランク付けされます。

というメッセージが表示されたことです。大したアクセス数もないんですけど気になります。

Install

/skinsで、

git clone https://github.com/thingles/foreground.git

LocalSettings.phpの変更

require_once "$IP/skins/foreground/foreground.php";

を追加。 $wgDefaultSkin

$wgDefaultSkin = "foreground";

に変更。

$wgForegroundFeatures = array(      
  'showActionsForAnon' => true,
  'NavWrapperType' => 'divonly',
  'showHelpUnderTools' => true,
  'showRecentChangesUnderTools' => true,
  'wikiName' => &$GLOBALS['wgSitename'],
  'navbarIcon' => false,
  'IeEdgeCode' => 1,
  'showFooterIcons' => 0,
  'addThisFollowPUBID' => ''
);

を追加。 ユーザーにcssの編集を許可するのであれば、

# Allow User CSS, mostly for skin testing
$wgAllowUserCss = true;

を追加。

cssの編集

MediaWiki:Foreground.cssでcssファイルを編集。