Extension:YetAnotherKeywords/ja

Category:Extensions incompatible with 1.39/ja Category:Unmaintained extensions/ja#YetAnotherKeywords/ja Category:MIT licensed extensions/ja
MediaWiki 拡張機能マニュアル
YetAnotherKeywords
リリースの状態: 保守されていないCategory:Unmaintained extensions/ja
実装 タグ Category:Tag extensions/ja
説明 カスタムの <meta> キーワードを文書ヘッダーに追加するための拡張タグ。
作者 http://jehy.ru/index.en.html (Jehyトーク)
最新バージョン 0.2 (2012-09-18)
MediaWiki 1.6+Category:Extensions with manual MediaWiki version/ja
データベースの変更 いいえ
ライセンス MIT ライセンス
ダウンロード Category:Extensions in GitHub version control/ja
README
キーワードがあるすべてのページ
<metakeywords>
YetAnotherKeywords 拡張機能の翻訳にご協力ください
Category:All extensions/ja

利用者が <meta> キーワードを文書ヘッダーに挿入できるようにする拡張機能です。

インストール

  • ダウンロードして、ファイルをextensions/フォルダー内のYetAnotherKeywordsという名前のディレクトリ内に配置します。
    開発者とコード寄稿者は、上記の代わりに以下を使用してGitからインストールします:
    cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/YetAnotherKeywords
    
  • 以下のコードを LocalSettings.php ファイルの末尾に追加します:
    require_once "$IP/extensions/YetAnotherKeywords/YetAnotherKeywords.php";
    
  • Yes 完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。Category:Extensions not using extension registration/ja

使用法

インストールすると、ウィキの編集者は記事のテキストに以下を追加することで <meta> のキーワード タグを追加できます:

<metakeywords> keyword1,keyword2,keyword3</metakeywords>

例えば、上記は以下のようになります:

<meta name="keywords" content="keyword1,keyword2,keyword3" />

関連項目

Category:HTML head extensions/ja Category:Search engine optimization extensions/ja
Category:All extensions/ja Category:Extensions in GitHub version control/ja Category:Extensions incompatible with 1.39/ja Category:Extensions not using extension registration/ja Category:Extensions with manual MediaWiki version/ja Category:HTML head extensions/ja Category:MIT licensed extensions/ja Category:OutputPageBeforeHTML extensions/ja Category:Search engine optimization extensions/ja Category:Tag extensions/ja Category:Unmaintained extensions/ja