|
|
Ligne 1 : |
Ligne 1 : |
| {{#cargo_query:tables=Localisations, Institutions | | {{#cargo_query:tables=Pers_inst |
| |fields= Localisations._pageName,CONCAT(Localisations.Date_debut,' - ',Localisations.Date_fin)=Activité,Coordonnees | | |fields= Objet_1,Objet_2,Date_fin |
| |join on= Localisations.Objet = Institutions._pageName
| | |where=Nature="These" |
| | | |format=dynamic table |
| |where=Institutions.Inst_mere WITHIN "Reichsuniversität Strassburg" OR Institutions._pageName ="KL-Natzweiler" | | |rows per page=100 |
| |format=leaflet | |
| }}
| |
| {{#cargo_query:tables=Localisations
| |
| |fields= Localisations._pageName,Coordonnees
| |
| |group by=Objet
| |
| }}
| |
| {{#cargo_query:tables=Institutions
| |
| |fields= _pageName,Inst_mere
| |
| |group by=_pageName | |
| |where=Inst_mere Within "Wehrmacht"
| |
| }} | | }} |