quick question (formatting)

TappedOut forum

Posted on May 10, 2017, 9:25 p.m. by oliveoilonyaasscureshemorrhoid

how do i include a big spoiler of a card in a deck description? not a link that shows the card when the cursor is over it, but where the card takes a bunch of space in the description that anyone can see without moving the cursor. thanks in advance.

clayperce says... #2

oliveoilonyaasscureshemorrhoid,
I like using the Image button, above every Comment block.You'll get code like this (using the image url from Gatherer):

![](http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=417782&type=card "The Boss")
... which gives you:

May 10, 2017 9:52 p.m. Edited.

you can use the html image tag like this

 <img src="http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=383229&type=card"> 

shows up as

you can also do

<img src="http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=383229&type=card" height="350" width="250">

which gives you

May 10, 2017 10:01 p.m.

yeaGO says... #4

bracket bracket image:demonic tutor bracket bracket

demonic tutor

May 10, 2017 10:03 p.m.

AngryKitten says... #5

Woah yeaGO, I didn't know about that syntax. I'm not sure who usually edits the formatting page but that should be added there and possibly as an option in the comment tools.

Just to reiterate Mr. Amazing Siterunner in a code block for visual effect:

[[image:tarmogoyf]]
Produces:tarmogoyf

Only thing to note is this also creates a block level image link to the card's page.

May 11, 2017 11:52 a.m. Edited.

yeaGO says... #6

is that a priv you would like to take on, AngryKitten ? Sucks being useful, huh :P

May 11, 2017 4:04 p.m.

AngryKitten says... #7

Actually, I wouldn't mind doing it. I too am a Front-End Dev so this sort of stuff is fun for me.

May 12, 2017 9:26 a.m.

Please login to comment