Template:Market: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Protected "Template:Market" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
||
(No difference)
| |||
Latest revision as of 09:33, 29 June 2024
Template Documentation
This template is used to display information about pet-friendly markets in a card format.
Parameters
- Name: The name of the market.
- Location: The location of the market.
- Description: A brief description of the market.
- Image: URL of the image.
- Address: The address of the market.
- GoogleMapsURL: URL link to the location on Google Maps.
- 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.
- PetPolicy: Pet policy of the market.
- Facilities: Available facilities at the location.
To use this template, add the following code to your page and fill in the parameters:
{{Markets
| Name = Example Market
| Location = Bangkok
| Description = A large, bustling market known for its pet-friendly environment.
| Image = URL_of_image
| Address = 123 Example St, Bangkok
| GoogleMapsURL = https://maps.google.com/?q=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 = 8:00 AM - 10:00 PM
| Fees = Free entry
| PetPolicy = Pets must be on a leash
| Facilities = Parking, restrooms, food stalls
}}
TemplateData
Template to display information about pet-friendly markets.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | Name | The name of the market. | String | required |
| Location | Location | The location of the market. | String | required |
| Description | Description | A brief description of the market. | String | required |
| Image | Image | URL of the image. | String | optional |
| Address | Address | The address of the market. | String | optional |
| Google Maps URL | GoogleMapsURL | URL link to the location on Google Maps. | 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 |
| Pet Policy | PetPolicy | Pet policy of the market. | String | optional |
| Facilities | Facilities | Available facilities at the location. | String | optional |