編集の要約なし |
Area V1.4: remove leading transclusion whitespace |
||
| (2人の利用者による、間の10版が非表示) | |||
| 7行目: | 7行目: | ||
|area_type=String | |area_type=String | ||
|parent_id=Integer | |parent_id=Integer | ||
|code=String | |code=String | ||
|description=Text | |description=Text | ||
}} | }} | ||
</noinclude> | </noinclude><includeonly>__NOTOC__<div style="display:none">{{#default_form:Area}}</div><!-- Cargo保存 -->{{#cargo_store: | ||
<includeonly> | |||
{{#cargo_store: | |||
_table=Areas | _table=Areas | ||
|area_id={{{area_id|}}} | |area_id={{{area_id|}}} | ||
| 26行目: | 17行目: | ||
|area_type={{{area_type|}}} | |area_type={{{area_type|}}} | ||
|parent_id={{{parent_id|}}} | |parent_id={{{parent_id|}}} | ||
|code={{{code|}}} | |code={{{code|}}} | ||
|description={{{description|}}} | |description={{{description|}}} | ||
}}<div class="area-page area-v1"><div class="area-infobox area-v1-infobox"> | |||
} | |||
<div class="area-page"> | |||
<div class="area-infobox"> | |||
{| class="wikitable" | {| class="wikitable" | ||
|+ {{{name|地域情報}}} | |+ {{{name|地域情報}}} | ||
|- | |- | ||
! 地域名 | ! 地域名 | ||
| {{{name|}}} | | {{{name|}}} | ||
|- | |- | ||
! 読み方 | ! 読み方 | ||
| {{{kana|}}} | | {{{kana|}}} | ||
|- | |- | ||
! 地域区分 | ! 地域区分 | ||
| 66行目: | 40行目: | ||
|{{{area_type|}}} | |{{{area_type|}}} | ||
}} | }} | ||
|- | |- | ||
! 都道府県 | ! 都道府県 | ||
| {{{prefecture|}}} | | | ||
{{#switch:{{{area_type|}}} | |||
|prefecture={{{name|未登録}}} | |||
|ward= | |||
{{#cargo_query: | |||
tables=Areas=C,Areas=P | |||
|join on=C.parent_id=P.area_id | |||
|fields=P.name | |||
|where=C.area_id={{{parent_id|0}}} | |||
|format=list | |||
|delimiter= | |||
|more results text= | |||
|default=未登録 | |||
}} | |||
|#default= | |||
{{#cargo_query: | |||
tables=Areas=P | |||
|fields=P.name | |||
|where=P.area_id={{{parent_id|0}}} | |||
|format=list | |||
|delimiter= | |||
|more results text= | |||
|default=未登録 | |||
}} | |||
}} | |||
|- | |- | ||
! 地方公共団体コード | ! 地方公共団体コード | ||
| {{{code|}}} | | {{{code|}}} | ||
|- | |- | ||
! Area ID | ! Area ID | ||
| {{{area_id|}}} | | {{{area_id|}}} | ||
|} | |} | ||
</div> | </div> | ||
{{#if:{{{description|}}} | {{#if:{{{description|}}} | ||
| | | | ||
== {{{name|}}}について == | == {{{name|}}}について == | ||
{{{description}}} | {{{description}}} | ||
| | | | ||
}} | }} | ||
== {{{name|}}}の祭り・イベント == | |||
<div class="area-v1-festival-grid"> | |||
{{#cargo_query: | |||
< | tables=FestivalAreas=FA,Festivals=F | ||
|join on=FA.festival_id=F.festival_id | |||
|fields=F._pageName,F.name,F.festival_id | |||
|where=FA.area_id={{{area_id}}} | |||
|group by=F._pageName,F.name,F.festival_id | |||
|order by=F.name ASC | |||
|format=template | |||
|template=AreaFestivalDisplay | |||
|default=現在登録されている祭り・イベントはありません。 | |||
}} | |||
</div> | |||
{{#ifexpr:{{{parent_id|0}}} > 0 | {{#ifexpr:{{{parent_id|0}}} > 0 | ||
| | | | ||
== 上位地域 == | == 上位地域 == | ||
{{#cargo_query: | {{#cargo_query: | ||
tables=Areas | tables=Areas | ||
| 113行目: | 106行目: | ||
|default=上位地域の情報はありません。 | |default=上位地域の情報はありません。 | ||
}} | }} | ||
|}}{{#ifeq:{{{area_type|}}}|prefecture | |||
| | | | ||
== {{{name|}}}の地域 == | == {{{name|}}}の地域 == | ||
<div class="area-v1-child-grid area-v1-child-grid-special_ward"> | |||
= | |||
{{#cargo_query: | {{#cargo_query: | ||
tables=Areas | tables=Areas | ||
| 136行目: | 117行目: | ||
|format=template | |format=template | ||
|template=AreaChildDisplay | |template=AreaChildDisplay | ||
|intro=<h3>特別区</h3> | |||
|default= | |default= | ||
}} | }} | ||
</div> | |||
<div class="area-v1-child-grid area-v1-child-grid-city"> | |||
{{#cargo_query: | {{#cargo_query: | ||
tables=Areas | tables=Areas | ||
| 149行目: | 129行目: | ||
|format=template | |format=template | ||
|template=AreaChildDisplay | |template=AreaChildDisplay | ||
|intro=<h3>市</h3> | |||
|default= | |default= | ||
}} | }} | ||
</div> | |||
<div class="area-v1-child-grid area-v1-child-grid-town"> | |||
{{#cargo_query: | {{#cargo_query: | ||
tables=Areas | tables=Areas | ||
| 162行目: | 141行目: | ||
|format=template | |format=template | ||
|template=AreaChildDisplay | |template=AreaChildDisplay | ||
|intro=<h3>町</h3> | |||
|default= | |default= | ||
}} | }} | ||
</div> | |||
<div class="area-v1-child-grid area-v1-child-grid-village"> | |||
{{#cargo_query: | {{#cargo_query: | ||
tables=Areas | tables=Areas | ||
| 175行目: | 153行目: | ||
|format=template | |format=template | ||
|template=AreaChildDisplay | |template=AreaChildDisplay | ||
|intro=<h3>村</h3> | |||
|default= | |default= | ||
}} | }} | ||
</div> | |||
| | |}}{{#ifeq:{{{area_type|}}}|city | ||
}} | |||
{{#ifeq:{{{area_type|}}}|city | |||
| | | | ||
<div class="area-v1-child-grid area-v1-child-grid-ward"> | |||
= | |||
{{#cargo_query: | {{#cargo_query: | ||
tables=Areas | tables=Areas | ||
| 198行目: | 167行目: | ||
|format=template | |format=template | ||
|template=AreaChildDisplay | |template=AreaChildDisplay | ||
| | |intro=<h2>{{{name|}}}の行政区</h2> | ||
|default= | |||
< | |||
< | |||
|default= | |||
}} | }} | ||
</div> | </div> | ||
|}}</div> | |||
</includeonly> | </includeonly> | ||
2026年8月27日 (木) 14:48時点における最新版
このテンプレートはテーブル「Areas」を定義しています。 テーブルを表示.