Modèle:Unités-base : Différence entre versions
De geoLwiki - Guide géologique du Luxembourg
(24 révisions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
− | == Données | + | == Données de base == |
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
<small>Code de l'unité: {{{1}}}</small> | <small>Code de l'unité: {{{1}}}</small> | ||
Ligne 6 : | Ligne 6 : | ||
|- valign="top" | |- valign="top" | ||
| colspan=2 width=66%| | | colspan=2 width=66%| | ||
− | ==== | + | ====Identification ==== |
{|class=wikitable | {|class=wikitable | ||
| style="color:black;background-color:#FFCC99;"| <big>'''Symbole / Symbol:'''</big> | | style="color:black;background-color:#FFCC99;"| <big>'''Symbole / Symbol:'''</big> | ||
| align= "center" colspan=2 | | | align= "center" colspan=2 | | ||
− | {|style="background-color:rgb({{# | + | {|style="background-color:rgb({{#sql2wiki_f:select r255 from stratunit where codestratunit="{{{1}}}";}},{{#sql2wiki_f:select g255 from stratunit where codestratunit="{{{1}}}";}},{{#sql2wiki_f:select b255 from stratunit where codestratunit="{{{1}}}";}})" width=90px |
− | | valign="center" align="center" height=35px|'''<big>{{# | + | | valign="center" align="center" height=35px|'''<big>{{#sql2wiki_f:select abrevstrat from stratunit where codestratunit="{{{1}}}";}}</big>''' |
|} | |} | ||
|- | |- | ||
| style="color:black;background-color:#FFCC99;"| <big>'''Nom / Name:'''</big> | | style="color:black;background-color:#FFCC99;"| <big>'''Nom / Name:'''</big> | ||
− | | '''<big>{{# | + | | '''<big>{{#sql2wiki_f:select nomunit_fr from stratunit where codestratunit="{{{1}}}";}}</big>''' || '''<big>{{#sql2wiki_f:select nomunit_de from stratunit where codestratunit="{{{1}}}";}}</big>''' |
|- | |- | ||
| style="color:black;background-color:#FFCC99;"| '''Description / Beschreibung:''' | | style="color:black;background-color:#FFCC99;"| '''Description / Beschreibung:''' | ||
− | | {{# | + | | {{#sql2wiki_f:select descunit_fr from stratunit where codestratunit="{{{1}}}";}} || {{#sql2wiki_f:select descunit_de from stratunit where codestratunit="{{{1}}}";}} |
|- | |- | ||
| style="color:black;background-color:#FFCC99;"| '''Autre nom(s) / Andere Bezeichnung(en):''' | | style="color:black;background-color:#FFCC99;"| '''Autre nom(s) / Andere Bezeichnung(en):''' | ||
− | | colspan=2|{{# | + | | colspan=2|{{#sql2wiki_f:select autrenom from stratunit where codestratunit="{{{1}}}";}} |
|- | |- | ||
| style="color:black;background-color:#FFCC99;"| '''Epaisseur(s) / Mächtigkeit(en):''' | | style="color:black;background-color:#FFCC99;"| '''Epaisseur(s) / Mächtigkeit(en):''' | ||
− | | colspan=2|{{# | + | | colspan=2|{{#sql2wiki_f:select ep_minmax from stratunit where codestratunit="{{{1}}}";}} |
|} | |} | ||
| | | | ||
Ligne 32 : | Ligne 32 : | ||
{|class=wikitable | {|class=wikitable | ||
|style="color:black;background-color:lavender;"| '''Ere:''' | |style="color:black;background-color:lavender;"| '''Ere:''' | ||
− | | {{# | + | | {{#sql2wiki_f:select concat('[[',ere_fr,']]') from stratunit where codestratunit="{{{1}}}";}} |
|- | |- | ||
| style="color:black;background-color:lavender;"| '''Sous-ère:''' | | style="color:black;background-color:lavender;"| '''Sous-ère:''' | ||
− | | {{# | + | | {{#sql2wiki_f:select concat('[[',infsubera_fr,']]') from stratunit where codestratunit="{{{1}}}";}} |
|- | |- | ||
| style="color:black;background-color:lavender;"| '''Période:''' | | style="color:black;background-color:lavender;"| '''Période:''' | ||
− | | {{# | + | | {{#sql2wiki_f:select concat('[[',period_fr,']]') from stratunit where codestratunit="{{{1}}}";}} |
|- | |- | ||
| style="color:black;background-color:lavender;"| '''Epoque:''' | | style="color:black;background-color:lavender;"| '''Epoque:''' | ||
− | | {{# | + | | {{#sql2wiki_f:select concat('[[',epoch_fr,']]') from stratunit where codestratunit="{{{1}}}";}} |
|- | |- | ||
| style="color:black;background-color:lavender;"| '''Etage:''' | | style="color:black;background-color:lavender;"| '''Etage:''' | ||
− | | {{# | + | | {{#sql2wiki_f:select concat('[[',age_fr,']]') from stratunit where codestratunit="{{{1}}}";}} |
|} | |} | ||
|-valign="top" | | |-valign="top" | | ||
− | |width=42%| | + | |width=42%| |
====Relations ==== | ====Relations ==== | ||
{|class=wikitable | {|class=wikitable | ||
| style="color:black;background-color:bisque;"| '''Formation sus-jacente:''' | | style="color:black;background-color:bisque;"| '''Formation sus-jacente:''' | ||
− | | | + | | {{#sql2wiki_f:select concat('[[',couvertpar,']] [[',couvertpar,'|',couvertpar_nomunit_fr,']]') from stratunit where codestratunit="{{{1}}}";}} |
|- | |- | ||
| style="color:black;background-color:bisque;"| '''Formation sous-jacente:''' | | style="color:black;background-color:bisque;"| '''Formation sous-jacente:''' | ||
− | | | + | | {{#sql2wiki_f:select concat('[[',recouvre,']] [[',recouvre,'|',recouvre_nomunit_fr,']]') from stratunit where codestratunit="{{{1}}}";}} |
|- | |- | ||
| style="color:black;background-color:bisque;"| '''Regroupement niveau 1:''' | | style="color:black;background-color:bisque;"| '''Regroupement niveau 1:''' | ||
− | | | + | | {{#sql2wiki_f:select concat('[[',grouping1_fr,']]') from stratunit where codestratunit="{{{1}}}";}} |
|- | |- | ||
| style="color:black;background-color:bisque;"| '''Regroupement niveau 2:''' | | style="color:black;background-color:bisque;"| '''Regroupement niveau 2:''' | ||
− | | | + | | {{#sql2wiki_f:select concat('[[',grouping2_fr,']]') from stratunit where codestratunit="{{{1}}}";}} |
|} | |} | ||
| width=24%| | | width=24%| | ||
Ligne 66 : | Ligne 66 : | ||
{|class=wikitable | {|class=wikitable | ||
| style="color:black;background-color:#FFFFBB;"| '''Type de roche(s):''' | | style="color:black;background-color:#FFFFBB;"| '''Type de roche(s):''' | ||
− | | {{# | + | | {{#sql2wiki_f:select lithdesc_fr from stratunit where codestratunit="{{{1}}}";}} |
|- | |- | ||
− | | style="color:black;background-color:#FFFFBB;"| ''' | + | | style="color:black;background-color:#FFFFBB;"| '''Perméabilité:''' |
− | | {{# | + | | {{#sql2wiki_f:select permeab_fr from stratunit where codestratunit="{{{1}}}";}} |
|- | |- | ||
| style="color:black;background-color:#FFFFBB;"| '''Consistance:''' | | style="color:black;background-color:#FFFFBB;"| '''Consistance:''' | ||
− | | {{# | + | | {{#sql2wiki_f:select consistance_fr from stratunit where codestratunit="{{{1}}}";}} |
|} | |} | ||
| | | | ||
Ligne 78 : | Ligne 78 : | ||
{|class=wikitable | {|class=wikitable | ||
| style="color:black;background-color:#CCFFCC;"| '''Unité structurale:''' | | style="color:black;background-color:#CCFFCC;"| '''Unité structurale:''' | ||
− | | {{# | + | | {{#sql2wiki_f:select concat('[[',structunit_fr,']]') from stratunit where codestratunit="{{{1}}}";}} |
|- | |- | ||
| style="color:black;background-color:#CCFFCC;"| '''Région naturelle:''' | | style="color:black;background-color:#CCFFCC;"| '''Région naturelle:''' | ||
− | | {{# | + | | {{#sql2wiki_f:select concat('[[',regionat_fr,']]') from stratunit where codestratunit="{{{1}}}";}} |
|- | |- | ||
| style="color:black;background-color:#CCFFCC;"| '''Province géologique:''' | | style="color:black;background-color:#CCFFCC;"| '''Province géologique:''' | ||
− | | {{# | + | | {{#sql2wiki_f:select concat('[[',provincegeo_fr,']]') from stratunit where codestratunit="{{{1}}}";}} |
|} | |} | ||
|} | |} | ||
+ | <!--catégories automatiques--> | ||
<includeonly> | <includeonly> | ||
+ | [[Catégorie:Unités stratigraphiques]] | ||
− | + | [[Catégorie:{{#sql2wiki_f:select grouping1_fr from stratunit where codestratunit="{{{1}}}";}}]] | |
− | [[Catégorie:{{# | + | [[Catégorie:{{#sql2wiki_f:select grouping2_fr from stratunit where codestratunit="{{{1}}}";}}]] |
− | [[Catégorie:{{# | + | [[Catégorie:{{#sql2wiki_f:select regionat_fr from stratunit where codestratunit="{{{1}}}";}}]] |
− | [[Catégorie:{{# | + | [[Catégorie:{{#sql2wiki_f:select provincegeo_fr from stratunit where codestratunit="{{{1}}}";}}]] |
− | + | [[Catégorie:{{#sql2wiki_f:select structunit_fr from stratunit where codestratunit="{{{1}}}";}}]] | |
</includeonly> | </includeonly> |
Version actuelle en date du 25 novembre 2008 à 14:44
Sommaire
Données de base
Code de l'unité: {{{1}}}
Identification
|
Chronostratigraphie
| |||||||||||||||||||||||||||
Relations
|
Roches
|
Unités
|