|
|
| (同じ利用者による、間の4版が非表示) |
| 1行目: |
1行目: |
| <noinclude>
| |
| {{#cargo_declare:
| |
| _table=Festivals
| |
| |name=String
| |
| |prefecture=String
| |
| |city=String
| |
| |venue=String
| |
| |address=String
| |
| |start_date=Date
| |
| |end_date=Date
| |
| }}
| |
| </noinclude>
| |
|
| |
|
| <includeonly>
| |
| {{#cargo_store:
| |
| _table=Festivals
| |
| |name={{{name|}}}
| |
| |prefecture={{{prefecture|}}}
| |
| |city={{{city|}}}
| |
| |venue={{{venue|}}}
| |
| |address={{{address|}}}
| |
| |start_date={{{start_date|}}}
| |
| |end_date={{{end_date|}}}
| |
| }}
| |
| </includeonly>
| |
|
| |
| {| class="wikitable"
| |
| |-
| |
| !祭り名
| |
| | {{{name|}}}
| |
| |-
| |
| !都道府県
| |
| | {{{prefecture|}}}
| |
| |-
| |
| !市区町村
| |
| | {{{city|}}}
| |
| |}
| |