Template

Do

From Halal Explorer

Lua error: Cannot create process: proc_open(/dev/null): Failed to open stream: Operation not permitted.Lua error: Cannot create process: proc_open(/dev/null): Failed to open stream: Operation not permittedLua error: Cannot create process: proc_open(/dev/null): Failed to open stream: Operation not permitted

[view] [edit] [history] [purge] Template-info.svg Template documentation

Usage

{{do
 | name    = | alt = | url = | email = 
 | address = | lat = | long = | directions = 
 | phone   = | tollfree = | fax = 
 | hours   = | price = 
 | lastedit=
 | content = 
}}

Parameters

  • name: the name of the museum, activity, attraction, or whatever. Recommended.
  • alt: an alternative name, either in the local language or just an alternative. Optional.
  • address: a street address for finding the attraction, for places where this is meaningful. Recommended.
  • directions: additional brief directions besides the street address, such as cross streets, nearby subway or bus stations. Optional
  • phone: a phone number for making reservations or getting more information. Recommended.
  • tollfree: a toll-free phone number, if available. Optional.
  • email: an email address for making reservations or getting more information. Optional.
  • fax: a fax number. Optional.
  • url: the URL for the official Web site for this attraction (see external links for more guidelines). Recommended.
  • hours: opening hours of the attraction, when applicable. Recommended.
  • price: price of admission. Recommended.
  • lat: Decimal latitude (GPS coordinates) for map output. Optional.
  • long: Decimal longitude (GPS coordinates) for map output. Optional
    • Note: lat and long should have the same number of decimal places (using trailing zeroes if applicable). If one is present, so should the other be.
  • lastedit: Field indicating when the listing was last updated, or when the information in the listing was last verified. Format must be "2015-01-15" (yyyy-mm-dd). Optional

Example

* {{do
| name=Marquette Park Golf Course | alt= | url=http://cpdgolf.com | email=
| address=6734 S Kedzie Ave | lat= | long= | directions=
| phone=+1 312 747-2761 | tollfree= | fax=
| hours=Sunrise-sunset daily | price=Weekdays: $16, Weekends: $18
| lastedit=2015-01-15
| content=The hidden gem that is Marquette's public golf course is considered one of Chicago's most beautiful. You will feel miles away from the city. Nine holes, 3,187 yards.
}}
  • Lua error: Cannot create process: proc_open(/dev/null): Failed to open stream: Operation not permitted, 6734 S Kedzie Ave, . Sunrise-sunset daily. The hidden gem that is Marquette's public golf course is considered one of Chicago's most beautiful. You will feel miles away from the city. Nine holes, 3,187 yards. Weekdays: $16, Weekends: $18.Lua error: Cannot create process: proc_open(/dev/null): Failed to open stream: Operation not permittedLua error: Cannot create process: proc_open(/dev/null): Failed to open stream: Operation not permitted

See also

TemplateData

<templatedata> { "params": { "name": { "label": "Name", "description": "Name of the museum, activity, attraction, or other thing to do ", "example": "Marquette Park Golf Course", "suggested": true }, "alt": { "label": "Alt", "description": "An alternative name, former name, or name in the local language", "example": "Marquette Park", "suggested": true }, "address": { "label": "Address", "description": "Street address, if relevant", "example": "6734 S Kedzie Ave", "suggested": true }, "directions": { "label": "Directions", "description": "Additional brief directions besides the street address, such as cross streets, nearby subway or bus stations.", "example": "The entrance is five minutes north of the bus station.", "suggested": true }, "phone": { "label": "Telephone number", "description": "For making reservations or getting information", "example": "+1 312 747-2761", "suggested": true }, "tollfree": { "label": "Toll-free telephone number", "example": "+1 800 555-1234", "suggested": true, "description": "Toll-free phone number, if available" }, "email": { "label": "Email", "description": "An email address for making reservations or getting more information", "example": "hello@example.com", "suggested": true }, "fax": { "label": "Fax number", "example": "+1 312 555-1234", "suggested": true, "description": "Fax number" }, "url": { "label": "URL", "description": "The URL for the official website for this attraction", "example": "http://www.example.com", "suggested": true }, "hours": { "label": "Hours", "description": "The opening and closing hours of the attraction, when applicable.", "example": "Sunrise–sunset daily", "suggested": true }, "price": { "label": "Price", "description": "Price of admission", "example": "Weekdays: $16, Weekends: $18", "suggested": true }, "lat": { "label": "Latitude", "description": "Decimal latitude (GPS coordinates) for map output. Specify NA to disallow fetching the value from wikidata or when coordinates are not applicable", "example": "41.7695", "suggested": true }, "long": { "label": "Longitude", "description": "Decimal longitude (GPS coordinates) for map output. Specify NA to disallow fetching the value from wikidata or when coordinates are not applicable", "example": "-87.7032", "suggested": true }, "lastedit": { "label": "Last update", "description": "The date when the listing was last updated, or when the information in the listing was last verified.", "example": "2016-06-30", "suggested": true, "autovalue": "{{subst:#time:Y-m-d}}" }, "content": { "label": "Content", "description": "A description of the attraction", "example": "The hidden gem that is Marquette's public golf course is considered one of Chicago's most beautiful. You will feel miles away from the city. Nine holes, 3,187 yards.", "suggested": true } }, "description": "Listing template for things to do", "paramOrder": [ "name", "alt", "url", "email", "address", "lat", "long", "directions", "phone", "tollfree", "fax", "hours", "price", "lastedit", "content" ] } </templatedata>