Skip to content
d3vi0n edited this page Dec 28, 2013 · 4 revisions

Display an image
id path to the image this is relative to the media directory for the tease.
Sub-directories can be used.
Wildcard character * can be used
multiple image nodes are allowed per page, the first valid one is used
sub1/kate*.jpg would choose one jpg file that started with kate in the sub-directory sub1 in the teases media directory
if-set will only display if the flags listed have been set
if-not-set will only display if the flags listed have not been set
"flag1+flag2" (flag1 AND flag2), "flag1|flag2" (flag1 OR flag2)

      <Image id="snow*.jpg" if-set="flag1+flag2" if-not-set"flag3"/>