Plantilla:Albergue
De WikiBurgos
(Diferencias entre revisiones)
(Página creada con ' <includeonly>{{#css: .Datos { border: 1px solid #AAAAAA; padding:10px; border-spacing: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; margin-right:50...') |
|||
| (66 ediciones intermedias no se muestran.) | |||
| Línea 1: | Línea 1: | ||
| - | + | <includeonly> | |
| - | <includeonly>{{#css: | + | {{#css: |
| - | .Datos | + | .Datos{ |
| - | + | ||
border: 1px solid #AAAAAA; | border: 1px solid #AAAAAA; | ||
padding:10px; | padding:10px; | ||
| Línea 10: | Línea 9: | ||
margin-right:50px; | margin-right:50px; | ||
margin-bottom:20px; | margin-bottom:20px; | ||
| - | float:left; | + | float:left; |
font-size:0.9em; | font-size:0.9em; | ||
| - | width: | + | width:350px; |
} | } | ||
| - | + | .listaObservaciones{ | |
| - | + | font-size:0.9em; | |
| - | . | + | color:#960000; |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
font-style: italic; | font-style: italic; | ||
| + | font-family: Georgia, Ver; | ||
| + | margin-bottom: 0.35em; | ||
} | } | ||
| - | + | .tituloObservaciones{ | |
| - | + | font-size:1.5em; | |
| - | font-size:1. | + | |
display:block; | display:block; | ||
| - | + | color:#999; | |
| + | margin-bottom:20px; | ||
} | } | ||
| - | |||
}} | }} | ||
| - | <div class="Datos"> | + | <div class="Datos"> |
| - | <div | + | <div class="tituloObservaciones">Datos del Albergue:</div> |
| - | {{#if: {{{imagen|}}} | [[Archivo:{{{imagen|bandera_vacia.png}}}| | + | <div>{{#if: {{{imagen|}}} | [[Archivo:{{{imagen|bandera_vacia.png}}}|left|thumb|100px]] | <span style="display:none;"></span> }}</div> |
| - | </div> | + | <div>{{#if: {{{Direccion|}}} | '''Dirección: ''' {{{Direccion|}}} | <span style="display:none;"></span> }}</div> |
| - | <div class=" | + | <div>{{#if: {{{CodigoPostal|}}} | '''Código Postal:''' {{{CodigoPostal|}}} | <span style="display:none;"></span>}}</div> |
| - | <span class=" | + | <div>{{#if: {{{Telefono|}}} | '''Teléfono: ''' {{{Telefono|}}} | <span style="display:none;"></span>}}</div> |
| - | {{{ | + | <div>{{#if: {{{Fax|}}} | '''Fax: ''' {{{Fax|}}} | <span style="display:none;"></span>}}</div> |
| - | </div> | + | <div>{{#if: {{{PaginaWeb|}}} | '''Página Web: ''' [{{{PaginaWeb|}}}] | <span style="display:none;"></span>}}</div> |
| - | </div> | + | <div>{{#if: {{{NumeroPlazas|}}} | '''Número de plazas:''' {{{NumeroPlazas|}}} | <span style="display:none;"></span>}}</div> |
| - | [[Categoría: | + | <div>{{#if: {{{NumeroHabitaciones|}}} | '''Número de habitaciones:''' {{{NumeroHabitaciones|}}} | <span style="display:none;"></span>}}</div> |
| + | <div>{{#if: {{{Titularidad|}}} | '''Titularidad: ''' {{{Titularidad|}}} | <span style="display:none;"></span>}}</div> | ||
| + | <div>{{#if: {{{Responsables|}}} | '''Responsables: ''' {{{Responsables|}}} | <span style="display:none;"></span>}}</div> | ||
| + | <div>{{#if: {{{Localidad|}}} | '''Localidad: ''' [[{{{Localidad|}}}]] | <span style="display:none;"></span>}}</div> | ||
| + | </div> | ||
| + | <div> | ||
| + | <div class="tituloObservaciones">Más información:</div> | ||
| + | <div>{{#if: {{{Situacion|}}} | <span class="listaObservaciones">'''Situación: '''</span> {{{Situacion|}}} | <span style="display:none;"></span>}}</div> | ||
| + | <div>{{#if: {{{Servicios|}}} | <span class="listaObservaciones">'''Servicios: '''</span> {{{Servicios|}}} | <span style="display:none;"></span>}}</div> | ||
| + | <div>{{#if: {{{Observaciones|}}} | <span class="listaObservaciones">'''Observaciones: '''</span> {{{Observaciones|}}} | <span style="display:none;"></span>}}</div> | ||
| + | <div>{{#if: {{{Precio|}}} | <span class="listaObservaciones">'''Precio: '''</span> {{{Precio|}}} | <span style="display:none;"></span>}}</div> | ||
| + | <div>{{#if: {{{Horario|}}} | <span class="listaObservaciones">'''Horario: '''</span> {{{Horario|}}} | <span style="display:none;"></span>}}</div> | ||
| + | <div>{{#if: {{{GoogleMaps|}}} | [{{{GoogleMaps|}}}] | <span style="display:none;"></span>}}</div> | ||
| + | </div> | ||
| + | |||
| + | [[Categoría:Albergues del Peregrino]] | ||
| + | </includeonly> | ||