> For the complete documentation index, see [llms.txt](https://attr.sygnal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://attr.sygnal.com/sa5-calc/article-1/source-types.md).

# Source Types

## Field Source Type&#x20;

The purpose of a field source&#x20;

#### wfu-calc-source-type = field&#x20;

The name of the field to use, as tagged with `wfu-calc-field`&#x20;

e.g. `blog` would match all items which have `wfu-calc-field` = `blog`  &#x20;

## Selector Source Type&#x20;

#### wfu-calc-source-type = selector&#x20;

Any valid [CSS selector](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_selectors) for identifying the unique elements we want.

e.g. \[my-type=foo] &#x20;

## Sitemap Source Type&#x20;

#### wfu-calc-source-type = sitemap&#x20;

The path prefix to match, e.g. `/blog/`&#x20;

e.g. `/blog/` would count all items with the path beginning with `/blog/`.&#x20;
