Infobox Llagar
JonTillman (talk | contribs) (initial creation) |
JonTillman (talk | contribs) m (updating to match brewery infobox) |
||
| Line 72: | Line 72: | ||
<data source="llagar_instagram"> | <data source="llagar_instagram"> | ||
<image source="instagram-icon"> | <image source="instagram-icon"> | ||
<default>[[Image:Icons8-instagram-48.png|48px|link=http://facebook.com]]</default> | |||
</image> | </image> | ||
<format>[[ Image:Icons8-instagram-48.png|48px|link={{{llagar_instagram}}} ]]</format> | <format>[[ Image:Icons8-instagram-48.png|48px|link={{{llagar_instagram}}} ]]</format> | ||
| Line 77: | Line 78: | ||
<data source="llagar_twitter"> | <data source="llagar_twitter"> | ||
<image source="twitter-icon"> | <image source="twitter-icon"> | ||
<default>[[Image:Icons8-twitter-48.png|48px|link=http://facebook.com]]</default> | |||
</image> | </image> | ||
<format>[[ Image:Icons8-twitter-48.png|48px|link={{{llagar_twitter}}} ]]</format> | <format>[[ Image:Icons8-twitter-48.png|48px|link={{{llagar_twitter}}} ]]</format> | ||
</data> | </data> | ||
<data source=" | <data source="llagar_linkedin"> | ||
<image source="linkedin-icon"> | <image source="linkedin-icon"> | ||
<default>[[Image:Icons8-linkedin-48.png|48px|link=http://facebook.com]]</default> | |||
</image> | </image> | ||
<format>[[ Image:Icons8-linkedin-48.png|48px|link={{{llagar_linkedin}}} ]]</format> | <format>[[ Image:Icons8-linkedin-48.png|48px|link={{{llagar_linkedin}}} ]]</format> | ||
</data> | </data> | ||
<data source=" | <data source="llagar_pinterest"> | ||
<image source="pinterest-icon"> | <image source="pinterest-icon"> | ||
<default>[[Image:Icons8-pinterest-48.png|48px|link=http://facebook.com]]</default> | |||
</image> | </image> | ||
<format>[[ Image:Icons8-pinterest-48.png|48px|link={{{llagar_pinterest}}} ]]</format> | <format>[[ Image:Icons8-pinterest-48.png|48px|link={{{llagar_pinterest}}} ]]</format> | ||
| Line 101: | Line 105: | ||
[[Category:{{{conceyu}}}]] | [[Category:{{{conceyu}}}]] | ||
[[Category:{{PAGENAME}}]] | [[Category:{{PAGENAME}}]] | ||
<noinclude> | <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 Brewery | |||
| name = Jon's Llagar | |||
| logo = Icons8-facebook-48.png | |||
| logo-alt = Jon's llagar logo | |||
| status = In Operation | |||
| conceyu = [[Avilés]] | |||
| production = 25,000 bottles | |||
| manager = Jon Tillman | |||
| monday = closed | |||
| tuesday = 17:00 - 23:00 | |||
| wednesday = 17:00 - 23:00 | |||
| thursday = 17:00 - 23:00 | |||
| friday = 17:00 - 23:00 | |||
| saturday = 17:00 - 23:00 | |||
| sunday = closed | |||
| email = [mailto:test@address.com test@address.com] | |||
| website = http://address.com | |||
| facebook = [[Image:Icons8-facebook-48.png|48px|link=http://facebook.com]] | <!-- You have to copy the whole lines to make the icon appear. Fix the url at the end. --> | |||
| instagram = [[Image:Icons8-instagram-48.png|48px|link=http://facebook.com]] | <!-- You have to copy the whole lines to make the icon appear. Fix the url at the end. --> | |||
| twitter = [[Image:Icons8-twitter-48.png|48px|link=http://facebook.com]] | <!-- You have to copy the whole lines to make the icon appear. Fix the url at the end. --> | |||
| linkedin = [[Image:Icons8-linkedin-48.png|48px|link=http://facebook.com]] | <!-- You have to copy the whole lines to make the icon appear. Fix the url at the end. --> | |||
| pinterest = [[Image:Icons8-pinterest-48.png|48px|link=http://facebook.com]] | <!-- You have to copy the whole lines to make the icon appear. Fix the url at the end. --> | |||
}} | |||
</syntaxhighlight> | |||
==Template Data== | |||
<templatedata> | <templatedata> | ||
{ | { | ||
| Line 117: | Line 155: | ||
], | ], | ||
"label": "Location:", | "label": "Location:", | ||
"description": "Google Address formatted location of the | "description": "Google Address formatted location of the brewery", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
| Line 123: | Line 161: | ||
"llagar_logo": { | "llagar_logo": { | ||
"label": "Logo:", | "label": "Logo:", | ||
"description": "The graphic logo of the | "description": "The graphic logo of the brewery", | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"required": true | "required": true | ||
| Line 138: | Line 176: | ||
], | ], | ||
"label": "Status:", | "label": "Status:", | ||
"description": "The operational status of the | "description": "The operational status of the brewery", | ||
"example": "in operation, closed, unknown", | "example": "in operation, closed, unknown", | ||
"type": "string", | "type": "string", | ||
| Line 145: | Line 183: | ||
"llagar_production": { | "llagar_production": { | ||
"label": "Production:", | "label": "Production:", | ||
"description": "The yearly production of the | "description": "The yearly production of the brewery, including the unit of measurement (bottles, liters, etc)", | ||
"example": "50000 bottles", | "example": "50000 bottles", | ||
"type": "string", | "type": "string", | ||
| Line 152: | Line 190: | ||
"llagar_manager": { | "llagar_manager": { | ||
"label": "Manager:", | "label": "Manager:", | ||
"description": "The person responsible for the management of the | "description": "The person responsible for the management of the brewery.", | ||
"example": "Bob Dobbs", | "example": "Bob Dobbs", | ||
"type": "string", | "type": "string", | ||
| Line 211: | Line 249: | ||
], | ], | ||
"label": "Email:", | "label": "Email:", | ||
"description": "The email address for the | "description": "The email address for the brewery", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
| Line 220: | Line 258: | ||
], | ], | ||
"label": "Website:", | "label": "Website:", | ||
"description": "The url of the | "description": "The url of the llagar website", | ||
"type": "url", | "type": "url", | ||
"suggested": true | "suggested": true | ||
| Line 270: | Line 308: | ||
} | } | ||
}, | }, | ||
"description": "A template for displaying pertinent information about a | "description": "A template for displaying pertinent information about a craft beer llagar in Asturias.", | ||
"paramOrder": [ | "paramOrder": [ | ||
"llagar_logo", | "llagar_logo", | ||
Revision as of 08:17, 27 May 2023
The following coordinate was not recognized: Geocoding failed.
[[Category:{{{conceyu}}}]]
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
Template Data
A template for displaying pertinent information about a craft beer llagar in Asturias.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Logo: | llagar_logo | The graphic logo of the brewery | File | required |
| Logo Alt Text: | llagar_logo-alt | custom alt text for the llagar logo image. Defaults to "{{PAGENAME}} logo" | String | required |
| Status: | llagar_status status | The operational status of the brewery
| String | required |
| Conceyu: | conceyu | The county level political division of Asturias. This creates an auto-category
| String | required |
| Location: | llagar_location location | Google Address formatted location of the brewery | String | suggested |
| Production: | llagar_production | The yearly production of the brewery, including the unit of measurement (bottles, liters, etc)
| String | suggested |
| Manager: | llagar_manager | The person responsible for the management of the brewery.
| String | suggested |
| Monday Hours: | llagar_monday | The opening hours of the llagar on Monday.
| String | suggested |
| Tuesday Hours: | llagar_tuesday | The opening hours of the llagar on Tuesday.
| String | suggested |
| Wednesday Hours: | llagar_wednesday | The opening hours of the llagar on Wednesday.
| String | suggested |
| Thursday Hours: | llagar_thursday | The opening hours of the llagar on Thursday.
| String | suggested |
| Friday Hours: | llagar_friday | The opening hours of the llagar on Friday.
| String | suggested |
| Saturday Hours: | llagar_saturday | The opening hours of the llagar on Saturday.
| String | suggested |
| Sunday Hours: | llagar_sunday | The opening hours of the llagar on Sunday.
| String | suggested |
| Email: | llagar_email email | The email address for the brewery | String | suggested |
| Website: | llagar_website website | The url of the llagar website | URL | suggested |
| Facebook: | llagar_facebook social_facebook facebook | The social media account of the llagar on Facebook | URL | optional |
| Instagram: | llagar_instagram social_instagram instagram | The social media account of the llagar on Instagram | URL | optional |
| Twitter: | llagar_twitter social_twitter twitter | The social media account of the llagar on Twitter | URL | optional |
| LinkedIn: | llagar_linkedin social_linkedin linkedin | The social media account of the llagar on LinkedIn | URL | optional |
| Pinterest: | llagar_pinterest social_pinterest pinterest | The social media account of the llagar on Pinterest | URL | optional |