編集の要約なし |
編集の要約なし |
||
| 2行目: | 2行目: | ||
{{#cargo_declare: | {{#cargo_declare: | ||
_table=Festivals | _table=Festivals | ||
|name=String | |name=String | ||
|kana=String | |||
|prefecture=String | |prefecture=String | ||
| | |city=String | ||
|start_date=Date | |||
|end_date=Date | |||
|venue=String | |venue=String | ||
|address=String | |||
|latitude=Float | |||
|longitude=Float | |||
|official_site=URL | |||
|description=Wikitext | |||
|image=File | |||
}} | }} | ||
</noinclude> | </noinclude> | ||
| 11行目: | 29行目: | ||
{{#cargo_store: | {{#cargo_store: | ||
_table=Festivals | _table=Festivals | ||
|name={{{name|}}} | |name={{{name|}}} | ||
|kana={{{kana|}}} | |||
|prefecture={{{prefecture|}}} | |prefecture={{{prefecture|}}} | ||
| | |city={{{city|}}} | ||
|start_date={{{start_date|}}} | |||
|end_date={{{end_date|}}} | |||
|venue={{{venue|}}} | |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}}} | |||
|} | |||
2026年7月29日 (水) 02:00時点における版
このテンプレートはテーブル「Festivals」を定義しています。 このテーブルはまだ作成されていません。
| 祭り名 | {{{name}}} |
|---|---|
| 開催日 | {{{start_date}}} ~ {{{end_date}}} |
| 開催場所 | {{{venue}}} |
| 住所 | {{{address}}} |