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
Wendithewendigo says... #3
October 10, 2021 8:51 a.m.
Wendithewendigo says... #4
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.
notorius-B.D.A.W.G says... #5
@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.
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.
notorius-B.D.A.W.G says... #8
Yeah, trying this:
Token:6/6 R Token Creature 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
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]]
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.
notorius-B.D.A.W.G says... #10
YES! Thank you Femme_Fatale!
Token:Dragon 6/6 R
works:
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.
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.
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.
October 11, 2021 6:31 p.m.
notorius-B.D.A.W.G says... #15
Thanks ivaggione, I did not know you could do that.
TypicalTimmy says... #2
Deleted.
Tried a test and it failed. Sorry.
October 10, 2021 3:13 a.m. Edited.