{{ tags }}

tags Summary

Contains multiple tags.

tags Properties

FieldTypeDescription
object_typestring"tags"
is_validtrue/falsetrue if this contains at least one tag
prependedlist of tagstags that will be listed at the beginning of the items list
fetchedlist of tagsThe primary list of tags to be included in the items list
appendedlist of tagstags that will be listed at the end of the items list
appended_uniquelist of tagstags that will be listed at the end of the items list, excluding any tags that are already included in either the prepended or fetched lists
itemslist of tagsThe full list of tags in the proper order and uniqueness, including prepended, fetched, and appended tags
sizenumberThe total number of items in the list of items, including prepended, fetched, and appended tags
limitnumberThe maximum number of tags that could have been fetched dynamically from the database
startnumberThe 1-based index of the first tag that was (or would have been) dynamically fetched from the database
pagenumberThe 1-based index of the first "page" of tags that could have been fetched dynamically from the database - as determined by the start and limit properties
total_countnumberThe total number of tags in the database that matched the provided filter parameters when fetching the list of fetched tags
total_pagesnumberThe total number of "pages" of results that matched the provided filter parameters when fetching the list of fetched tags - as determined by the total_count and limit properties
outputhtmlThe default output that the tags will produce when it is output directly to the template - using the "output_in_list" property of each tag in the items list
linked_liststringA shortcut to display a comma-separated list of tag titles from the items list. Each title will be linked to the URL for that tag if one exists. If there are no tags this will output "(none)". The last two items in the list will also be separated by " and "