編集の要約なし |
編集の要約なし |
||
| 2行目: | 2行目: | ||
{{#cargo_declare: | {{#cargo_declare: | ||
_table=Festivals | _table=Festivals | ||
|festival_id=Integer | |||
|name=String | |name=String | ||
|kana=String | |||
|alias=String | |||
|prefecture=String | |prefecture=String | ||
|city=String | |city=String | ||
|area=String | |||
|venue=String | |venue=String | ||
|address=String | |address=Text | ||
|postal_code=String | |||
|latitude=Float | |||
|longitude=Float | |||
|start_date=Date | |start_date=Date | ||
|end_date=Date | |end_date=Date | ||
|month=Integer | |||
|description=Text | |||
|history=Text | |||
|highlights=Text | |||
|official_site=URL | |||
|official_x=URL | |||
|official_instagram=URL | |||
|image=File | |||
|updated=Date | |||
}} | }} | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
{{#cargo_store: | {{#cargo_store: | ||
_table=Festivals | _table=Festivals | ||
|festival_id={{{festival_id|}}} | |||
|name={{{name|}}} | |name={{{name|}}} | ||
|kana={{{kana|}}} | |||
|alias={{{alias|}}} | |||
|prefecture={{{prefecture|}}} | |prefecture={{{prefecture|}}} | ||
|city={{{city|}}} | |city={{{city|}}} | ||
|area={{{area|}}} | |||
|venue={{{venue|}}} | |venue={{{venue|}}} | ||
|address={{{address|}}} | |address={{{address|}}} | ||
|postal_code={{{postal_code|}}} | |||
|latitude={{{latitude|}}} | |||
|longitude={{{longitude|}}} | |||
|start_date={{{start_date|}}} | |start_date={{{start_date|}}} | ||
|end_date={{{end_date|}}} | |end_date={{{end_date|}}} | ||
|month={{{month|}}} | |||
|description={{{description|}}} | |||
|history={{{history|}}} | |||
|highlights={{{highlights|}}} | |||
|official_site={{{official_site|}}} | |||
|official_x={{{official_x|}}} | |||
|official_instagram={{{official_instagram|}}} | |||
|image={{{image|}}} | |||
|updated={{{updated|}}} | |||
}} | }} | ||
{| class="wikitable" | {| class="wikitable" | ||
!祭り名 | |||
|{{{name|}}} | |||
|- | |- | ||
! | !読み方 | ||
| {{{ | |{{{kana|}}} | ||
|- | |- | ||
!都道府県 | !都道府県 | ||
| {{{prefecture|}}} | |[[{{{prefecture|}}}]] | ||
|- | |- | ||
!市区町村 | !市区町村 | ||
| {{{city|}}} | |[[{{{city|}}}]] | ||
|- | |||
!開催日 | |||
|{{{start_date|}}} ~ {{{end_date|}}} | |||
|- | |||
!会場 | |||
|{{{venue|}}} | |||
|- | |||
!住所 | |||
|{{{address|}}} | |||
|- | |||
!公式サイト | |||
|[{{{official_site|}}} 公式サイト] | |||
|- | |||
!位置 | |||
| | |||
{{#display_map: | |||
{{{latitude|}}}, | |||
{{{longitude|}}} | |||
}} | |||
|} | |} | ||
[[Category:祭り]] | |||
[[Category:{{{prefecture|}}}]] | |||
[[Category:{{{month|}}}月開催]] | |||
</includeonly> | |||
2026年7月30日 (木) 18:08時点における版
このテンプレートはテーブル「Festivals」を定義しています。 テーブルを表示.