ページの作成:「* '''[[{{{page}}}|{{{name}}}]]''' {{#if:{{{festival_type|}}}| — {{{festival_type}}}|}} {{#if:{{{start_date|}}}| — {{{start_date}}}|}} {{#if:{{{end_date|}}}| ~ {{{end_date}}}|}}」 |
不要な改行を除去し祭り一覧の空段落を解消 |
||
| (同じ利用者による、間の4版が非表示) | |||
| 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> | |||