Include static (from extensions):
Many TYPO3 extension plugins provide a list view for output. Typically 5 to 20 data records are shown in list view [1], each with a link to the single view. If there are more than a predefined number of records to show, a page browser [2] is used to switch between pages of the list
plugin.tx_infinitescrolling.includeJQueryLibrary = 0
plugin.tx_infinitescrolling.pagination = ul.pagination
plugin.tx_infinitescrolling.container = .news-list-view
plugin.tx_infinitescrolling.item = .news-list-item
plugin.tx_infinitescrolling.delay = 1000