Sail-la-vie (Talk | contribs) |
Sail-la-vie (Talk | contribs) |
||
| Line 15: | Line 15: | ||
<div class="panel panel-primary"> | <div class="panel panel-primary"> | ||
<div class="panel-heading"> | <div class="panel-heading"> | ||
| − | <p class="panel-title" style="text-align:center; font-weight:bold;">Address | + | <p class="panel-title" style="text-align:center; font-weight:bold;">Address</p> |
</div> | </div> | ||
<div class="row" > | <div class="row" > | ||
<div class="col-md-6"> | <div class="col-md-6"> | ||
<div class="panel-body"> | <div class="panel-body"> | ||
| − | {{#if:{{{Area|}}}| | + | <p style="visibility:hidden">{{#if:{{{Area|}}}| |
| − | {{!}}- | + | {{!}}-</p> |
<li class="list-group-item" style="margin-top:-8%;"> | <li class="list-group-item" style="margin-top:-8%;"> | ||
<span class="label label-primary btn-sm">Area</span> | <span class="label label-primary btn-sm">Area</span> | ||
| − | {{!}} <span style="color:# | + | <span style="visibility:hidden">{{!}}</span> <span style="font-size:15px; color:#2C9AB7; ">[[Area::{{{Area|}}}]]</span></li>}} |
| − | {{#if:{{{Municipality|}}}| | + | <p style="visibility:hidden">{{#if:{{{Municipality|}}}| |
| − | {{!}}- | + | {{!}}-</p> |
<li class="list-group-item" style="margin-top:-8%;"> | <li class="list-group-item" style="margin-top:-8%;"> | ||
<span class="label label-primary btn-sm">Municipality</span> | <span class="label label-primary btn-sm">Municipality</span> | ||
| − | {{!}} <span style="color:# | + | <span style="visibility:hidden">{{!}}</span> <span style="font-size:15px; color:#2C9AB7; ">[[Municipality::{{{Municipality|}}}]]</span></li>}} |
| − | {{#if:{{{Post Code|}}}| | + | <p style="visibility:hidden">{{#if:{{{Post Code|}}}| |
| − | {{!}}- | + | {{!}}-</p> |
<li class="list-group-item" style="margin-top:-8%;"> | <li class="list-group-item" style="margin-top:-8%;"> | ||
<span class="label label-primary">Post Code</span> | <span class="label label-primary">Post Code</span> | ||
| − | {{!}} <span style="color:# | + | <span style="visibility:hidden">{{!}}</span> <span style="font-size:15px; color:#2C9AB7; ">[[Post Code::{{{Post Code|}}}]] </span></li>}} |
| − | {{#if:{{{Street Address|}}}| | + | <p style="visibility:hidden">{{#if:{{{Street Address|}}}| |
| − | {{!}}- | + | {{!}}-</p> |
<li class="list-group-item" style="margin-top:-8%;"> | <li class="list-group-item" style="margin-top:-8%;"> | ||
<span class="label label-primary">Street Address</span> | <span class="label label-primary">Street Address</span> | ||
| − | {{!}} <span style="color:# | + | <span style="visibility:hidden">{{!}} </span> <span style="font-size:15px; color:#2C9AB7; ">[[Street Address::{{{Street Address|}}}]]</span> </li>}} |
| − | {{#if:{{{Coordinates|}}}| | + | <p style="visibility:hidden">{{#if:{{{Coordinates|}}}| |
| − | {{!}}- | + | {{!}}-</p> |
<li class="list-group-item" style="margin-top:-8%;"> | <li class="list-group-item" style="margin-top:-8%;"> | ||
<span class="label label-primary">Coordinates</span> | <span class="label label-primary">Coordinates</span> | ||
| − | {{!}} <span style="color:# | + | <span style="visibility:hidden">{{!}}</span> <span style="font-size:15px; color:#2C9AB7;">[[Coordinates::{{{Coordinates|}}}]]</span> </li>}} |
</div> | </div> | ||
</div> | </div> | ||
This is the "Address Details" template. It should be called in the following format:
{{Address Details
|Area=
|Municipality=
|Post Code=
|Street Address=
|Coordinates=
}}
Edit the page to see the template text.