Venues
Venue data is stored as _venues/venue-name.md. The content is the venue description.
Attribute Reference
| Attribute | Job | Description | 
|---|---|---|
                titlestring  | 
            Venue title | 
                 Should match usage with shows, if using venue_sort will match that. Must also match filename.  | 
        
                placeholderboolean  | 
            Is this venue virtual / generated at runtime | |
                linksarray  | 
            A link list to official websites, social media, articles, etc. | 
                 Uses link list hashes. Should implement type, and href, can optionally use title. Common types are listed in _data/link-types.yaml.  | 
        
                builtnumber  | 
            Year the venue was constructed | 
                 YYYY  | 
        
                imagesarray  | 
            List of SmugMug image IDs of the venue | 
                 Find IDs using util/smug-venues.  | 
        
                smug_imagesarray  | 
            SmugImages for given images | |
                locationhash  | 
            Exact location of the venue | 
                 Hash with two keys:   | 
        
                citystring  | 
            City | 
                 City where the venue is located.  | 
        
                city_sortstring  | 
            City grouping | 
                 Used for mapping venues to listings on archive page.  | 
        
                sortnumber  | 
            Allows manual sorting of venue listing | |
                showsdocumentarray  | 
            List of shows performed in this venue | |
                show_countnumber  | 
            Number of shows performed in venue | 
                 Used as sort attribute  | 
        
                comment | 
            Reserved for editor comments | 
                 Displayed in editors’ mode.  | 
        
Example Venue
---
title: Lincoln Library
built: 1962
images:
  - 5rTvvrw
location:
  lat: 52.9419
  lon: -1.1995
links:
	- type: default
		title: Lincoln Hall Website
		href: http://www.nottinghamconferences.co.uk/lincoln-hall/
	- type: Twitter 
		title: @LincolnLibrary
		username: LincolnLibrary
---
Lincoln Library, also called Coveney Library, is a hall library located directly north of the New Theatre.