Template:Shop: Difference between revisions
From Artisans Asylum Wiki
Acharlwood (talk | contribs) (Major cleanup of mailing list info type) |
Acharlwood (talk | contribs) m (typo) |
||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
|- | |- | ||
| colspan="2" class="infobox-subtitle" | {{{shop_title}}} | | colspan="2" class="infobox-subtitle" | {{{shop_title}}} | ||
|- | |||
| class="infobox-rowheader" | Building || {{{building}}} | |||
|- | |- | ||
| class="infobox-rowheader" | Lead || [mailto:{{{lead_email}}} {{{lead|Unknown}}}] | | class="infobox-rowheader" | Lead || [mailto:{{{lead_email}}} {{{lead|Unknown}}}] | ||
Line 29: | Line 31: | ||
|image = Electronics_area_overview_01.jpg | |image = Electronics_area_overview_01.jpg | ||
|caption = Solder stations and work benches | |caption = Solder stations and work benches | ||
|building = Holton | |||
|lead = Unknown | |lead = Unknown | ||
|lead_email = ershop@artisansasylum.com | |lead_email = ershop@artisansasylum.com | ||
Line 44: | Line 47: | ||
|image = | |image = | ||
|caption = | |caption = | ||
|building = | |||
|lead = | |||
|lead_email = | |lead_email = | ||
|user_email_list = | |user_email_list = | ||
Line 88: | Line 93: | ||
"type": "string", | "type": "string", | ||
"description": "Caption for the picture of the shop", | "description": "Caption for the picture of the shop", | ||
"aliases": ["1"] | |||
}, | |||
"building": { | |||
"label": "Building", | |||
"type": "string", | |||
"description": "Which building (Holton or Antwerp) this shop is in", | |||
"autovalue": "Unknown", | |||
"aliases": ["1"] | "aliases": ["1"] | ||
}, | }, |
Latest revision as of 15:23, 17 May 2024
{{{shop_title}}} | |
---|---|
[[File:{{{image}}}|thumb|center|250px|{{{caption}}}]] | |
{{{shop_title}}} | |
Building | {{{building}}} |
Lead | Unknown |
User email list | members@artisansasylum.com |
Tool Testers |
Unknown |
Hours | {{{hours}}} |
Shop Template
For showing off shops.
Example
{{Shop |shop_title = Electronics and Robotics |image = Electronics_area_overview_01.jpg |caption = Solder stations and work benches |building = Holton |lead = Unknown |lead_email = ershop@artisansasylum.com |user_email_list = ershop-users@artisansasylum.com |tool_testers = Unknown |hours = Same as membership hours }}
Copy/pasteable blank version
{{Shop |shop_title = |image = |caption = |building = |lead = |lead_email = |user_email_list = |tool_testers = |hours = }}
Tool Tester List
If you'd like to add a list of Tool Testers, instead of just one Tester, use this format:
... |tool_testers = Tester1 Tester2 Tester3 Tester4 ...
Adds an easily scannable information block to a shop page.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Shop name | shop_title 1 | Name of the shop (i.e. Metal, Wood) | String | required |
Image file name | image 1 | File name of a picture of the shop
| File | optional |
Image caption | caption 1 | Caption for the picture of the shop | String | optional |
Building | building 1 | Which building (Holton or Antwerp) this shop is in
| String | optional |
Shop lead | lead 1 | Name of the shop lead | String | optional |
Shop lead email address | lead_email 1 | Typically @artisansasylum.com | String | optional |
Shop user email list address | user_email_list 1 | Google group mailing list for shop users | String | optional |
Tool testers | tool_testers 1 | Link to the tool testing request form, or a list of tool testers
| String | optional |
Open hours | hours 1 | Hours that the shop is open (i.e. 9am-5pm, Mon-Fri)
| String | optional |