View Single Post
Old 11-05-2022, 11:54 PM   #6
Fynjisx
Connoisseur
Fynjisx began at the beginning.
 
Posts: 91
Karma: 10
Join Date: Jul 2022
Location: Greenland
Device: xiaomi
Quote:
Originally Posted by ownedbycats View Post
Here's part of a somewhat simple GPM template made to display icons for various fanfics rather than a zillion different column icon rules:

Code:
program:
   strcat(
		if "^Fallout$" inlist f then 'fallout.png:' fi,
		if "^Half-Life$" inlist f then 'halflife.png:' fi,
		if "^(Mass Effect Trilogy|Mass Effect: Andromeda)$" inlist f then 'masseffect.png:' fi,
		if "^The Elder Scrolls$" inlist f then 'theelderscrolls.png:' fi,
		if "^Pokémon$" inlist f then 'pokemon.png:' fi,		
		if "^Portal$" inlist f then 'portal.png:' fi,
   )
but it can be done through the GUI interface!
Fynjisx is offline   Reply With Quote