Modèle:Communes-infos : Différence entre versions
De geoLwiki - Guide géologique du Luxembourg
Ligne 10 : | Ligne 10 : | ||
|Chef-lieu||'''{{#sql2wiki_f:select nom_cheflieu from communes where Nom_com_min="{{FULLPAGENAME}}";}}''' | |Chef-lieu||'''{{#sql2wiki_f:select nom_cheflieu from communes where Nom_com_min="{{FULLPAGENAME}}";}}''' | ||
|} | |} | ||
− |
Version du 11 décembre 2008 à 16:17
Code | {{#sql2wiki_f:select truncate(c_com,0) from communes where Nom_com_min="Modèle:Communes-infos";}} |
Aire (km2) | {{#sql2wiki_f:select truncate(area/1000000,1) from communes where Nom_com_min="Modèle:Communes-infos";}} |
Canton | {{#sql2wiki_f:select nom_canton from communes where Nom_com_min="Modèle:Communes-infos";}} |
Localités | {{#sql2wiki_tinv:select Nom_lieu_min, Name, Numm from lieux where Nom_com_min="Modèle:Communes-infos" order by nom_lieu_min;}} |
Chef-lieu | {{#sql2wiki_f:select nom_cheflieu from communes where Nom_com_min="Modèle:Communes-infos";}} |