Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Picture in PowerCards?

Hello Hivemind :-) Perhaps someone can help me with a PowerCard API Issue. Scenario: I am trying to put some conditions into a powercard and display them if they are "in use". I combine this with TokenMod to show a status marker on the token. Issue: I would like to show the picture of the status marker also in the power card. So far i am using a workaround....i upload the pic of the (bought) marker in a gallery and (with a macro) show the pic before the PowerCard layout is fired.... Is there any way to implement the pic directly into the PowerCard? Like an Avatar Pic or something like that? Steve / H0ND0
You can show an image as described in Basic Formatting of the Text Chat wiki.&nbsp; Format is (the "x" doesn't matter it isn't shown): [x](image URL) An example of a powercard line with an image found in my library: !power {{ --name|Show the Image --!showpic|[x](<a href="https://s3.amazonaws.com/files.d20.io/images/84793912/37XBSzFgs09cT6NynF4ZZQ/max.jpg" rel="nofollow">https://s3.amazonaws.com/files.d20.io/images/84793912/37XBSzFgs09cT6NynF4ZZQ/max.jpg</a>) }} An example with an image found online: !power {{ --name|Show the Image --!showpic|[x](<a href="http://clipart-library.com/images/di48R8RLT.jpg" rel="nofollow">http://clipart-library.com/images/di48R8RLT.jpg</a>) }} I'm not sure what level of control you have over size and other display parameters.
Thank you very much! The pic is quite large but nonetheless it looks better !!!!!