View Single Post
Old 08-19-2025, 01:12 PM   #1995
BookWookie
Junior Member
BookWookie began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Aug 2025
Device: Andriod & Moon+ Reader
Romance.io - Spice Level / Metadata Scraper

Quote:
Originally Posted by chaley View Post
A simple template that uses rating_to_stars is
Code:
{#my_numeric_column:rating_to_stars()}
where #my_numeric_column is the lookup name for an integer or float custom column.

If you want half stars then use this
Code:
{#my_numeric_column:rating_to_stars(1)}
where #my_numeric_column is the lookup name for a float custom column.
Awesome, thank you!
BookWookie is offline   Reply With Quote