Modèle:Communes-infos : Différence entre versions
De geoLwiki - Guide géologique du Luxembourg
Ligne 1 : | Ligne 1 : | ||
{|class=prettytable | {|class=prettytable | ||
− | |<small>Code|| {{#sql2wiki_f:select c_com from communes where Nom_com_min="{{FULLPAGENAME}}";}} </small> | + | |<small>Code|| {{#sql2wiki_f:select truncate(c_com,0) from communes where Nom_com_min="{{FULLPAGENAME}}";}} </small> |
|- | |- | ||
− | |Aire||{{#sql2wiki_f:select truncate(area/1000000,1) from communes where Nom_com_min="{{FULLPAGENAME}}";}} | + | |Aire <small>(km2)</small>||{{#sql2wiki_f:select truncate(area/1000000,1) from communes where Nom_com_min="{{FULLPAGENAME}}";}} |
|- | |- | ||
|Canton||{{#sql2wiki_f:select nom_canton from communes where Nom_com_min="{{FULLPAGENAME}}";}} | |Canton||{{#sql2wiki_f:select nom_canton from communes where Nom_com_min="{{FULLPAGENAME}}";}} | ||
|- | |- | ||
− | |Localités||{{# | + | |Localités||{{#sql2wiki_tinv:select Nom_lieu, Name, Numm from lieux where Nom_com_min="{{FULLPAGENAME}}";}}|- |
|- | |- | ||
|Chef-lieu de la commune||{{#sql2wiki_f:select nom_cheflieu from communes where Nom_com_min="{{FULLPAGENAME}}";}} | |Chef-lieu de la commune||{{#sql2wiki_f:select nom_cheflieu from communes where Nom_com_min="{{FULLPAGENAME}}";}} | ||
|} | |} |
Version du 11 décembre 2008 à 15:44
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 | - |
Chef-lieu de la commune | {{#sql2wiki_f:select nom_cheflieu from communes where Nom_com_min="Modèle:Communes-infos";}} |