Example template: bathroom
Let's say you want to create a template for a home construction contractor that will calculate bathroom part contents based on the square footage of the bathroom. Here is an example of how a few parts could be calculated:
- Toilets: There will be only one toilet included in the residential bathroom, regardless of how large it is. Therefore we enter a value of 1 for the 'x' value. Whether the bathroom template quantity is 20 sq. feet or 100 sq. feet only one toilet will be automatically included.
- Tile Flooring: There will be exactly as many sq. feet of tile flooring as there are sq. feet of the bathroom. Therefore we enter a value of 1 for the 'y' variable. If the bathroom template quantity is 20 sq. feet, then 20 sq. feet of tile flooring will be automatically included. If the bathroom template quantity is 100 sq. feet, then 100 sq. feet of tile flooring will be automatically included.
- Sinks: The number of sinks depends on the size of the bathroom. Therefore we enter a value of 20 for the 'z' variable. If the bathroom template quantity is 20 sq. feet then one sink will be automatically included. If the bathroom template quantity is 40 sq. feet then two sinks will be included.
Part quantity formula, example values:

Implementation in example template:
