「テンプレート:飲食店ジャンルページ」の版間の差分
提供: 川西図鑑
その他の操作
編集の要約なし |
編集の要約なし |
||
| 417行目: | 417行目: | ||
clearBtn.addEventListener('click', function () { | clearBtn.addEventListener('click', function () { | ||
form.reset(); | form.reset(); | ||
}); | }); | ||
genre = mw.config.get('wgTitle'); | |||
// タイトル生成 | // タイトル生成 | ||
let title = | let title = `川西市でおすすめのおいしい${genre}をご紹介! | 川西図鑑`; | ||
// タイトル更新 | // タイトル更新 | ||
document.title = title; | document.title = title; | ||
| 435行目: | 436行目: | ||
// description生成 | // description生成 | ||
let desc = ` | let desc = `「川西図鑑」では、兵庫県川西市で人気の${genre}のお店を ${count}掲載中。営業時間、アクセス、写真、地図などの詳細情報をまとめています。ランチやディナー、テイクアウトなど条件で絞り込みができ、地元でおすすめのお店が見つかります。`; | ||
let meta = document.querySelector("meta[name='description']"); | let meta = document.querySelector("meta[name='description']"); | ||
| 533行目: | 534行目: | ||
|fields=COUNT(*) | |fields=COUNT(*) | ||
|where=( | |where=( | ||
飲食店情報.ジャンル LIKE CONCAT('% | 飲食店情報.ジャンル LIKE CONCAT('%{{{genre}}}%') | ||
) | ) | ||
}} | }} | ||