編集の要約なし
編集の要約なし
18行目: 18行目:


<includeonly>
<includeonly>
<!-- ===================================== -->
<!-- Cargo保存 -->
<!-- ===================================== -->


{{#cargo_store:
{{#cargo_store:
34行目: 38行目:
|seo_description={{{seo_description|}}}
|seo_description={{{seo_description|}}}
}}
}}


<div class="area-page">
<div class="area-page">


<!-- ============================= -->
 
<!-- ===================================== -->
<!-- 基本情報 -->
<!-- 基本情報 -->
<!-- ============================= -->
<!-- ===================================== -->


<div class="area-infobox">
<div class="area-infobox">
84行目: 90行目:




<!-- ============================= -->
<!-- ===================================== -->
<!-- 概要 -->
<!-- 地域概要 -->
<!-- ============================= -->
<!-- ===================================== -->


{{#if:{{{description|}}}
{{#if:{{{description|}}}
97行目: 103行目:




<!-- ============================= -->
<!-- ===================================== -->
<!-- 上位地域 -->
<!-- 上位地域 -->
<!-- ============================= -->
<!-- ===================================== -->


{{#ifexpr:{{{parent_id|0}}} > 0
{{#ifexpr:{{{parent_id|0}}} > 0
117行目: 123行目:




<!-- ================================================= -->
<!-- ===================================== -->
<!-- 都道府県 -->
<!-- 都道府県:子地域 -->
<!-- ================================================= -->
<!-- ===================================== -->


{{#ifeq:{{{area_type|}}}|prefecture
{{#ifeq:{{{area_type|}}}|prefecture
126行目: 132行目:
== {{{name|}}}の地域 ==
== {{{name|}}}の地域 ==


=== 特別区 ===


{{#cargo_query:
{{#cargo_query:
136行目: 140行目:
|format=template
|format=template
|template=AreaChildDisplay
|template=AreaChildDisplay
|intro=<h3>特別区</h3>
|default=
|default=
}}
}}


=== 市 ===


{{#cargo_query:
{{#cargo_query:
149行目: 152行目:
|format=template
|format=template
|template=AreaChildDisplay
|template=AreaChildDisplay
|intro=<h3>市</h3>
|default=
|default=
}}
}}


=== 町 ===


{{#cargo_query:
{{#cargo_query:
162行目: 164行目:
|format=template
|format=template
|template=AreaChildDisplay
|template=AreaChildDisplay
|intro=<h3>町</h3>
|default=
|default=
}}
}}


=== 村 ===


{{#cargo_query:
{{#cargo_query:
175行目: 176行目:
|format=template
|format=template
|template=AreaChildDisplay
|template=AreaChildDisplay
|intro=<h3>村</h3>
|default=
|default=
}}
}}
182行目: 184行目:




<!-- ================================================= -->
<!-- ===================================== -->
<!-- -->
<!-- 市:行政区 -->
<!-- ================================================= -->
<!-- ===================================== -->


{{#ifeq:{{{area_type|}}}|city
{{#ifeq:{{{area_type|}}}|city
|
|
== {{{name|}}}の行政区 ==


{{#cargo_query:
{{#cargo_query:
198行目: 198行目:
|format=template
|format=template
|template=AreaChildDisplay
|template=AreaChildDisplay
|default=行政区はありません。
|intro=<h2>{{{name|}}}の行政区</h2>
}}
|default=
 
|
}}
 
 
<!-- ================================================= -->
<!-- 特別区 -->
<!-- ================================================= -->
 
{{#ifeq:{{{area_type|}}}|special_ward
|
 
== {{{name|}}}の祭り・イベント ==
 
{{#cargo_query:
tables=Festivals
|fields=_pageName,name,start_date,end_date,festival_type
|where=city='{{{name}}}'
|order by=start_date ASC
|format=template
|template=AreaFestivalDisplay
|default=現在登録されている祭りはありません。
}}
 
|
}}
 
 
<!-- ================================================= -->
<!-- 行政区 -->
<!-- ================================================= -->
 
{{#ifeq:{{{area_type|}}}|ward
|
 
== {{{name|}}}の祭り・イベント ==
 
{{#cargo_query:
tables=Festivals
|fields=_pageName,name,start_date,end_date,festival_type
|where=town='{{{name}}}'
|order by=start_date ASC
|format=template
|template=AreaFestivalDisplay
|default=現在登録されている祭りはありません。
}}
 
|
}}
 
 
<!-- ================================================= -->
<!-- 町 -->
<!-- ================================================= -->
 
{{#ifeq:{{{area_type|}}}|town
|
 
== {{{name|}}}の祭り・イベント ==
 
{{#cargo_query:
tables=Festivals
|fields=_pageName,name,start_date,end_date,festival_type
|where=city='{{{name}}}'
|order by=start_date ASC
|format=template
|template=AreaFestivalDisplay
|default=現在登録されている祭りはありません。
}}
 
|
}}
 
 
<!-- ================================================= -->
<!-- 村 -->
<!-- ================================================= -->
 
{{#ifeq:{{{area_type|}}}|village
|
 
== {{{name|}}}の祭り・イベント ==
 
{{#cargo_query:
tables=Festivals
|fields=_pageName,name,start_date,end_date,festival_type
|where=city='{{{name}}}'
|order by=start_date ASC
|format=template
|template=AreaFestivalDisplay
|default=現在登録されている祭りはありません。
}}
 
|
}}
 
 
<!-- ================================================= -->
<!-- 都道府県の祭り -->
<!-- ================================================= -->
 
{{#ifeq:{{{area_type|}}}|prefecture
|
 
== {{{name|}}}の祭り・イベント ==
 
{{#cargo_query:
tables=Festivals
|fields=_pageName,name,start_date,end_date,festival_type
|where=prefecture='{{{name}}}'
|order by=start_date ASC
|format=template
|template=AreaFestivalDisplay
|default=現在登録されている祭りはありません。
}}
}}


320行目: 206行目:




<!-- ================================================= -->
<!-- ===================================== -->
<!-- 市の祭り -->
<!-- 祭り一覧 -->
<!-- ================================================= -->
<!-- FestivalAreas.area_id 完全対応 -->
 
<!-- ===================================== -->
{{#ifeq:{{{area_type|}}}|city
|


== {{{name|}}}の祭り・イベント ==
== {{{name|}}}の祭り・イベント ==


{{#cargo_query:
{{#cargo_query:
tables=Festivals
tables=FestivalAreas=FA,Festivals=F
|fields=_pageName,name,start_date,end_date,festival_type
|join on=FA.festival_id=F.festival_id
|where=city='{{{name}}}'
|fields=F._pageName,F.name,F.start_date,F.end_date,F.festival_type
|order by=start_date ASC
|where=FA.area_id={{{area_id}}}
|group by=F._pageName,F.name,F.start_date,F.end_date,F.festival_type
|order by=F.start_date ASC,F.name ASC
|format=template
|format=template
|template=AreaFestivalDisplay
|template=AreaFestivalDisplay
|default=現在登録されている祭りはありません。
|default=現在登録されている祭り・イベントはありません。
}}
}}


|
}}


 
<!-- ===================================== -->
<!-- ============================= -->
<!-- 地図 -->
<!-- 地図 -->
<!-- ============================= -->
<!-- ===================================== -->


{{#if:{{{latitude|}}}
{{#if:{{{latitude|}}}
352行目: 235行目:
|
|


== 地図 ==
== {{{name|}}}の地図 ==


{{#display_map:
{{#display_map:
362行目: 245行目:
}}
}}


<div class="area-map-link">
[https://www.openstreetmap.org/?mlat={{{latitude}}}&mlon={{{longitude}}} OpenStreetMapで見る]
[https://www.openstreetmap.org/?mlat={{{latitude}}}&mlon={{{longitude}}} OpenStreetMapで見る]
</div>


|
|
370行目: 255行目:




<!-- ============================= -->
<!-- ===================================== -->
<!-- SEO説明 -->
<!-- SEO説明 -->
<!-- ============================= -->
<!-- ===================================== -->


{{#if:{{{seo_description|}}}
{{#if:{{{seo_description|}}}
381行目: 266行目:
|
|
}}
}}


</div>
</div>


</includeonly>
</includeonly>

2026年8月10日 (月) 01:24時点における版

このテンプレートはテーブル「Areas」を定義しています。 テーブルを表示.