ページの作成:「<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 <!--…」 |
編集の要約なし |
||
| (同じ利用者による、間の12版が非表示) | |||
| 14行目: | 14行目: | ||
|kana=String | |kana=String | ||
|area_id=Integer | |||
<!-- 所在地 --> | <!-- 所在地 --> | ||
|address=Text | |address=Text | ||
| 56行目: | 49行目: | ||
<!-- 画像 --> | <!-- 画像 --> | ||
| | |main_image=File | ||
<!-- 管理 --> | <!-- 管理 --> | ||
| | |last_verified=Date | ||
| 69行目: | 62行目: | ||
<includeonly> | <includeonly> | ||
<span style="display:none">{{#default_form:Venue}}</span> | |||
{{#cargo_store: | {{#cargo_store: | ||
| 75行目: | 70行目: | ||
|venue_id={{ | |venue_id={{PAGEID}} | ||
|name={{{name|}}} | |name={{{name|}}} | ||
| 81行目: | 76行目: | ||
|kana={{{kana|}}} | |kana={{{kana|}}} | ||
|area_id={{{area_id|}}} | |||
| | |||
|address={{{address|}}} | |address={{{address|}}} | ||
|latitude={{{latitude|}}} | |latitude={{{latitude|}}} | ||
| 111行目: | 98行目: | ||
| | |main_image={{{main_image|}}} | ||
|last_verified={{{last_verified|}}} | |||
}} | |||
{{#cargo_query: | |||
tables=Venues | |||
|fields= | |||
name, | |||
address, | |||
latitude, | |||
longitude, | |||
nearest_station=station | |||
|where= | |||
venue_id={{PAGEID}} | |||
|format=template | |||
|template=VenueDisplay | |||
|named args=yes | |||
}} | }} | ||
</includeonly> | </includeonly> | ||