Difference between revisions of "Modèle:Lieu"
From Medfilm
L.strappazon (Talk | contribs) |
L.strappazon (Talk | contribs) |
||
(17 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{#if:{{{Local|}}}|{{{Local|}}}<br />}} | + | <includeonly>{{#switch:{{PAGENAME}}{{{Visible page accueil}}} |
+ | |Accueil siteNon | ||
+ | |Tous les événementsNon='' | ||
+ | |Accueil siteOui=<div style="text-align:left; position:relative; left:2px; top:0px; margin:5px;"> | ||
+ | <div style="padding-left:2px; padding-right:2px; padding-bottom:5px; padding-top:5px; text-align: justify;"> | ||
+ | {{#if:{{{Local|}}}{{{Rue|}}}{{{Ville|}}}{{{Pays|}}}{{{Code postal|}}}|<span style="color: orange;">'''<big>{{int:Template-Adresse}}</big>'''</span><br />}} | ||
+ | {{#if:{{{Local|}}}|'''{{{Local|}}}'''<br />}} | ||
{{#if:{{{Numéro|}}}|{{{Numéro|}}} }}{{#if:{{{Rue|}}}|{{{Rue|}}}}}{{#if:{{{Numéro|}}}{{{Rue|}}}|<br />}} | {{#if:{{{Numéro|}}}|{{{Numéro|}}} }}{{#if:{{{Rue|}}}|{{{Rue|}}}}}{{#if:{{{Numéro|}}}{{{Rue|}}}|<br />}} | ||
− | {{#if:{{{Code postal|}}}|{{{Code postal|}}} }}{{#if:{{{Ville|}}}|{{{Ville|}}}}}{{#if:{{{Code postal|}}}{{{Ville|}}}|<br />}} | + | {{#if:{{{Code postal|}}}|{{{Code postal|}}} }}{{#if:{{{Ville|}}}|{{{Ville|}}}}}{{#if:{{{Code postal|}}}{{{Ville|}}}|<br />}} |
− | {{#if:{{{Pays|}}}|{{{Pays|}}}<br />}} | + | {{#if:{{{Pays|}}}|'''{{{Pays|}}}'''<br />}} |
− | {{#if:{{{Contact|}}}|{{{Contact|}}}<br />}} | + | {{#if:{{{Contact|}}}|'''{{int:Template-Contact}} :''' {{{Contact|}}}<br />}} |
<br /> | <br /> | ||
{{#if:{{{Lieu|}}}| | {{#if:{{{Lieu|}}}| | ||
Line 12: | Line 18: | ||
|width=100% | |width=100% | ||
}} | }} | ||
+ | }}</div></div> | ||
+ | |#default=<div style="width:50%;text-align:left; position:relative; left:2px; top:0px; margin:auto;"> | ||
+ | <div style="padding-left:2px; padding-right:2px; padding-bottom:5px; padding-top:5px; text-align: justify;"> | ||
+ | {{#if:{{{Local|}}}{{{Rue|}}}{{{Ville|}}}{{{Pays|}}}{{{Code postal|}}}|<span style="color: orange;">'''<big>{{int:Template-Adresse}}</big>'''</span><br />}} | ||
+ | {{#if:{{{Local|}}}|'''{{{Local|}}}'''<br />}} | ||
+ | {{#if:{{{Numéro|}}}|{{{Numéro|}}} }}{{#if:{{{Rue|}}}|{{{Rue|}}}}}{{#if:{{{Numéro|}}}{{{Rue|}}}|<br />}} | ||
+ | {{#if:{{{Code postal|}}}|{{{Code postal|}}} }}{{#if:{{{Ville|}}}|{{{Ville|}}}}}{{#if:{{{Code postal|}}}{{{Ville|}}}|<br />}} | ||
+ | {{#if:{{{Pays|}}}|'''{{{Pays|}}}'''<br />}} | ||
+ | {{#if:{{{Contact|}}}|'''{{int:Template-Contact}} :''' {{{Contact|}}}<br />}} | ||
+ | <br /> | ||
+ | {{#if:{{{Lieu|}}}| | ||
+ | {{#display_map: | ||
+ | {{{Lieu}}} | ||
+ | |service=googlemaps3 | ||
+ | |copycoords=yes | ||
+ | |width=100% | ||
}} | }} | ||
+ | }}</div></div> | ||
+ | }}<nowiki/></includeonly> |