Recipe Tags

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.

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.

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

Type: Title

The name of the recipe tag.

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)

Type: Relation

Recipes that have this Recipe Tag applied.

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

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