ページの作成:「<noinclude> {{#cargo_declare: _table=FestivalStallPlacements |placement_id=Integer |stall_id=Integer |festival_id=Integer |venue_id=Integer |year=Integer |latitude=Float |longitude=Float |location_note=String |position_status=String |status=String |sort_order=Integer |source_url=URL |last_confirmed=Date }} </noinclude> <includeonly> {{#cargo_store: _table=FestivalStallPlacements |placement_id={{{placement_id|}}} |stall_id={{{stall_id|}}} |festival_id={{{festival_id…」 |
R8: FestivalStallPlacementに代表画像フィールドを追加 |
||
| (2人の利用者による、間の5版が非表示) | |||
| 7行目: | 7行目: | ||
|venue_id=Integer | |venue_id=Integer | ||
|year=Integer | |year=Integer | ||
|main_image=File | |||
|latitude=Float | |latitude=Float | ||
|longitude=Float | |longitude=Float | ||
|location_note=String | |location_note=String | ||
|position_status=String | |position_status=String | ||
|position_accuracy_m=Integer | |||
|opening_time=String | |||
|closing_time=String | |||
|hours_note=String | |||
|status=String | |status=String | ||
|verification_status=String | |||
|sort_order=Integer | |sort_order=Integer | ||
|source_url=URL | |source_url=URL | ||
| 19行目: | 25行目: | ||
<includeonly> | <includeonly> | ||
__NOINDEX__ | |||
{{#cargo_store: | {{#cargo_store: | ||
_table=FestivalStallPlacements | _table=FestivalStallPlacements | ||
|placement_id={{ | |placement_id={{PAGEID}} | ||
|stall_id={{{stall_id|}}} | |stall_id={{{stall_id|}}} | ||
|festival_id={{{festival_id|}}} | |festival_id={{{festival_id|}}} | ||
|venue_id={{{venue_id|}}} | |venue_id={{{venue_id|}}} | ||
|year={{{year|}}} | |year={{{year|}}} | ||
|main_image={{{main_image|}}} | |||
|latitude={{{latitude|}}} | |latitude={{{latitude|}}} | ||
|longitude={{{longitude|}}} | |longitude={{{longitude|}}} | ||
|location_note={{{location_note|}}} | |location_note={{{location_note|}}} | ||
|position_status={{{position_status|unknown}}} | |position_status={{{position_status|unknown}}} | ||
|status={{{status| | |position_accuracy_m={{{position_accuracy_m|}}} | ||
|opening_time={{{opening_time|}}} | |||
|closing_time={{{closing_time|}}} | |||
|hours_note={{{hours_note|}}} | |||
|status={{{status|unknown}}} | |||
|verification_status={{{verification_status|unverified}}} | |||
|sort_order={{{sort_order|0}}} | |sort_order={{{sort_order|0}}} | ||
|source_url={{{source_url|}}} | |source_url={{{source_url|}}} | ||
|last_confirmed={{{last_confirmed|}}} | |last_confirmed={{{last_confirmed|}}} | ||
}} | }} | ||
<!-- ===================================== --> | |||
<!-- 出店情報 --> | |||
<!-- ===================================== --> | |||
<div class="festival-stall-placement-detail"> | |||
{| class="wikitable" | |||
|- | |||
! 屋台 | |||
| | |||
{{#cargo_query: | |||
tables=Stalls | |||
|fields=name | |||
|where=stall_id={{{stall_id|0}}} | |||
|format=list | |||
|delimiter=、 | |||
|default=未登録 | |||
}} | |||
|- | |||
! 祭り | |||
| | |||
{{#cargo_query: | |||
tables=Festivals | |||
|fields=name | |||
|where=festival_id={{{festival_id|0}}} | |||
|format=list | |||
|delimiter=、 | |||
|default=未登録 | |||
}} | |||
|- | |||
! 会場 | |||
| | |||
{{#cargo_query: | |||
tables=Venues | |||
|fields=name | |||
|where=venue_id={{{venue_id|0}}} | |||
|format=list | |||
|delimiter=、 | |||
|default=未登録 | |||
}} | |||
|- | |||
! 開催年 | |||
| {{{year|未登録}}} | |||
|- | |||
! 屋台・出店の写真 | |||
| | |||
{{#if:{{{main_image|}}} | |||
|<div class="festival-stall-placement-image">[[File:{{{main_image}}}|800px|frameless|alt=屋台・出店の写真]]</div> | |||
|未登録 | |||
}} | |||
|- | |||
! 出店場所 | |||
| | |||
{{#if:{{{location_note|}}} | |||
|{{{location_note}}} | |||
|未登録 | |||
}} | |||
|- | |||
! 位置情報の状態 | |||
| | |||
{{#switch:{{{position_status|unknown}}} | |||
|exact=位置確認済み | |||
|approximate=おおよその位置 | |||
|unknown=位置未確認 | |||
|#default={{{position_status|未確認}}} | |||
}} | |||
|- | |||
! 位置精度 | |||
| | |||
{{#if:{{{position_accuracy_m|}}} | |||
|{{{position_accuracy_m}}} m | |||
|未登録 | |||
}} | |||
|- | |||
! 緯度・経度 | |||
| | |||
{{#if:{{{latitude|}}} | |||
|{{#if:{{{longitude|}}} | |||
|{{{latitude}}}, {{{longitude}}} | |||
|未登録 | |||
}} | |||
|未登録 | |||
}} | |||
|- | |||
! 営業時間 | |||
| | |||
{{#if:{{{opening_time|}}} | |||
|{{{opening_time}}} | |||
|未確認 | |||
}} | |||
~ | |||
{{#if:{{{closing_time|}}} | |||
|{{{closing_time}}} | |||
|未確認 | |||
}} | |||
|- | |||
! 営業時間メモ | |||
| | |||
{{#if:{{{hours_note|}}} | |||
|{{{hours_note}}} | |||
|未登録 | |||
}} | |||
|- | |||
! 出店状態 | |||
| | |||
{{#switch:{{{status|unknown}}} | |||
|active=出店中・出店予定 | |||
|cancelled=出店中止 | |||
|unknown=未確認 | |||
|#default={{{status|未確認}}} | |||
}} | |||
|- | |||
! 確認状態 | |||
| | |||
{{#switch:{{{verification_status|unverified}}} | |||
|verified=確認済み | |||
|partially_verified=一部確認済み | |||
|unverified=未確認 | |||
|outdated=情報が古い可能性あり | |||
|#default={{{verification_status|未確認}}} | |||
}} | |||
|- | |||
! 情報元 | |||
| | |||
{{#if:{{{source_url|}}} | |||
|[{{{source_url}}} 情報元ページ] | |||
|未登録 | |||
}} | |||
|- | |||
! 最終確認日 | |||
| | |||
{{#if:{{{last_confirmed|}}} | |||
|{{{last_confirmed}}} | |||
|未確認 | |||
}} | |||
|} | |||
</div> | |||
== 販売商品 == | |||
</includeonly> | </includeonly> | ||
2026年9月1日 (火) 17:05時点における最新版
このテンプレートはテーブル「FestivalStallPlacements」を定義しています。 テーブルを表示.