編集の要約なし |
編集の要約なし |
||
| (同じ利用者による、間の14版が非表示) | |||
| 27行目: | 27行目: | ||
<!-- 場所 --> | <!-- 場所 --> | ||
<!-- 営業情報 --> | <!-- 営業情報 --> | ||
<!-- 料金 --> | <!-- 料金 --> | ||
| 51行目: | 40行目: | ||
<!-- 人気情報 --> | <!-- 人気情報 --> | ||
<!-- 画像 --> | <!-- 画像 --> | ||
| | |main_image=File | ||
<!-- 管理 --> | <!-- 管理 --> | ||
| | |last_verified=Date | ||
| 77行目: | 63行目: | ||
|stall_id={{ | |stall_id={{PAGEID}} | ||
| 87行目: | 73行目: | ||
|description={{{description|}}} | |description={{{description|}}} | ||
|main_image={{{main_image|}}} | |||
|last_verified={{{last_verified|}}} | |||
}} | |||
<!-- ===================================== --> | |||
<!-- 屋台基本情報 --> | |||
<!-- ===================================== --> | |||
<div class="stall-detail"> | |||
| | {| class="wikitable stall-infobox-table" | ||
|- | |||
! 屋台名 | |||
| {{{name|未登録}}} | |||
| | |- | ||
! カテゴリ | |||
| {{{category|未登録}}} | |||
|- | |||
! 説明 | |||
| | |||
{{#if:{{{description|}}} | |||
|{{{description}}} | |||
|未登録 | |||
}} | |||
| | |- | ||
! 画像 | |||
| | |||
| | {{#if:{{{main_image|}}} | ||
|[[File:{{{main_image}}}|300px|{{{name|屋台画像}}}]] | |||
|未登録 | |||
| | }} | ||
|- | |||
! 最終確認日 | |||
| | |||
{{#if:{{{last_verified|}}} | |||
|{{{last_verified}}} | |||
|未確認 | |||
}} | }} | ||
|} | |||
</div> | |||
<!-- ===================================== --> | <!-- ===================================== --> | ||
| 128行目: | 136行目: | ||
|join on=P.festival_id=F.festival_id,P.venue_id=V.venue_id | |join on=P.festival_id=F.festival_id,P.venue_id=V.venue_id | ||
|fields=P.placement_id=placement_id,F._pageName=festival_page,F.name=festival_name,V._pageName=venue_page,V.name=venue_name,P.location_note=location_note | |fields=P.placement_id=placement_id,F._pageName=festival_page,F.name=festival_name,V._pageName=venue_page,V.name=venue_name,P.location_note=location_note | ||
|where=P.stall_id={{ | |where=P.stall_id={{PAGEID}} AND P.year={{{menu_year|{{CURRENTYEAR}}}}} | ||
|order by=P.sort_order ASC | |order by=P.sort_order ASC | ||
|format=template | |format=template | ||