ページの作成:「<noinclude> {{#cargo_declare: _table=Venues <!-- 基本情報 --> |venue_id=Integer |name=String |kana=String <!-- 所在地 --> |prefecture=String |city=String |town=String |address=Text |postal_code=String <!-- 地図 --> |latitude=Float |longitude=Float <!-- 施設情報 --> |venue_type=String |description=Text <!-- 交通 --> |nearest_station=String |access=Text <!-- URL --> |official_site=URL <!-- 画像 --> |image=File <!--…」 |
編集の要約なし |
||
| 118行目: | 118行目: | ||
}} | }} | ||
{{#if: {{{venue_id|}}} | | |||
{{#cargo_query: | |||
tables=Venues | |||
|fields= | |||
name, | |||
address, | |||
latitude, | |||
longitude, | |||
nearest_station | |||
|where= | |||
venue_id={{{venue_id}}} | |||
|format=template | |||
|template=VenueDisplay | |||
}} | |||
}} | |||
</includeonly> | </includeonly> | ||