Template:HikingAndNatureTrails: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Protected "Template:HikingAndNatureTrails" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
||
(No difference)
| |||
Latest revision as of 09:32, 29 June 2024
Template Documentation
This template is used to display information about hiking and nature trails in a card format.
Parameters
- Name: The name of the hiking or nature trail.
- Location: The location of the trail.
- Description: A brief description of the trail.
- Image: URL of the image.
- Address: The address of the trailhead or entry point.
- GoogleMapsURL: URL link to the location on Google Maps.
- Phone: Contact phone number.
- Website: Website URL.
- Facebook: Facebook URL.
- Instagram: Instagram URL.
- Hours: Operating hours.
- Fees: Entry or participation fees, including details.
- Difficulty: Difficulty level of the trail.
- Length: Length of the trail in kilometers.
To use this template, add the following code to your page and fill in the parameters:
{{HikingAndNatureTrails
| Name = Example Nature Trail
| Location = Chiang Mai
| Description = A beautiful trail through lush forests and mountains.
| Image = URL_of_image
| Address = 123 Example Rd, Chiang Mai
| GoogleMapsURL = https://maps.google.com/?q=123+Example+Rd,+Chiang+Mai
| Phone = 123-456-7890
| Website = example.com
| Facebook = https://www.facebook.com/example
| Instagram = https://www.instagram.com/example
| Hours = 6:00 AM - 5:00 PM
| Fees = 50 Baht entry fee
| Difficulty = Moderate
| Length = 10
}}
TemplateData
Template to display information about hiking and nature trails.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | Name | The name of the hiking or nature trail. | String | required |
| Location | Location | The location of the trail. | String | required |
| Description | Description | A brief description of the trail. | String | required |
| Image | Image | URL of the image. | String | optional |
| Address | Address | The address of the trailhead or entry point. | String | optional |
| Google Maps URL | GoogleMapsURL | URL link to the location on Google Maps. | String | optional |
| Phone | Phone | Contact phone number. | 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 |
| Difficulty | Difficulty | Difficulty level of the trail. | String | optional |
| Length | Length | Length of the trail in kilometers. | String | optional |