View Single Post
Old 09-05-2021, 03:40 PM   #5
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,449
Karma: 8012886
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
A example plugboard template that returns what I think you want follows. It returns a special string if the series matches some value, otherwise it returns the series. If the series is empty it returns the empty string.
Code:
program:
	s = $series;
#	s = 'ᕼ ᗩ ᒪ ᖴ - ᒪ I ᖴ ᗴ';
	first_non_empty(
		if s == 'ᕼ ᗩ ᒪ ᖴ - ᒪ I ᖴ ᗴ' then 'Half-life' fi,
# 		add more lines here if needed
		s
	)
chaley is offline   Reply With Quote