Template

See/sandbox

From Halal Explorer

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

Usage

{{see
 | name    = | alt = | url = | email = 
 | address = | lat = | long = | directions = 
 | phone   = | tollfree = | fax = 
 | hours   = | price = 
 | wikipedia =
 | wikidata =
 | image =
 | lastedit =
 | content = 
}}

Parameters

  • name: the name of the hotel, bar, restaurant, museum, 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 a room, or price of a drink, or price of an average meal, or 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.
  • wikipedia: name of Wikipedia article for this attraction
  • wikidata: Wikidata QID for this attraction
  • image: a photo of the attraction
  • 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

  • Lua error: Cannot create process: proc_open(/dev/null): Failed to open stream: Operation not permitted, Pier 15, 698 The Embarcadero (at Green St), . Tu-Su 10AM-5PM; open W until 10PM, closed M. A great kid friendly option, with lots of interactive exhibits teaching about science, with intriguing displays about the mind, natural systems, sound, sight, and much much more. Adults: $25, Students/seniors/youth: $19, Children age 5 and under: Free.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

Source:

* {{see
| name=Exploratorium | alt= | url=http://www.exploratorium.edu/ | email=
| address=Pier 15, 698 The Embarcadero | lat=37.8013 | long=-122.3988 | directions=at Green St
| phone=+1 415 528-4360 | tollfree= | fax=
| hours=Tu-Su 10AM-5PM; open W until 10PM, closed M | price=Adults: $25, Students/seniors/youth: $19, Children age 5 and under: Free
| wikipedia=Exploratorium | image=Exploratorium-sign.jpg | wikidata=Q206518
| lastedit=2015-01-15
| content=A great kid friendly option, with lots of interactive exhibits teaching about science, with intriguing displays about the mind, natural systems, sound, sight, and much much more.
}}

TemplateData

<templatedata> { "description": "Standard format listings for places to see", "params": { "name": { "label": "Name", "description": "The name of the place.", "type": "string", "required": true }, "alt": { "label": "Alternative name", "description": "If the place has a different name in the local language, add it here. Non-Latin scripts like Japanese, Devanagari, Cyrillic etc can be used.", "type": "string", "required": false, "suggested": true }, "address": { "label": "Address", "description": "Street address for finding the attraction, for places where this is meaningful.", "type": "string", "required": false, "suggested": true }, "directions": { "label": "Directions", "description": "Additional (local) directions for how to find the place.", "type": "string", "required": false, "suggested": true }, "lat": { "label": "Latitude", "description": "Latitude of the usual entry point. Format to suit geo-tagging. Specify NA to disallow fetching the value from wikidata or when coordinates are not applicable", "type": "string", "aliases": [ "latitude" ], "required": false, "suggested": true, "example": "23.1234" }, "long": { "label": "Longitude", "description": "Longitude of the usual entry point. Format to suit geo-tagging. Specify NA to disallow fetching the value from wikidata or when coordinates are not applicable", "type": "string", "aliases": [ "longitude" ], "required": false, "suggested": true, "example": "-85.4321" }, "phone": { "label": "Phone", "description": "Phone number for making reservations or getting more information", "type": "string", "required": false, "suggested": true }, "tollfree": { "label": "Tollfree", "description": "Toll-free phone number", "type": "string", "required": false, "suggested": true }, "email": { "label": "Email", "description": "Email address for making reservations or getting more information", "type": "string", "required": false, "suggested": true }, "fax": { "label": "Fax", "description": "Fax number", "type": "string", "required": false, "suggested": true }, "url": { "label": "Url", "description": "URL for the official Web site for this attraction", "type": "string", "required": false, "suggested": true }, "hours": { "label": "Hours", "description": "opening hours of the attraction, when applicable", "type": "string", "required": false, "suggested": true }, "price": { "label": "Price", "description": "price of a room, or price of a drink, or price of an average meal, or price of admission", "type": "string", "required": false, "suggested": true }, "lastedit": { "label": "Last Edit Date", "description": "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).", "example": "2016-05-17", "type": "string", "required": false, "suggested": true, "autovalue": "{{subst:#time:Y-m-d}}" }, "content": { "label": "Content", "description": "Additional content", "type": "string", "required": false, "suggested": true }, "image": { "label": "Image", "description": "Image to display in dynamic maps. Omit File: prefix", "example": "Example.jpg" }, "wikipedia": {}, "wikidata": {} }, "paramOrder": [ "name", "alt", "url", "email", "address", "lat", "long", "directions", "phone", "tollfree", "fax", "hours", "price", "lastedit", "content", "image", "wikipedia", "wikidata" ] } </templatedata>

See also