編集の要約なし |
編集の要約なし |
||
| 1行目: | 1行目: | ||
<noinclude> | <noinclude> | ||
{{#cargo_declare: | {{#cargo_declare: | ||
_table=Festivals | _table=Festivals | ||
<!-- 基本情報 --> | |||
|festival_id=Integer | |festival_id=Integer | ||
|name=String | |name=String | ||
|kana=String | |kana=String | ||
|alias=String | |english_name=String | ||
|alias=List (,) of String | |||
<!-- 開催情報 --> | |||
|status=String | |||
|festival_type=String | |||
|prefecture=String | |prefecture=String | ||
|city=String | |city=String | ||
| | |town=String | ||
<!-- 開催日 --> | |||
|start_date=Date | |start_date=Date | ||
|end_date=Date | |end_date=Date | ||
|start_time=String | |||
|end_time=String | |||
|month=Integer | |month=Integer | ||
|season=String | |||
|frequency=String | |||
<!-- 主催 --> | |||
|organizer=String | |||
|co_organizer=String | |||
<!-- 開催場所 --> | |||
|venue_id=Integer | |||
<!-- 基本説明 --> | |||
| | |summary=Text | ||
|history=Text | |history=Text | ||
| | |highlight=Text | ||
<!-- 来場情報 --> | |||
|expected_visitors=Integer | |||
|admission=String | |||
<!-- イベント --> | |||
|fireworks=Boolean | |||
|mikoshi=Boolean | |||
|dance=Boolean | |||
|parade=Boolean | |||
|music=Boolean | |||
|food_stalls=Boolean | |||
<!-- リンク --> | |||
|official_site=URL | |official_site=URL | ||
|official_x=URL | |official_x=URL | ||
|official_instagram=URL | |official_instagram=URL | ||
|official_facebook=URL | |||
|official_youtube=URL | |||
<!-- 画像 --> | |||
|main_image=File | |||
|logo=File | |||
<!-- SEO --> | |||
|seo_title=String | |||
|meta_description=Text | |||
<!-- 管理 --> | |||
| | |last_updated=Date | ||
|created=Date | |||
|editor=String | |||
}} | }} | ||
</noinclude> | </noinclude> | ||
| 41行目: | 90行目: | ||
{{#cargo_store: | {{#cargo_store: | ||
_table=Festivals | _table=Festivals | ||
<!-- 基本情報 --> | |||
|festival_id={{{festival_id|}}} | |festival_id={{{festival_id|}}} | ||
|name={{{name|}}} | |name={{{name|}}} | ||
|kana={{{kana|}}} | |kana={{{kana|}}} | ||
|english_name={{{english_name|}}} | |||
|alias={{{alias|}}} | |alias={{{alias|}}} | ||
<!-- 開催情報 --> | |||
|status={{{status|}}} | |||
|festival_type={{{festival_type|}}} | |||
|prefecture={{{prefecture|}}} | |prefecture={{{prefecture|}}} | ||
|city={{{city|}}} | |city={{{city|}}} | ||
| | |town={{{town|}}} | ||
<!-- 開催日 --> | |||
|start_date={{{start_date|}}} | |start_date={{{start_date|}}} | ||
|end_date={{{end_date|}}} | |end_date={{{end_date|}}} | ||
|start_time={{{start_time|}}} | |||
|end_time={{{end_time|}}} | |||
|month={{{month|}}} | |month={{{month|}}} | ||
|season={{{season|}}} | |||
|frequency={{{frequency|}}} | |||
<!-- 主催 --> | |||
|organizer={{{organizer|}}} | |||
|co_organizer={{{co_organizer|}}} | |||
<!-- 会場 --> | |||
|venue_id={{{venue_id|}}} | |||
<!-- 説明 --> | |||
|summary={{{summary|}}} | |||
|history={{{history|}}} | |history={{{history|}}} | ||
| | |||
|highlight={{{highlight|}}} | |||
<!-- 来場情報 --> | |||
|expected_visitors={{{expected_visitors|}}} | |||
|admission={{{admission|}}} | |||
<!-- イベント --> | |||
|fireworks={{{fireworks|}}} | |||
|mikoshi={{{mikoshi|}}} | |||
|dance={{{dance|}}} | |||
|parade={{{parade|}}} | |||
|music={{{music|}}} | |||
|food_stalls={{{food_stalls|}}} | |||
<!-- 公式情報 --> | |||
|official_site={{{official_site|}}} | |official_site={{{official_site|}}} | ||
|official_x={{{official_x|}}} | |official_x={{{official_x|}}} | ||
|official_instagram={{{official_instagram|}}} | |official_instagram={{{official_instagram|}}} | ||
| | |official_facebook={{{official_facebook|}}} | ||
|official_youtube={{{official_youtube|}}} | |||
<!-- 画像 --> | |||
|main_image={{{main_image|}}} | |||
|logo={{{logo|}}} | |||
<!-- SEO --> | |||
|seo_title={{{seo_title|}}} | |||
|meta_description={{{meta_description|}}} | |||
<!-- 管理 --> | |||
|last_updated={{{last_updated|}}} | |||
|created={{{created|}}} | |||
|editor={{{editor|}}} | |||
}} | }} | ||
</includeonly> | |||
<div class="festival-infobox"> | |||
{| class="wikitable" | {| class="wikitable" | ||
! | |+ {{{name|祭り情報}}} | ||
|{{{ | |||
|- | |||
! 読み方 | |||
| {{{kana|}}} | |||
|- | |||
! 種類 | |||
| {{{festival_type|}}} | |||
|- | |||
! 開催地 | |||
| {{{prefecture|}}} {{{city|}}} {{{town|}}} | |||
|- | |||
! 会場ID | |||
| {{{venue_id|}}} | |||
|- | |||
! 開催日 | |||
| | |||
{{#if:{{{start_date|}}} | |||
| | |||
{{{start_date}}} | |||
~ | |||
{{{end_date|}}} | |||
| | |||
未定 | |||
}} | |||
|- | |- | ||
! | ! 開催時間 | ||
|{{{ | | | ||
{{#if:{{{start_time|}}} | |||
| | |||
{{{start_time}}} | |||
~ | |||
{{{end_time|}}} | |||
| | |||
}} | |||
|- | |- | ||
! | ! 開催月 | ||
| | | | ||
{{{month|}}}月 | |||
|- | |- | ||
! | ! 開催頻度 | ||
| | | | ||
{{{frequency|}}} | |||
|- | |- | ||
! | ! 来場者数 | ||
|{{{ | | | ||
{{#if:{{{expected_visitors|}}} | |||
| | |||
約{{{expected_visitors}}}人 | |||
| | |||
}} | |||
|- | |- | ||
! | ! 屋台 | ||
|{{{ | | | ||
{{#if:{{{food_stalls|}}} | |||
| | |||
あり | |||
| | |||
なし | |||
}} | |||
|- | |- | ||
! | ! 花火 | ||
|{{{ | | | ||
{{#if:{{{fireworks|}}} | |||
| | |||
あり | |||
| | |||
なし | |||
}} | |||
|- | |- | ||
! | ! 神輿 | ||
| | | | ||
{{#if:{{{mikoshi|}}} | |||
| | |||
あり | |||
| | |||
なし | |||
}} | |||
|- | |- | ||
! | ! パレード | ||
| | |||
{{#if:{{{parade|}}} | |||
| | |||
あり | |||
| | | | ||
なし | |||
}} | }} | ||
|} | |- | ||
! 主催 | |||
| | |||
{{{organizer|}}} | |||
|- | |||
! 公式サイト | |||
| | |||
{{#if:{{{official_site|}}} | |||
| | |||
[{{{official_site}}} 公式サイト] | |||
| | |||
}} | |||
[ | |- | ||
! X | |||
| | |||
{{#if:{{{official_x|}}} | |||
| | |||
[{{{official_x}}} X] | |||
| | |||
}} | |||
|- | |||
! Instagram | |||
| | |||
{{#if:{{{official_instagram|}}} | |||
| | |||
[{{{official_instagram}}} Instagram] | |||
| | |||
}} | |||
|} | |||
</ | </div> | ||
2026年7月30日 (木) 18:21時点における版
このテンプレートはテーブル「Festivals」を定義しています。 テーブルを表示.
| 読み方 | |
|---|---|
| 種類 | |
| 開催地 | |
| 会場ID | |
| 開催日 |
未定 |
| 開催時間 |
|
| 開催月 |
月 |
| 開催頻度 |
|
| 来場者数 |
|
| 屋台 |
なし |
| 花火 |
なし |
| 神輿 |
なし |
| パレード |
なし |
| 主催 |
|
| 公式サイト |
|
| X |
|
|
|