Template:DogPark: Difference between revisions

no edit summary
m (Protected "Template:DogPark" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
No edit summary
 
Line 11: Line 11:
     <div class="collapse" id="details-{{CURRENTTIMESTAMP}}">
     <div class="collapse" id="details-{{CURRENTTIMESTAMP}}">
       <ul class="list-group list-group-flush">
       <ul class="list-group list-group-flush">
         {{#if: {{{Address|}}}|<li class="list-group-item"><i class="fas fa-map-marker-alt"></i> <strong>Address:</strong> <htmltag tagname="a" href="{{{GoogleMaps}}}" target="_blank">{{{Address}}}</htmltag></li>|<li class="list-group-item"><i class="fas fa-map-marker-alt"></i> <strong>Address:</strong> <a href="{{{GoogleMaps}}}" target="_blank">Google Maps</a></li>}}
         {{#if: {{{Address|}}}|<li class="list-group-item"><i class="fas fa-map-marker-alt"></i> <strong>Address:</strong> <htmltag tagname="a" href="{{{GoogleMapsURL}}}" target="_blank">{{{Address}}}</htmltag></li>|<li class="list-group-item"><i class="fas fa-map-marker-alt"></i> <strong>Address:</strong> <a href="{{{GoogleMapsURL}}}" target="_blank">Google Maps</a></li>}}
         {{#if: {{{Phone|}}}|<li class="list-group-item"><i class="fas fa-phone"></i> <strong>Phone:</strong> {{{Phone}}}</li>}}
         {{#if: {{{Phone|}}}|<li class="list-group-item"><i class="fas fa-phone"></i> <strong>Phone:</strong> {{{Phone}}}</li>}}
         {{#if: {{{Line|}}}|<li class="list-group-item"><i class="fab fa-line"></i> <strong>Line:</strong> <htmltag tagname="a" href="https://line.me/R/ti/p/{{{Line}}}" target="_blank">{{{Line}}}</htmltag></li>}}
         {{#if: {{{Line|}}}|<li class="list-group-item"><i class="fab fa-line"></i> <strong>Line:</strong> <htmltag tagname="a" href="https://line.me/R/ti/p/{{{Line}}}" target="_blank">{{{Line}}}</htmltag></li>}}
Line 36: Line 36:
* '''Image''': URL of the image.
* '''Image''': URL of the image.
* '''Address''': The address of the place.
* '''Address''': The address of the place.
* '''GoogleMaps''': URL of the Google Maps link.
* '''GoogleMapsURL''': URL of the Google Maps link.
* '''Phone''': Contact phone number.
* '''Phone''': Contact phone number.
* '''Line''': Line contact information.
* '''Line''': Line contact information.
Line 55: Line 55:
| Image = URL_of_image
| Image = URL_of_image
| Address = 123 Example St, Bangkok
| Address = 123 Example St, Bangkok
| GoogleMaps = https://maps.google.com/?q=123+Example+St,+Bangkok
| GoogleMapsURL = https://maps.google.com/?q=123+Example+St,+Bangkok
| Phone = 123-456-7890
| Phone = 123-456-7890
| Line = example
| Line = example
Line 102: Line 102:
             "required": false
             "required": false
         },
         },
         "GoogleMaps": {
         "GoogleMapsURL": {
             "label": "Google Maps",
             "label": "Google Maps",
             "description": "URL of the Google Maps link.",
             "description": "URL of the Google Maps link.",