$def with (list_key, title=None, key='', limit=20, has_fulltext_only=True, url=None) $# Takes following parameters $# * list_key (str) -- A list key e.g. /people/mekBot/lists/OL104041L $# * title (str) -- A title to show above the carousel (links to /search?q=query) $# * key (str) -- unique name of the carousel in analytics $# * limit (int) -- initial number of books to pull $# * has_fulltext_only (bool) -- only include readable titles $# * url (str) -- whether to make title a link to url $:macros.QueryCarousel(query=list_key, title=title, key=key, limit=limit, has_fulltext_only=has_fulltext_only, url=url)