|
|
| (同じ利用者による、間の8版が非表示) |
| 1行目: |
1行目: |
| <noinclude>
| |
| {{#cargo_declare:
| |
| _table=Festivals
| |
|
| |
|
| |name=String
| |
| |kana=String
| |
|
| |
| |prefecture=String
| |
| |city=String
| |
|
| |
| |start_date=Date
| |
| |end_date=Date
| |
|
| |
| |venue=String
| |
|
| |
| |address=String
| |
|
| |
| |latitude=Float
| |
| |longitude=Float
| |
|
| |
| |official_site=URL
| |
|
| |
| |description=Wikitext
| |
|
| |
| |image=File
| |
| }}
| |
| </noinclude>
| |
|
| |
| {{#cargo_store:
| |
| _table=Festivals
| |
|
| |
| |name={{{name|}}}
| |
| |kana={{{kana|}}}
| |
|
| |
| |prefecture={{{prefecture|}}}
| |
| |city={{{city|}}}
| |
|
| |
| |start_date={{{start_date|}}}
| |
| |end_date={{{end_date|}}}
| |
|
| |
| |venue={{{venue|}}}
| |
|
| |
| |address={{{address|}}}
| |
|
| |
| |latitude={{{latitude|}}}
| |
| |longitude={{{longitude|}}}
| |
|
| |
| |official_site={{{official_site|}}}
| |
|
| |
| |description={{{description|}}}
| |
|
| |
| |image={{{image|}}}
| |
| }}
| |
|
| |
| {| class="wikitable"
| |
| |-
| |
| !祭り名
| |
| | {{{name}}}
| |
| |-
| |
| !開催日
| |
| | {{{start_date}}} ~ {{{end_date}}}
| |
| |-
| |
| !開催場所
| |
| | {{{venue}}}
| |
| |-
| |
| !住所
| |
| | {{{address}}}
| |
| |}
| |