Template:Infobox French place

(Redirected from Template:Infobox French arrondissement)
[[File:{{{image_skyline}}}|250px]]
[[File:{{{image_flag}}}|100x100px|border|Flag of {{{name}}}]]
[[File:{{{image_shield}}}|100x100px|Coat of arms of {{{name}}}]]
[[File:{{{image_map}}}|270x320px|{{{map_caption}}}]]
{{{map_caption}}}
CountryFrance
Region{{{region}}}
Department{{{department}}}
No. of communes{{{nbcomm}}}
Seat{{{seat}}}
Area
100 km2 (40 sq mi)
Population
 ({{{population_as_of}}}){{{population_footnotes}}}
{{{population}}}
Website{{{website}}}
Documentation icon Template documentation[view] [edit] [history] [purge]

Usage

This is a dedicated infobox for administrative divisions of France above the commune level. For communes and former communes please use {{Infobox French commune}}.

Selected parameters

The parameter "type" is the type of subdivision. Currently, the following types are supported:

The parameters "region" and "department" are only needed for subdivisions that lie in more than one department (for instance Aix-Marseille-Provence Metropolis). For arrondissements and cantons, use the parameter "INSEE" (codes can be found at the INSEE website). For intercommunalities do not use the INSEE code, but fill in the department number (for instance "29" for Finistère) in the "INSEE" field.

TemplateData

TemplateData documentation used by VisualEditor and other tools
See the monthly parameter usage report for this template.

TemplateData for Infobox French place

<templatedata>{ "description": "Infobox for French arrondissements", "params": { "disbanded": { "description": "For former subdivisions: year in which it was disbanded", "type": "number" }, "map_caption": { "description": "Caption for the map (see map)" }, "name": { "description": "(Short) name of the subdivision", "type": "string", "required": true }, "nbcomm": { "aliases": [ "numcomm" ], "description": "Number of communes", "type": "number", "required": true }, "area": { "description": "Area of the subdivision", "type": "number" }, "party": { "description": "Party of the representative(s)" }, "image_map": { "description": "Map image, showing the location within the department or region", "type": "string" }, "INSEE": { "description": "INSEE code of the subdivision (arrondissements and cantons), or of the department the subdivision is in", "type": "number" }, "population": { "aliases": [ "pop" ], "description": "Population of the subdivision", "type": "number" }, "population_as_of": { "aliases": [ "datepop", "year" ], "description": "Year of the population number", "type": "number" }, "seat": { "aliases": [ "capital" ], "description": "The seat of the subdivision", "type": "string", "required": true }, "department": { "description": "Department in which the subdivision is located", "type": "string" }, "region": { "description": "Region in which the subdivision is located", "type": "string" }, "type": { "description": "Type of subdivision: metro, CU, CA, CC", "type": "string" }, "established_date": { "aliases": [ "creation" ] }, "image_skyline": { "aliases": [ "image" ] }, "image_caption": { "description": "Caption for the image_skyline" }, "image_shield": {}, "image_flag": {}, "logo": {}, "president": {}, "term": { "description": "Term of the leader or representative(s)" }, "website": {}, "footnotes": {}, "cg": { "description": "Conseillers généraux = representatives of a canton in the departmental council" }, "prefecture": { "description": "For arrondissements only. If the seat of the arrondissement is the prefecture of the department, fill in \"y\", otherwise leave empty or omit this parameter" } }, "paramOrder": [ "type", "name", "disbanded", "image_map", "map_caption", "region", "department", "nbcomm", "seat", "area", "population", "population_as_of", "party", "INSEE", "established_date", "image_skyline", "image_caption", "image_shield", "image_flag", "logo", "president", "term", "website", "footnotes", "cg", "prefecture" ] } </templatedata>