編集の要約なし |
編集の要約なし |
||
| 344行目: | 344行目: | ||
</div> | </div> | ||
{{#if: | |||
{{{latitude|}}} | |||
| | |||
== 地図 == | |||
{{#display_map: | |||
{{{latitude}}},{{{longitude}}} | |||
|service=openlayers | |||
|zoom=15 | |||
|height=400px | |||
|width=100% | |||
}} | |||
}} | |||
{{#cargo_query: | |||
tables=Venues | |||
|fields= | |||
name, | |||
address, | |||
latitude, | |||
longitude, | |||
nearest_station | |||
|where= | |||
venue_id={{{venue_id}}} | |||
|format=template | |||
|template=VenueDisplay | |||
}} | |||
2026年7月30日 (木) 18:47時点における版
このテンプレートはテーブル「Festivals」を定義しています。 テーブルを表示.
| 読み方 | |
|---|---|
| 種類 | |
| 開催地 | |
| 会場ID | |
| 開催日 |
未定 |
| 開催時間 |
|
| 開催月 |
月 |
| 開催頻度 |
|
| 来場者数 |
|
| 屋台 |
なし |
| 花火 |
なし |
| 神輿 |
なし |
| パレード |
なし |
| 主催 |
|
| 公式サイト |
|
| X |
|
|
|
Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '{{venue_id}}} ORDER BY `Venues`.`_pageID`,`name`,`address`,`latitude`,`longi...' at line 1
Function: CargoSQLQuery::run Query: SELECT `Venues`.`_pageID` AS `cargo_backlink_page_id_Venues`,`name` AS `name`,`address` AS `address`,`latitude` AS `latitude`,`longitude` AS `longitude`,`nearest_station` AS `nearest station` FROM `cargo__Venues` `Venues` WHERE venue_id={{{venue_id}}} ORDER BY `Venues`.`_pageID`,`name`,`address`,`latitude`,`longitude` LIMIT 100