編集の要約なし |
編集の要約なし |
||
| (同じ利用者による、間の4版が非表示) | |||
| 4行目: | 4行目: | ||
_table=FestivalCalendar | _table=FestivalCalendar | ||
| 15行目: | 14行目: | ||
|year=Integer | |year=Integer | ||
| 42行目: | 40行目: | ||
|end_month=Integer | |end_month=Integer | ||
<!-- 季節 --> | <!-- 季節 --> | ||
|season=String | |season=String | ||
<!-- 状態 --> | <!-- 状態 --> | ||
|status=String | |status=String | ||
| 70行目: | 53行目: | ||
|note=Text | |note=Text | ||
| 78行目: | 60行目: | ||
<includeonly> | <includeonly> | ||
<span style="display:none">{{#default_form:FestivalCalendar}}</span> | |||
{{#cargo_store: | {{#cargo_store: | ||
| 105行目: | 89行目: | ||
|start_month={{{ | |start_month={{#if:{{{start_date|}}}|{{#time:n|{{{start_date}}}}}|}} | ||
|end_month={{{ | |end_month={{#if:{{{end_date|}}}|{{#time:n|{{{end_date}}}}}|}} | ||
|season={{{ | |season={{#if:{{{start_date|}}} | ||
|{{#switch:{{#time:n|{{{start_date}}}}} | |||
|3=春 | |||
|4=春 | |||
|5=春 | |||
|6=夏 | |||
|7=夏 | |||
|8=夏 | |||
|9=秋 | |||
|10=秋 | |||
|11=秋 | |||
|12=冬 | |||
|1=冬 | |||
|2=冬 | |||
}} | |||
|}} | |||
| 124行目: | 123行目: | ||
}} | }} | ||
<!-- ===================================== --> | |||
<!-- 年別開催情報 詳細表示 --> | |||
<!-- ===================================== --> | |||
<div class="festival-calendar-detail"> | |||
{| class="wikitable" | |||
|- | |||
! 祭り | |||
| | |||
{{#cargo_query: | |||
tables=Festivals | |||
|fields=name | |||
|where=festival_id={{{festival_id|0}}} | |||
|format=list | |||
|default=未登録 | |||
}} | |||
|- | |||
! 開催年 | |||
| {{{year|未登録}}} | |||
|- | |||
! 開催日 | |||
| | |||
{{#if:{{{start_date|}}} | |||
|{{{start_date}}}{{#if:{{{end_date|}}}| ~ {{{end_date}}}|}} | |||
|未定 | |||
}} | |||
|- | |||
! 開催時間 | |||
| | |||
{{#if:{{{start_time|}}} | |||
|{{{start_time}}}{{#if:{{{end_time|}}}| ~ {{{end_time}}}|}} | |||
|{{#if:{{{end_time|}}}|終了 {{{end_time}}}|未登録}} | |||
}} | |||
|- | |||
! 予想来場者数 | |||
| | |||
{{#if:{{{expected_visitors|}}} | |||
|{{{expected_visitors}}}人 | |||
|未登録 | |||
}} | |||
|- | |||
! 入場料 | |||
| | |||
{{#if:{{{admission|}}} | |||
|{{{admission}}} | |||
|未登録 | |||
}} | |||
|- | |||
! 開催月 | |||
| | |||
{{#if:{{{start_date|}}} | |||
|{{#time:n|{{{start_date}}}}}月 | |||
|未登録 | |||
}} | |||
|- | |||
! 季節 | |||
| | |||
{{#if:{{{start_date|}}} | |||
|{{#switch:{{#time:n|{{{start_date}}}}} | |||
|3=春 | |||
|4=春 | |||
|5=春 | |||
|6=夏 | |||
|7=夏 | |||
|8=夏 | |||
|9=秋 | |||
|10=秋 | |||
|11=秋 | |||
|12=冬 | |||
|1=冬 | |||
|2=冬 | |||
}} | |||
|未登録 | |||
}} | |||
|- | |||
! 開催状態 | |||
| | |||
{{#if:{{{status|}}} | |||
|{{{status}}} | |||
|未登録 | |||
}} | |||
|- | |||
! 備考 | |||
| | |||
{{#if:{{{note|}}} | |||
|{{{note}}} | |||
|なし | |||
}} | |||
|} | |||
</div> | |||
</includeonly> | </includeonly> | ||