Template:DogPark: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{{#vardefine:cleanName|{{#replace:{{{Name|No Name Provided}}}|[^\w]|}}}} | |||
<div class="card" style="display: inline-block; width: 18rem; margin-bottom: 1rem;"> | <div class="card" style="display: inline-block; width: 18rem; margin-bottom: 1rem;"> | ||
<htmltag tagname="img" class="card-img-top" src="{{{Image|https://travel.happypaws.asia/images/d/df/DefaultPlayground.jpg}}}" alt="Image of {{{Name|Unknown}}}"></htmltag> | <htmltag tagname="img" class="card-img-top" src="{{{Image|https://travel.happypaws.asia/images/d/df/DefaultPlayground.jpg}}}" alt="Image of {{{Name|Unknown}}}"></htmltag> | ||
| Line 6: | Line 7: | ||
<h6 class="card-subtitle mb-2 text-muted">{{{Location|No Location Provided}}}</h6> | <h6 class="card-subtitle mb-2 text-muted">{{{Location|No Location Provided}}}</h6> | ||
<p class="card-text">{{{Description|No Description Available}}}</p> | <p class="card-text">{{{Description|No Description Available}}}</p> | ||
<htmltag tagname="button" class="btn btn-primary" type="button" data-toggle="collapse" data-target="#details-{{{ | <htmltag tagname="button" class="btn btn-primary" type="button" data-toggle="collapse" data-target="#details-{{{cleanName}}}" aria-expanded="false" aria-controls="details-{{{cleanName}}}"> | ||
Show Details | Show Details | ||
</htmltag> | </htmltag> | ||
<div class="collapse" id="details-{{{ | <div class="collapse" id="details-{{{cleanName}}}"> | ||
<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> {{{Address}}}</li>}} | {{#if: {{{Address|}}}|<li class="list-group-item"><i class="fas fa-map-marker-alt"></i> <strong>Address:</strong> {{{Address}}}</li>}} | ||
Revision as of 04:59, 27 June 2024
Template Documentation
This template is used to display information about dog playgrounds and parks in a card format.
Parameters
- Name: The name of the playground or park.
- Location: The location of the playground or park.
- Description: A brief description of the place.
- Image: URL of the image.
- Address: The address of the place.
- Phone: Contact phone number.
- Line: Line contact information.
- Website: Website URL.
- Facebook: Facebook URL.
- Instagram: Instagram URL.
- Hours: Operating hours.
- Fees: Entry or participation fees, including details.
- Facilities: Available facilities at the location.
To use this template, add the following code to your page and fill in the parameters:
{{DogPlaygrounds
| Name = Example Playground
| Location = Bangkok
| Description = A great place for dogs to play and exercise.
| Image = URL_of_image
| Address = 123 Example St, Bangkok
| Phone = 123-456-7890
| Line = example
| Website = example.com
| Facebook = https://www.facebook.com/example
| Instagram = https://www.instagram.com/example
| Hours = 6:00 AM - 9:00 PM
| Fees = Free entry
| Facilities = Fenced area, water fountains, agility equipment
}}
TemplateData
Template to display information about dog playgrounds and parks.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | Name | The name of the playground or park. | String | required |
| Location | Location | The location of the playground or park. | String | required |
| Description | Description | A brief description of the place. | String | required |
| Image | Image | URL of the image. | String | optional |
| Address | Address | The address of the place. | String | optional |
| Phone | Phone | Contact phone number. | String | optional |
| Line | Line | Line contact information. | String | optional |
| Website | Website | Website URL. | String | optional |
Facebook | Facebook URL. | String | optional | |
Instagram | Instagram URL. | String | optional | |
| Hours | Hours | Operating hours. | String | optional |
| Fees | Fees | Entry or participation fees, including details. | String | optional |
| Facilities | Facilities | Available facilities at the location. | String | optional |