|
|
| (同じ利用者による、間の3版が非表示) |
| 1行目: |
1行目: |
| <noinclude>
| |
| {{#cargo_declare:
| |
| _table=Festivals
| |
|
| |
|
| |festival_id=Integer
| |
| |name=String
| |
| |kana=String
| |
| |alias=String
| |
|
| |
| |prefecture=String
| |
| |city=String
| |
| |area=String
| |
|
| |
| |venue=String
| |
| |address=Text
| |
| |postal_code=String
| |
|
| |
| |latitude=Float
| |
| |longitude=Float
| |
|
| |
| |start_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>
| |
|
| |
| <includeonly>
| |
|
| |
| {{#cargo_store:
| |
| _table=Festivals
| |
|
| |
| |festival_id={{{festival_id|}}}
| |
| |name={{{name|}}}
| |
| |kana={{{kana|}}}
| |
| |alias={{{alias|}}}
| |
|
| |
| |prefecture={{{prefecture|}}}
| |
| |city={{{city|}}}
| |
| |area={{{area|}}}
| |
|
| |
| |venue={{{venue|}}}
| |
| |address={{{address|}}}
| |
| |postal_code={{{postal_code|}}}
| |
|
| |
| |latitude={{{latitude|}}}
| |
| |longitude={{{longitude|}}}
| |
|
| |
| |start_date={{{start_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"
| |
| !祭り名
| |
| |{{{name|}}}
| |
|
| |
| |-
| |
| !読み方
| |
| |{{{kana|}}}
| |
|
| |
| |-
| |
| !都道府県
| |
| |[[{{{prefecture|}}}]]
| |
|
| |
| |-
| |
| !市区町村
| |
| |[[{{{city|}}}]]
| |
|
| |
| |-
| |
| !開催日
| |
| |{{{start_date|}}} ~ {{{end_date|}}}
| |
|
| |
| |-
| |
| !会場
| |
| |{{{venue|}}}
| |
|
| |
| |-
| |
| !住所
| |
| |{{{address|}}}
| |
|
| |
| |-
| |
| !公式サイト
| |
| |[{{{official_site|}}} 公式サイト]
| |
|
| |
| |-
| |
| !位置
| |
| |
| |
| {{#display_map:
| |
| {{{latitude|}}},
| |
| {{{longitude|}}}
| |
| }}
| |
|
| |
| |}
| |
|
| |
| [[Category:祭り]]
| |
|
| |
| [[Category:{{{prefecture|}}}]]
| |
|
| |
| [[Category:{{{month|}}}月開催]]
| |
|
| |
| </includeonly>
| |