formating inline link to show card image

TappedOut forum

Posted on April 6, 2014, 10 p.m. by NixTheThird

Trying to learn a bit more of the formatting structure for TO and reading Daring Fireball's "markdown: syntax " info. However I seem to have hit a wall, asI I cannot seem to find if it is possible to get an inline link to show the image of the card like when you use the double brackets. For instance, to make this example show the card image of Eidolon of Countless Battles .

If I am not being all together clear let me know.

Epochalyptik says... #2

You can't assign the mouseover image to a link. Card tags automatically generate mouseovers from information in the card DB. Regular links don't pull this information.

April 6, 2014 10:45 p.m.

NixTheThird says... #3

That's too bad. I was hoping there was some other trick to having any word attached to a card tag and show the image. Thanks for the info.

April 6, 2014 10:49 p.m.

Matsi883 says... #4

There is a long list of code that mimics the code used to show the card. However, the comment doesn't aggregate on the card page or anything else like that.

The code is:

<span class="card card-color-blue-cost-0 card-color-black-cost-0 card-type-artifact card-color-white-cost-0 card-color-green-cost-0 card-color-colorless-cost-5 card-color-red-cost-0 card-color-colorless"

data-original-title="" title="" rel="popover" data-card-img="URL">NAME OF CARD<span class="screen hide image-box"><img src="URL" class="screen card-popover" alt="ALT"></span ></span>

If you add the a tag, you can link to the page.

I hoped I helped

April 7, 2014 6:54 a.m.

This discussion has been closed