「テンプレート:飲食店ジャンルページ」の版間の差分
提供: 川西図鑑
その他の操作
編集の要約なし |
細 文字列「飲食店情報」を「図鑑情報」に置換 |
||
| 85行目: | 85行目: | ||
{{#vardefine:hitCount | | {{#vardefine:hitCount | | ||
{{#cargo_query: | {{#cargo_query: | ||
tables= | tables=図鑑情報 | ||
|fields=COUNT(*) | |fields=COUNT(*) | ||
|where=( | |where=( | ||
図鑑情報.ジャンル LIKE CONCAT('%{{{genre}}}%') | |||
) | ) | ||
}} | }} | ||
| 108行目: | 108行目: | ||
<!-- 検索実行 --> | <!-- 検索実行 --> | ||
{{#cargo_query: | {{#cargo_query: | ||
tables= | tables=図鑑情報 | ||
|fields= | |fields=図鑑情報._pageName,図鑑情報.店名,図鑑情報.画像,図鑑情報.ジャンル,図鑑情報.郵便番号,図鑑情報.住所,図鑑情報.最寄り,図鑑情報.営業時間月,図鑑情報.定休日,図鑑情報.電話番号,図鑑情報.予算昼下限,図鑑情報.予算昼上限,図鑑情報.予算夜下限,図鑑情報.予算夜上限,図鑑情報.ストリートビューURL,図鑑情報.座標 | ||
|where=( | |where=( | ||
図鑑情報.ジャンル LIKE CONCAT('%{{{genre}}}%') | |||
) | ) | ||
|format=template | |format=template | ||