編集の要約なし |
編集の要約なし |
||
| (同じ利用者による、間の11版が非表示) | |||
| 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: | {{#cargo_query: | ||
| 128行目: | 113行目: | ||
latitude, | latitude, | ||
longitude, | longitude, | ||
nearest_station | nearest_station=station | ||
|where= | |where= | ||
venue_id={{ | venue_id={{PAGEID}} | ||
|format=template | |format=template | ||
|template=VenueDisplay | |template=VenueDisplay | ||
|named args=yes | |||
}} | }} | ||
</includeonly> | </includeonly> | ||