View Single Post
Old 01-13-2025, 10:48 AM   #843
MerlinMama
Evangelist
MerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beautyMerlinMama does all things with Zen-like beauty
 
MerlinMama's Avatar
 
Posts: 498
Karma: 32554
Join Date: May 2014
Location: Canada
Device: Kobo Sage
Quote:
Originally Posted by chaley View Post
I don't follow what you mean by changing the image removes the custom text. That said, I think this template will do what you want.
Code:
program:
	'MerlinMama’s Library' & character('newline') & $#myrating & ' Stars — ' & $#myint & ' Pages'
You would use $#rating for $#myrating and $#pages for $#myint.

An alternate is
Code:
program:
	'MerlinMama’s Library' & character('newline') & template('{#myrating} Stars — {#myint} Pages')
I couldn't get these to work (more a me problem I’m sure). I just don't understand the template language very well.

I did get it to work with \n<br/>\n. Strangely, this gives me a single space rather than a double space. Not sure why
MerlinMama is offline   Reply With Quote