Recipe Tags

This article may contain affiliate links.This article may contain affiliate links.

The Recipe Tags database stores tags that you can use to organize your Recipes. (Here’s how to find it in your template)

Below you’ll find a reference guide for all database templates and properties in the Recipe Tags database. Properties are in alphabetical order.

Copy link to heading

These are the database templates that can be found in this database. Refer to our guide on working with database templates if you’d like to edit them or create new ones.

Copy link to heading

This template adds several useful views of the Recipes database to the page, showing recipes that are related to this Recipe Tag.

Copy link to heading Copy link to heading

Type: Title

The name of the recipe tag.

Copy link to heading

Type: Formula

The number of Recipes that have this Recipe Tag applied.

lets(
	recipeCount,
	prop("Recipes").length(),
	plurality,
	if(
		recipeCount == 1,
		"",
		"s"
	),
	(
		recipeCount.format() +
		" recipe" +
		plurality
	).style(
		"c", "b", "blue", "blue_background"
	)
)
Code language: JavaScript (javascript)
Copy link to heading

Type: Relation

Recipes that have this Recipe Tag applied.

This Relation property connects to the Tags property in the Recipes database.

Copy link to heading

Type: Status

This Recipe Tag’s type. Use this to create categories of tags, such as Style, Course, Equipment, etc.

To add or change options, unlock the Recipes database.

NameDescription
Group: To-do
Group: In progress
StyleN/A
CourseN/A
TagN/A
EquipmentN/A
Group: Complete

🤔 Have an UB Question?

Fill out the form below and I’ll answer as soon as I can! ~Thomas

🤔 Have a Question?

Fill out the form below and I’ll answer as soon as I can! ~Thomas