Skip to content

Lists_Format_Rollup

Kevin French edited this page Oct 1, 2019 · 1 revision

NOTE : Currently only 13 digit ISBNs can be used

To create an ISBN list with single entries for multiple formats the code must break out the titles with the ISBNs in brackets underneath such as:

{
    "label": "Infection",
    "description": "Sci-Fi and Fantasy books where a main theme is an infection or virus",
    "list": 
  [
{
"label":"Doomsday book",
"isbns": [
"9780553351675",
"9780307784445"
]
},
{
"label":"The fifth elephant",
"isbns": [
"9780061051579"
]
},
{
"label":"The fireman",
"isbns": [
"9780062443786",
"9780062200631",
"9780062200655",
"9780062443779",
"9780062440235"
]
},
{
"label":"The forest of hands and teeth",
"isbns": [
"9780739385371",
"9780375891977"
]
},
{
"label":"Frostbite a werewolf tale",
"isbns": [
"9781441725042"
]
}
]
}

The result will show individual covers with format options in the middle such as:

ListPreview

Located Here: http://collections.library.link/services/lister/?domain=http://link.manchesterlibrary.org/&list=https://raw.githubusercontent.com/GMILCS/MCL/master/Oct2019_Infection.json&display=carousel

Clone this wiki locally