How to reference 6/6 Dragon token from Utvara Hellkite

TappedOut forum

Posted on Oct. 10, 2021, 2:14 a.m. by notorius-B.D.A.W.G

In my deck I want to enter markdown referencing the 6/6 Dragon token from Utvara Hellkite.

There's many dragon tokens so I can't just reference

[[token:dragon]]

I tried this:

[[token:6/6 dragon]]

But it doesn't work

TypicalTimmy says... #2

Deleted.

Tried a test and it failed. Sorry.

October 10, 2021 3:13 a.m. Edited.
October 10, 2021 8:51 a.m.

Those are showing up and having a pop up, but for me no umage is loading so I can't see If they're the 4ight ones

October 10, 2021 8:52 a.m.

@Wendithewendigo they show as links, but hovering over them there's no pop-up, and clicking on them nothing happens.

October 10, 2021 9:47 a.m.

Epidilius says... #6

For me as well, they appear as links to this thread.

October 10, 2021 7:19 p.m.

Gidgetimer says... #7

The Utvara Hellkite page shows the tokens it makes as "6/6 R Token Creature Dragon" I'm not sure how to link tokens and using the syntax as it shows in your op just yields a broken link Dragon

October 10, 2021 7:35 p.m.

Yeah, trying this:

Token:6/6 R Token Creature Dragon

Dragon

Doesn't seem to work, get this error and refuses to post.

This also happens in code blocks if it has the double-brackets, not just main body.

No item found for 'Token:6/6 R Token Creature Dragon'
Token:6/6 Dragon

Dragon

No item found for 'Token:6/6 Dragon'

If you write lower case "token:", rather than "Token:", then it doesn't detect the error.

No error preventing post:

[[token:6/6 Dragon]]

Dragon

There are 3 prints of this token, GK2, C17, and RTR.

All the 6/6 Dragon tokens printed have the same characteristics (token, creature, dragon, flying, red, 6/6), so any of them should do.

In the TappedOut play test the token is the C17 one, its data-name is "6/6 R Token Creature Dragon".

In looking at the Utvara Hellkite on TappedOut the token's data name is "6/6 Dragon".

October 10, 2021 10:06 p.m.

Femme_Fatale says... #9

October 10, 2021 10:28 p.m.

YES! Thank you Femme_Fatale!

Token:Dragon 6/6 R

works:

Dragon 6/6 R

Interestingly it still show an error:

No item found for 'Token:Dragon 6/6 R'

But despite the error it works, if you use lowercase "token:" rather than "Token:"

October 11, 2021 5:56 a.m.
October 11, 2021 5:56 a.m.

Femme_Fatale says... #12

That's because T and t are two completely different characters. Case sensitivity is a very big deal when it comes to any form of programming or syntax or code, and yes this includes markdown.

October 11, 2021 1:46 p.m.

ivaggione says... #13

Another thing you can do is refer to the card but with the token syntax. That will show a token that card can generate. So

[[token:Utvara Hellkite]]

shows Dragon 6/6 R

October 11, 2021 4:30 p.m.

Femme_Fatale says... #14

ivaggione: NEAT. This bypasses any bugs to deal with the token name that might be present too.

2/2 GR Token Creature Satyr

October 11, 2021 6:31 p.m.

Thanks ivaggione, I did not know you could do that.

October 12, 2021 2:29 a.m.

Femme_Fatale says... #16

Markdown syntax is no longer case sensitive.

[[TOkEn:Squirrel 1/1 G]]

Squirrel 1/1 G

October 12, 2021 5:57 p.m.

Please login to comment