編集の要約なし |
不要な改行を除去し祭り一覧の空段落を解消 |
||
| (同じ利用者による、間の3版が非表示) | |||
| 1行目: | 1行目: | ||
<includeonly> | |||
{{# | <div class="area-festival-item"> | ||
'''[[{{{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> | |||
</includeonly> | |||