View Single Post
Old 12-02-2020, 01:10 PM   #5
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 11,296
Karma: 79528341
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Code:
program:
	if field('#readorder') then
		 template('Reading List: {#readorder} #{#readorder_index:0>2s}')
  else
	if field('#fanficcat') then
		 template('{#fanficcat}')	
	fi
fi
This puts "PLUGBOARD TEMPLATE ERROR" on everything that's not a fanfic or on a reading list.

I'm not sure how exactly to tell it to not put anything in there if those two don't apply.

(For reference, this is in the "subtitle" field on the KoboTouchExtended driver.)

Last edited by ownedbycats; 12-02-2020 at 01:21 PM.
ownedbycats is offline   Reply With Quote