編集の要約なし |
SEO: 開催情報descriptionの祭り名抽出を修正 |
||
| (2人の利用者による、間の7版が非表示) | |||
| 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> | ||
<!-- R30 dynamic meta description --> | |||
{{#description2:{{#titleparts:{{PAGENAME}}|1|1}}の{{{year|開催年未確認}}}年開催情報。開催日、開催時間、入場料、開催状況など、参加前に確認したい日程情報を掲載しています。}} | |||
<span style="display:none">{{#default_form:FestivalCalendar}}</span> | |||
{{#cargo_store: | {{#cargo_store: | ||
| 112行目: | 99行目: | ||
|season={{{ | |season={{#if:{{{start_date|}}} | ||
|{{#switch:{{#time:n|{{{start_date}}}}} | |||
|3=春 | |||
|4=春 | |||
|5=春 | |||
|6=夏 | |||
|7=夏 | |||
|8=夏 | |||
|9=秋 | |||
|10=秋 | |||
|11=秋 | |||
|12=冬 | |||
|1=冬 | |||
|2=冬 | |||
}} | |||
|}} | |||
| 124行目: | 126行目: | ||
}} | }} | ||
<!-- ===================================== --> | |||
<!-- 年別開催情報 詳細表示 --> | |||
<!-- ===================================== --> | |||
<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=冬 | |||
}} | |||
|未登録 | |||
}} | |||
|- | |||
! 開催状態 | |||
| | |||
{{FestivalAutoStatus | |||
|start_date={{{start_date|}}} | |||
|end_date={{{end_date|}}} | |||
|status={{{status|}}} | |||
}} | |||
|- | |||
! 備考 | |||
| | |||
{{#if:{{{note|}}} | |||
|{{{note}}} | |||
|なし | |||
}} | |||
|} | |||
</div> | |||
</includeonly> | </includeonly> | ||