ページの作成:「|- ! 開催月 | {{#if:{{{start_month|}}}|{{{start_month}}}月|未登録}} |- ! 季節 | {{{season|未登録}}}」 |
編集の要約なし タグ: 差し戻し済み |
||
| 1行目: | 1行目: | ||
{{#cargo_query: | |||
tables=FestivalCalendar | |||
|fields=start_month,season | |||
|where=festival_id={{PAGEID}} AND year={{CURRENTYEAR}} | |||
| | |order by=start_date ASC | ||
|limit=1 | |||
| | |format=template | ||
|template=FestivalCurrentMonthSeasonDisplay | |||
|more results text= | |||
|default= | |||
}} | |||