|
|
| Line 19: |
Line 19: |
| <label>Conceyu:</label> | | <label>Conceyu:</label> |
| <default>Oviedo</default> | | <default>Oviedo</default> |
| <format>Category:{{{conceyu}}}[[{{{conceyu}}}]]</format> | | <format>[[:Category:{{{conceyu}}}|{{{conceyu}}}]]</format> |
| </data> | | </data> |
| <data source="llagar_location"> | | <data source="llagar_location"> |
| Line 105: |
Line 105: |
| | Coordinates={{#geocode: {{{llagar_location}}}}} | | | Coordinates={{#geocode: {{{llagar_location}}}}} |
| }} | | }} |
|
| |
| <noinclude>
| |
|
| |
| This template is used to display the basic information about a cider llagar in Asturias.
| |
|
| |
| It should be included on any page that describes a llagar on Eating Asturias.
| |
|
| |
| ==Usage==
| |
| <syntaxhighlight lang="handlebars">
| |
| {{Infobox Llagar
| |
| | llagar_name =
| |
| | llagar_logo =
| |
| | llagar_logo-alt =
| |
| | llagar_status =
| |
| | llagar_conceyu =
| |
| | llagar_location =
| |
| | llagar_production =
| |
| | llagar_manager =
| |
| | llagar_monday =
| |
| | llagar_tuesday =
| |
| | llagar_wednesday =
| |
| | llagar_thursday =
| |
| | llagar_friday =
| |
| | llagar_saturday =
| |
| | llagar_sunday =
| |
| | llagar_phone =
| |
| | llagar_email =
| |
| | llagar_website =
| |
| | llagar_facebook =
| |
| | llagar_instagram =
| |
| | llagar_twitter =
| |
| | llagar_linkedin =
| |
| | llagar_pinterest =
| |
| }}
| |
| </syntaxhighlight>
| |
|
| |
| ==Template Data==
| |
| <templatedata>
| |
| {
| |
| "params": {
| |
| "conceyu": {
| |
| "label": "Conceyu:",
| |
| "description": "The county level political division of Asturias. This creates an auto-category",
| |
| "example": "Oviedo",
| |
| "type": "string",
| |
| "required": true
| |
| },
| |
| "llagar_location": {
| |
| "aliases": [
| |
| "location"
| |
| ],
| |
| "label": "Location:",
| |
| "description": "Google Address formatted location of the brewery",
| |
| "type": "string",
| |
| "suggested": true
| |
| },
| |
| "llagar_logo": {
| |
| "label": "Logo:",
| |
| "description": "The graphic logo of the brewery",
| |
| "type": "wiki-file-name",
| |
| "required": true
| |
| },
| |
| "llagar_logo-alt": {
| |
| "label": "Logo Alt Text:",
| |
| "description": "custom alt text for the llagar logo image. Defaults to \"{{PAGENAME}} logo\"",
| |
| "type": "string",
| |
| "required": true
| |
| },
| |
| "llagar_status": {
| |
| "aliases": [
| |
| "status"
| |
| ],
| |
| "label": "Status:",
| |
| "description": "The operational status of the brewery",
| |
| "example": "in operation, closed, unknown",
| |
| "type": "string",
| |
| "required": true
| |
| },
| |
| "llagar_production": {
| |
| "label": "Production:",
| |
| "description": "The yearly production of the brewery, including the unit of measurement (bottles, liters, etc)",
| |
| "example": "50000 bottles",
| |
| "type": "string",
| |
| "suggested": true
| |
| },
| |
| "llagar_manager": {
| |
| "label": "Manager:",
| |
| "description": "The person responsible for the management of the brewery.",
| |
| "example": "Bob Dobbs",
| |
| "type": "string",
| |
| "suggested": true
| |
| },
| |
| "llagar_monday": {
| |
| "label": "Monday Hours:",
| |
| "description": "The opening hours of the llagar on Monday.",
| |
| "example": "10:00 - 19:00",
| |
| "type": "string",
| |
| "suggested": true
| |
| },
| |
| "llagar_tuesday": {
| |
| "label": "Tuesday Hours:",
| |
| "description": "The opening hours of the llagar on Tuesday.",
| |
| "example": "10:00 - 19:00",
| |
| "type": "string",
| |
| "suggested": true
| |
| },
| |
| "llagar_wednesday": {
| |
| "label": "Wednesday Hours:",
| |
| "description": "The opening hours of the llagar on Wednesday.",
| |
| "example": "10:00-19:00",
| |
| "type": "string",
| |
| "suggested": true
| |
| },
| |
| "llagar_thursday": {
| |
| "label": "Thursday Hours:",
| |
| "description": "The opening hours of the llagar on Thursday.",
| |
| "example": "10:00-19:00",
| |
| "type": "string",
| |
| "suggested": true
| |
| },
| |
| "llagar_friday": {
| |
| "label": "Friday Hours:",
| |
| "description": "The opening hours of the llagar on Friday.",
| |
| "example": "10:00-19:00",
| |
| "type": "string",
| |
| "suggested": true
| |
| },
| |
| "llagar_saturday": {
| |
| "label": "Saturday Hours:",
| |
| "description": "The opening hours of the llagar on Saturday.",
| |
| "example": "10:00-19:00",
| |
| "type": "string",
| |
| "suggested": true
| |
| },
| |
| "llagar_sunday": {
| |
| "label": "Sunday Hours:",
| |
| "description": "The opening hours of the llagar on Sunday.",
| |
| "example": "10:00-19:00",
| |
| "type": "string",
| |
| "suggested": true
| |
| },
| |
| "llagar_phone": {
| |
| "aliases": [
| |
| "phone"
| |
| ],
| |
| "label": "Phone:",
| |
| "description": "The phone number for the llagar",
| |
| "type": "string",
| |
| "suggested": true
| |
| },
| |
| "llagar_email": {
| |
| "aliases": [
| |
| "email"
| |
| ],
| |
| "label": "Email:",
| |
| "description": "The email address for the llagar",
| |
| "type": "string",
| |
| "suggested": true
| |
| },
| |
| "llagar_website": {
| |
| "aliases": [
| |
| "website"
| |
| ],
| |
| "label": "Website:",
| |
| "description": "The url of the llagar website",
| |
| "type": "url",
| |
| "suggested": true
| |
| },
| |
| "llagar_facebook": {
| |
| "aliases": [
| |
| "social_facebook",
| |
| "facebook"
| |
| ],
| |
| "label": "Facebook:",
| |
| "description": "The social media account of the llagar on Facebook",
| |
| "type": "url"
| |
| },
| |
| "llagar_instagram": {
| |
| "aliases": [
| |
| "social_instagram",
| |
| "instagram"
| |
| ],
| |
| "label": "Instagram:",
| |
| "description": "The social media account of the llagar on Instagram",
| |
| "type": "url"
| |
| },
| |
| "llagar_twitter": {
| |
| "aliases": [
| |
| "social_twitter",
| |
| "twitter"
| |
| ],
| |
| "label": "Twitter:",
| |
| "description": "The social media account of the llagar on Twitter",
| |
| "type": "url"
| |
| },
| |
| "llagar_linkedin": {
| |
| "aliases": [
| |
| "social_linkedin",
| |
| "linkedin"
| |
| ],
| |
| "label": "LinkedIn:",
| |
| "description": "The social media account of the llagar on LinkedIn",
| |
| "type": "url"
| |
| },
| |
| "llagar_pinterest": {
| |
| "aliases": [
| |
| "social_pinterest",
| |
| "pinterest"
| |
| ],
| |
| "label": "Pinterest:",
| |
| "description": "The social media account of the llagar on Pinterest",
| |
| "type": "url"
| |
| }
| |
| },
| |
| "description": "A template for displaying pertinent information about a cider llagar in Asturias.",
| |
| "paramOrder": [
| |
| "llagar_logo",
| |
| "llagar_logo-alt",
| |
| "llagar_status",
| |
| "conceyu",
| |
| "llagar_location",
| |
| "llagar_production",
| |
| "llagar_manager",
| |
| "llagar_monday",
| |
| "llagar_tuesday",
| |
| "llagar_wednesday",
| |
| "llagar_thursday",
| |
| "llagar_friday",
| |
| "llagar_saturday",
| |
| "llagar_sunday",
| |
| "llagar_phone",
| |
| "llagar_email",
| |
| "llagar_website",
| |
| "llagar_facebook",
| |
| "llagar_instagram",
| |
| "llagar_twitter",
| |
| "llagar_linkedin",
| |
| "llagar_pinterest"
| |
| ],
| |
| "format": "block"
| |
| }
| |
| </templatedata>
| |
| </noinclude>
| |
The following coordinate was not recognized: Geocoding failed.