Template:Area
From 10BitWorks Makerspace Wiki
| {{{zone_title}}} | |
|---|---|
| [[File:{{{image}}}|thumb|center|250px|{{{caption}}}]] | |
| {{{zone_title}}} | |
| Lead | Unknown |
| Tool Testers |
Unknown |
| Hours | {{{hours}}} |
zone Template
For showing off zones.
Example
{{zone
|zone_title = Electronics and Robotics
|image = Electronics_area_overview_01.jpg
|caption = Solder stations and work benches
|lead = Unknown
|tool_testers = Unknown
|hours = Same as membership hours
}}
Copy/pasteable blank version
{{zone
|zone_title =
|image =
|caption =
|lead =
|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 zone page.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| zone name | zone_title 1 | Name of the zone (i.e. Metal, Wood) | String | required |
| Image file name | image 1 | File name of a picture of the zone
| File | optional |
| Image caption | caption 1 | Caption for the picture of the zone | String | optional |
| zone lead | lead 1 | Name of the zone lead | 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 zone is open (i.e. 9am-5pm, Mon-Fri)
| String | optional |