編集の要約なし タグ: 手動差し戻し |
編集の要約なし |
||
| (同じ利用者による、間の5版が非表示) | |||
| 2行目: | 2行目: | ||
{{#cargo_declare: | {{#cargo_declare: | ||
_table=Festivals | _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: | {{#cargo_store: | ||
_table=Festivals | _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}}} | |||
|} | |||
<!-- test --> | |||
2026年7月29日 (水) 03:09時点における最新版
このテンプレートはテーブル「Festivals」を定義しています。 このテーブルはまだ作成されていません。
| 祭り名 | {{{name}}} |
|---|---|
| 開催日 | {{{start_date}}} ~ {{{end_date}}} |
| 開催場所 | {{{venue}}} |
| 住所 | {{{address}}} |