Template:EmergencyClinic: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Protected "Template:EmergencyClinic" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
||
(No difference)
| |||
Latest revision as of 09:29, 29 June 2024
Template Documentation
This template is used to display information about emergency clinics in a card format.
Parameters
- Name: The name of the emergency clinic.
- Location: The location of the clinic.
- Description: A brief description of the clinic.
- Image: URL of the image.
- Address: The address of the clinic.
- 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.
- EmergencyServices: Details about the emergency services provided.
- Antivenom: Information about the availability of antivenom for snake bites.
- Facilities: Available facilities at the location.
To use this template, add the following code to your page and fill in the parameters:
{{EmergencyClinic
| Name = Example Emergency Clinic
| Location = Bangkok
| Description = A 24/7 emergency clinic offering comprehensive care for pets.
| 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 = 24/7
| EmergencyServices = 24-hour emergency care, surgery, intensive care
| Antivenom = Yes
| Facilities = Waiting area, pharmacy, diagnostic services
}}
TemplateData
Template to display information about emergency clinics.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | Name | The name of the emergency clinic. | String | required |
| Location | Location | The location of the clinic. | String | required |
| Description | Description | A brief description of the clinic. | String | required |
| Image | Image | URL of the image. | String | optional |
| Address | Address | The address of the clinic. | 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 |
| Emergency Services | EmergencyServices | Details about the emergency services provided. | String | optional |
| Antivenom | Antivenom | Information about the availability of antivenom for snake bites. | String | optional |
| Facilities | Facilities | Available facilities at the location. | String | optional |