|
|
| (同じ利用者による、間の5版が非表示) |
| 1行目: |
1行目: |
| <noinclude>
| |
| {{#cargo_declare:
| |
| _table=Festivals
| |
| |name=String
| |
| |start_date=Date
| |
| |end_date=Date
| |
| |venue=String
| |
| |address=String
| |
| }}
| |
| </noinclude>
| |
|
| |
|
| <includeonly>
| |
| {{#cargo_store:
| |
| _table=Festivals
| |
| |name={{{name|}}}
| |
| |start_date={{{start_date|}}}
| |
| |end_date={{{end_date|}}}
| |
| |venue={{{venue|}}}
| |
| |address={{{address|}}}
| |
| }}
| |
| </includeonly>
| |
|
| |
| {| class="wikitable"
| |
| |-
| |
| !祭り名
| |
| | {{{name|}}}
| |
| |-
| |
| !開催日
| |
| | {{{start_date|}}} ~ {{{end_date|}}}
| |
| |-
| |
| !開催場所
| |
| | {{{venue|}}}
| |
| |-
| |
| !住所
| |
| | {{{address|}}}
| |
| |}
| |