編集の要約なし |
編集の要約なし |
||
| 1行目: | 1行目: | ||
<includeonly> | |||
<div class="area-festival-item"> | <div class="area-festival-item"> | ||
'''[[{{{1|}}}|{{{2|}}}]]''' | '''[[{{{1|}}}|{{{2|}}}]]''' | ||
{{# | |||
{{#cargo_query: | |||
tables=FestivalCalendar | |||
|fields=start_date,end_date,status | |||
|where=festival_id={{{3|0}}} AND year={{CURRENTYEAR}} | |||
|order by=start_date ASC | |||
|limit=1 | |||
|format=template | |||
|template=AreaFestivalScheduleDisplay | |||
|more results text= | |||
|default= | |||
}} | |||
</div> | </div> | ||
</includeonly> | |||