YuGiOh Parse Text Question

Status
Not open for further replies.

White Lotus

New Member
Hey I'm rather new here and just realized how to use the <'Automatic Parse YuGiOh Text'> but i ran into a problem with cards that use another one's full name and then have a word after.

Examples:
- D.D. Warrior Lady <only highlights> D.D. Warrior
- Ancient Gear Engineer <only highlights> Ancient Gear
- Raigeki Break <only highlights> Raigeki

Does anyone have a way around this?
 
Aside from manually editing it? Not really. It just goes ahead and matches the first thing it can find and ignores the rest. If the function searched backwards, it would catch more, but even that wouldn't be perfect ("Metalmorph" vs. "Rare Metalmorph" for example). But since we can't change that anyway, I'll just go back with the short answer of "No".
 
densetsu_x said:
Aside from manually editing it?
That doesn't sound possible, from what I know of this new auto-parsing function. How would you go about doing that?
 
I was hoping there was a list you can link from. When you click on

D.D. Warrior Lady

It brings up a window with all the vitals but it also has TP7-EN001. I was hoping that meant there was list of Packlists you could link from.
 

Will still convert into this:

D.D. Warrior Lady


Only problem is when the Auto Linking is turned on, even if you wrap the code, it still auto links the shorter portion of the name. You either have to turn the parsing off when you have a name within a name like D.D. Warrior Lady, or you need to stick in some empty tags (like or ) into the code, like so:

HTML:
[ycard=DCR-027]D.D. Wa[b][/b]rrior Lady[/ycard]

This is part of a problem that will be addressed in the future, just time has been a factor on getting it fixed and on adding in the most recent sets.
','ycard','width=600,height=600'); return false;"> option, like what we had before. Just use the card number of any version of said card. For example, the code in the box below:

HTML:
[ycard=DCR-027]D.D. Warrior Lady[/ycard]

Will still convert into this:

D.D. Warrior Lady


Only problem is when the Auto Linking is turned on, even if you wrap the code, it still auto links the shorter portion of the name. You either have to turn the parsing off when you have a name within a name like D.D. Warrior Lady, or you need to stick in some empty tags (like or ) into the code, like so:

HTML:
[ycard=DCR-027]D.D. Wa[b][/b]rrior Lady[/ycard]

This is part of a problem that will be addressed in the future, just time has been a factor on getting it fixed and on adding in the most recent sets.
 
There is no list, per se. Just use the card number for the card you want linked. Like the one I used was the D.D. Warrior Lady from Dark Crisis. You don't really need a copy of the card though, as you can always look the number up on netrep. They list cards from every set.
 
Thank again Digital Jedi. :jedi

If you use the Card Rulings page it gives you all the <insert what to call it here> I'm going with Serial #'s but you get the point.

Also just for anyone who might look this up at a later date. When you insert the [][/] to break up the name - pick the word that is breaking the string. If you choose the different word it will still come up the shortened name.

Raigeki Break / Raigeki - <Split up Raigeki not Break>
 
Status
Not open for further replies.
Back
Top