--[[
Module de données (de test) d'une commune contenant les mêmes informations
que le modèle de même nom.
Ceci est pour le moment un test. Merci de ne pas modifier ni supprimer.
--]]
-- on retourne directement une table contenant les données
return
{
["division"] = "commune en COM1",
["insee"] = "97501",
["nom"] = "Miquelon-Langlade",
["nom-wp"] = "[[Miquelon-Langlade]]",
["nom-dep"] = "Saint-Pierre-et-Miquelon",
["superficie"] = 205,
["source1"] = "https://www.insee.fr/fr/statistiques/fichier/3565661/base-cc-serie-historique-2015-com.zip",
["source2"] = "https://www.insee.fr/fr/information/2383265",
["source3"] = "https://www.insee.fr/fr/accueil",
["sources"] = nil,
["recens-prem"] = "annuel",
[1968] = { ["pop"] = 627 , ["ref"] = nil },
[1975] = { ["pop"] = 594 , ["ref"] = nil },
[1982] = { ["pop"] = 698 , ["ref"] = nil },
[1990] = { ["pop"] = 697 , ["ref"] = nil },
[1999] = { ["pop"] = 626 , ["ref"] = nil },
[2006] = { ["pop"] = 606, ["ref"] = "https://www.insee.fr/fr/statistiques/2119916?sommaire=2119923" },
[2007] = { ["pop"] = 605, ["ref"] = "https://www.insee.fr/fr/statistiques/2119892?sommaire=2119897" },
[2008] = { ["pop"] = 594, ["ref"] = "https://www.insee.fr/fr/statistiques/2128766?sommaire=2127739" },
[2009] = { ["pop"] = 604, ["ref"] = "https://www.insee.fr/fr/statistiques/2119796?sommaire=2119804" },
[2010] = { ["pop"] = 614, ["ref"] = "https://www.insee.fr/fr/statistiques/2119780?sommaire=2128804" },
[2011] = { ["pop"] = 624, ["ref"] = "https://www.insee.fr/fr/statistiques/2119747?sommaire=2119751" },
[2012] = { ["pop"] = 626, ["ref"] = "https://www.insee.fr/fr/statistiques/2119595?sommaire=2119686" },
[2013] = { ["pop"] = 627, ["ref"] = "https://www.insee.fr/fr/statistiques/2387611?sommaire=2119504" },
[2014] = { ["pop"] = 617, ["ref"] = "https://www.insee.fr/fr/statistiques/2525755?sommaire=2525768" },
[2015] = { ["pop"] = 606, ["ref"] = "https://www.insee.fr/fr/statistiques/3545835?sommaire=3292701" },
[2016] = { ["pop"] = 596, ["ref"] = "https://www.insee.fr/fr/statistiques/3677775?sommaire=3677855" },
[2017] = { ["pop"] = 591, ["ref"] = "https://www.insee.fr/fr/statistiques/4265451?sommaire=4265511" },
[2018] = { ["pop"] = 585, ["ref"] = "https://www.insee.fr/fr/statistiques/4989710?sommaire=4989761" },
[2019] = { ["pop"] = 580, ["ref"] = "https://www.insee.fr/fr/statistiques/6011054?sommaire=6011075" },
[2020] = { ["pop"] = 585, ["ref"] = "https://www.insee.fr/fr/statistiques/6683025?sommaire=6683037" },
}