{{ templates }}

templates Summary

Contains multiple templates.

templates Properties

FieldTypeDescription
object_typestring"templates"
is_validtrue/falsetrue if this contains at least one template
prependedlist of templatestemplates that will be listed at the beginning of the items list
fetchedlist of templatesThe primary list of templates to be included in the items list
appendedlist of templatestemplates that will be listed at the end of the items list
appended_uniquelist of templatestemplates that will be listed at the end of the items list, excluding any templates that are already included in either the prepended or fetched lists
itemslist of templatesThe full list of templates in the proper order and uniqueness, including prepended, fetched, and appended templates
sizenumberThe total number of items in the list of items, including prepended, fetched, and appended templates
limitnumberThe maximum number of templates that could have been fetched dynamically from the database
startnumberThe 1-based index of the first template that was (or would have been) dynamically fetched from the database
pagenumberThe 1-based index of the first "page" of templates that could have been fetched dynamically from the database - as determined by the start and limit properties
total_countnumberThe total number of templates in the database that matched the provided filter parameters when fetching the list of fetched templates
total_pagesnumberThe total number of "pages" of results that matched the provided filter parameters when fetching the list of fetched templates - as determined by the total_count and limit properties
outputhtmlThe default output that the templates will produce when it is output directly to the template - using the "output_in_list" property of each template in the items list