Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Localized split cards have multiple data issues #19

Open
csuhta opened this issue May 27, 2018 · 1 comment
Open

Localized split cards have multiple data issues #19

csuhta opened this issue May 27, 2018 · 1 comment
Labels
gatherer The issue appears in the Gatherer database and client. type:print data Incorrect or incomplete flavor text, watermarks, artist data, or card imagery

Comments

@csuhta
Copy link
Member

csuhta commented May 27, 2018

(1) On some localized split card pages, the names of the cards have the full split card name, instead of their individual names:

(2) On some even older split cards, the data is fully duplicated on both halves and no images are provided.

WotC Incident ID: 180527-000003

@csuhta csuhta added the type:interface Issues with the interface/UI label May 27, 2018
@ZeldaZach
Copy link

So what I was doing to determine the differences was use the header information Wizards gave us

...
ClientIDs.textRating = 'ctl00_ctl00_ctl00_MainContent_SubContent_SubContent_ctl01_currentRating_textRating';
ClientIDs.totalVotes = 'ctl00_ctl00_ctl00_MainContent_SubContent_SubContent_ctl01_currentRating_totalVotes';
ClientIDs.extraVoteInfo = 'ctl00_ctl00_ctl00_MainContent_SubContent_SubContent_ctl01_currentRating_extraVoteInfo';
ClientIDs.discussionLink = 'ctl00_ctl00_ctl00_MainContent_SubContent_SubContent_ctl01_discussionLink';
ClientIDs.Literal2 = 'ctl00_ctl00_ctl00_MainContent_SubContent_SubContent_ctl01_Literal2';
ClientIDs.Literal3 = 'ctl00_ctl00_ctl00_MainContent_SubContent_SubContent_ctl01_Literal3';
ClientIDs.Literal4 = 'ctl00_ctl00_ctl00_MainContent_SubContent_SubContent_ctl01_Literal4';
ClientIDs.specialCaseLayoutBreakers = 'ctl00_ctl00_ctl00_MainContent_SubContent_SubContent_ctl01_specialCaseLayoutBreakers';
ClientIDs.rightCol = 'ctl00_ctl00_ctl00_MainContent_SubContent_SubContent_ctl01_rightCol';
ClientIDs.cardWordingSwitch = 'ctl00_ctl00_ctl00_MainContent_SubContent_SubContent_ctl01_cardWordingSwitch';
ClientIDs.nameRow = 'ctl00_ctl00_ctl00_MainContent_SubContent_SubContent_ctl01_nameRow';
ClientIDs.nameLabel = 'ctl00_ctl00_ctl00_MainContent_SubContent_SubContent_ctl01_nameLabel';
...

From here, we can determine the "halves" by reading the ctlXY number. XY and XY+1 will be the numbers for split cards. Most will be 01 and 02, but I've seen them vary up to 08/09. It feels random.

Ex: On the card you posted,

If you use a replacement of ctl02 you will get Alvorecer and ctl01 will get you Anoitecer. This replacement happens after SubContent. Hope this helps!

@scarletcs scarletcs added type:print data Incorrect or incomplete flavor text, watermarks, artist data, or card imagery and removed type:interface Issues with the interface/UI labels Nov 13, 2021
@csuhta csuhta changed the title Localized split cards repeat their full name on both halves of the page Localized split cards have multiple data issues Jun 10, 2022
@csuhta csuhta pinned this issue Jun 10, 2022
@scarletcs scarletcs added the gatherer The issue appears in the Gatherer database and client. label Dec 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gatherer The issue appears in the Gatherer database and client. type:print data Incorrect or incomplete flavor text, watermarks, artist data, or card imagery
Projects
None yet
Development

No branches or pull requests

3 participants