Quote:
Originally Posted by ownedbycats
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!