Changes

Jump to: navigation, search

User talk:Dinoguy1000

45,722 bytes added, 1 month ago
"Schwarzschild Infinity Dragon" lists LIGHT/DARK Dragons that it can't actually Summon on its Tips page's semantic thingy.: re3ply
Apologies if this isn't the right place to ask, but I can't seem to do any edits from my mobile device. I edit the code, but when I click "Publish" it always comes up with the message "Something went wrong." I'm clueless as to what's causing it and it's been happening for almost a month now, do you have any idea what's wrong? [[User:Sanokal K-T|Sanokal K-T]] ([[User talk:Sanokal K-T|talk]] • [[Special:Contributions/Sanokal K-T|contribs]]) 09:09, September 23, 2015 (UTC)
:Unfortunately not, since I never edit from mobile. Are your edits actually being saved, even though you get an error on trying to save, or is nothing at all working? In either case, the only thing that can be done here is to [[Special:Contact|report the problem to staff]]. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[wikipedia:Help:IJP|?]] · [[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 15:11, September 23, 2015 (UTC)
::Nah, they're not saving. I click "Publish" and it pops up with the error message and grays "Publish" out and I'm unable to proceed.
== Affiliations ==
Hello! I'm from the [http://{{wikia|fictionalcharacterbattles.wikia.com/wiki/Chars%26Verse_Fiction_Wiki ||FCB Wiki]}}. I would like to request to be affiliated with your wiki. Here is our [http://vignette4.{{wikia.nocookie.net/|fictionalcharacterbattles/images/8/89/|File:Wiki-wordmark.png/revision/latest?cb=20150824222316 |wordmark]}}.
Thanks! J.J. Chambers 21:45, September 27, 2015 (UTC)
Felix <small>''—This unsigned comment was made by [[User:NervousShipper|NervousShipper]] ([[User talk:NervousShipper|talk]] • [[Special:Contributions/NervousShipper|contribs]]) 06:57, October 9, 2015‎''</small>
I think you're talking about {{t|'''Template:Sacred}}''', which was deleted a couple years ago (by me, though I'd forgotten I did that). All it was was a list of monster groups without any clear connection, just a vague sense of "these are really powerful". If you need the list for some reason, I can provide it to you, but the template won't be getting restored without some very good reasons. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[wikipedia:Help:IJP|?]] · [[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 06:48, October 10, 2015 (UTC)
== Portable infoboxes ==
Heya :) I see you worked with [[User:DaNASCAT|DaNASCAT]] back in late July to try to work out a way to use portable infobox code here at Yu-Gi-Oh! Since development stopped soon after the last comment at [[Forum:Portable Infoboxes]], I was just wondering if there were any problems that you couldn't figure out. We've made a lot of changes to the portable infobox code since the summer, so it may well be that you'll find making a second run at [['''Template:Infobox/Draft]] ''' will be easier than you remember.
I'll just point out, as well, that the time you stopped working on portable infoboxes was the high-water mark for mobile uniques here. On 1 August you had nearly a million uniques on mobile devices. That number is now about ~750k — a pretty big slide of around 25%. We think a part of this decrease can be attributed to pages that start with infoboxes that aren't really adequate to the mobile experience. People whose first browse of YGO reveals a somewhat unattractive infobox at the top of a page may well not be inclined to continue looking at the wiki.
Happily, we're in a really good period of development with infoboxes! We have established robust lines of communication with our core engineers. If we hit roadblocks, we'll therefore be able to get quick answers from the people who are actually developing our backend code!
So please don't hesitate to ask any questions at all! I think we'll be able to make some real progress with genuine speed. — [[User talk:CzechOut|CzechOut]] <staff /> 17:29, October 20, 2015 (UTC)
:I have to be honest, I more-or-less ran out of steam after the last comment in that forum thread, when I stopped receiving feedback and realized I would be working on the port basically on my own (not that I'm blaming Tim for that or anything; I don't do anything compared to how much he does =D ). At the time, I had three major concerns with PI: proper support for inline styles and classes on individual parts of infoboxes, an ability to work with PI via Lua, and an ability to emulate the child navbox behavior from our current {{t|Infobox}} using PI (which sufficiently robust interaction with Lua would allow to be addressed). As I mentioned in the forum thread several times, what I really want to be able to achieve with PI is to only do one conversion ever - Infobox itself - and then just continue to work on converting our individual infoboxes to using Infobox as a metatemplate. I do not, for example, have any desire to try to switch {{t|Infobox character}} from using Infobox as a metatemplate to directly using PI; it would be far simpler to allow it to continue using Infobox, and just convert Infobox directly, so that Infobox character automatically gets converted with minimal or no changes required to it (I believe this simplifies everything in the long run: because all the logic on whether and when to show a particular cell happens in Infobox character, and Infobox just displays whatever it's given for a particular cell, it means the meat of the processing can happen in Infobox character and whatever values fall out of that get handed straight back to Infobox, which plunks them right into the PI markup, and no one has to worry about how the various parser functions interact with the PI markup, since they've all already resolved; in addition, any such solution we develop here should be broadly applicable across much of the rest of Wikia (with or without some further simplification to remove features that only we and a scant few other wikis use), greatly simplifying infobox development efforts in the long run).
:One thing I would like to see is the HTML tags that PI uses added to the parser's whitelist (looking at [['''Help:Infoboxes/Tags]]''', I think the necessary tags would just be <code>aside</code>, <code>figure</code>, <code>figcaption</code>, <code>caption</code> (which appears to be whitelisted but seems to currently just be silently stripped by the parser outside of tables) and <code>nav</code>) - there's a [https://phabricator.wikimedia.org/T25932 Phabricator ticket] for them and a number of other HTML5 tags to be added to the whitelist in vanilla MediaWiki, with the blocker being IE≤8 support, but I'm not sure how much of a concern that is for Wikia, especially given PI is using the tags. This would allow for work on PI-compatible templates and modules without being limited to whatever the PI markup actually plays nice with (though, because the HTML would be hardcoded, it would mean that future changes to the HTML underlying PI's markup would have to be manually applied, so that wouldn't be a general solution for most wikis).
:While I won't argue that our infoboxes are contributing to the drop in mobile traffic, they're definitely not the whole picture, as you hinted at yourself. I suspect that a bigger reason for the drop is our current implementation of {{t|CardTable2}}, which is just a single huge table. It's due to be replaced eventually by the {{t|Card table}} system, but there's a huge amount of work that has to be done before we're at that point and it's going to take a long time to get there. In the meantime, I've toyed with the idea of changing CT2 to instead use divs for everything but the actual data part, but haven't tried switching it yet because I'm a bit leery of the CSS work it would require. But I'd be willing to bet that even that small of a change now would help to recapture some of the lost mobile traffic over the long term (not to mention it should also slightly reduce the amount of markup CT2 generates).
:I'm quite certain I managed to talk a lot here without actually giving many satisfactory answers, though, so please ask me to clarify or explain anything you might need. =) <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[wikipedia:Help:IJP|?]] · [[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 08:31, October 21, 2015 (UTC)
::So that question has been pushed again to them. I'm hoping for an answer soon on that. Their next window of availability comes somewhere after about the 7th of December, so hopefully we'll get an answer on that front before Christmas. But understand that we've never done this kind of direct outreach of engineers to communities before, so it's possible that our reach might exceed our grasp, just as it did in October. If so, '''don't hesitate to reach out to me and ask me what the hell is going on'''. :) See, the problem is that you and other power users like you are so damned smart that we end up spending so much time with each community that our schedule gets absolutely destroyed!
::On other matters in your above post, if you had some '''specific questions''' about Lua/PI interaction, I could pass them on to our engineering staff. In the meantime, I encourage you to visit [[w{{wikia|portability||wikia:c:portability]]}}, if you haven't already. There, in the forums, you'll find a group of power users like yourself debating matters of Lua/PI interaction. They've found some ''highly'' intriguing solutions that might well interest you.
::Finally, on the issue of a meta-template like {{tl|infobox}}, I'm going to propose something that might not immediately strike you as sensible. Because PI coding is comparatively simple, there is no real need for the <nowiki>{{#switch}}-ed</nowiki> out meta template anymore. The faster route to success is really the opposite of what you'd do with traditional infobox coding. We actively recommend that you just break up your meta template into separate, specific templates. It's genuinely faster, easier and lighter on page load times. — [[User talk:CzechOut|CzechOut]] <staff /> 02:36, November 19, 2015 (UTC)
:::If you'd like my opinion on the topic of whitelisted HTML, I think it's probably best for new features to try to stick with what's already on the whitelist, and if a new feature really needs to use a non-whitelisted tag for whatever reason, to take a good look at whether there's any reason to not just whitelist that tag as well. I understand it's out of your say, but you should at least be able to float the idea around a bit. =)
::::I'm not speaking theoretically here. I've been working on the Fallout Wiki a lot this past week, and that's exactly what I've done. Cutting {{t|infobox}} out of the action hasn't been painful or controversial, really. And I find that the code is generally pretty easy to read — certainly less dense than what you'd find in something like {{t|infobox}}.
::::Moreover, our engineering department is, at the moment, very easily swayed by the opinions of early adopters. So when you find something that doesn't work, sending in a [['''Special:Contact]] ''' — or talking to me and having me ticket it directly — actually does produce results. The answer is sometimes "no", of course, but we're ''actively'' '''soliciting and answering''' feedback in a way that I've never seen in all the time I've been using the Wikia platform. And that goes all the way back to the beginning, really.
::::So, all of this is to say that, while I was a strong proponent of the meta infobox solution a few years ago, I pretty much see it as unnecessary today. Speaking as an admin, and not as staff, I'd find it particularly objectionable to continue with a system whose history was as murky as the one your older templates currently use. Switching to PI code means that you'll know the exact origins of the code, and you'll be able to provide maintenance delivered with full knowledge of the history of the code.
::::Just stuff to chew on. Get it? Thanksgiving. Chewing. Ugh. Finding puns around Thanksgiving is easy. Finding ''good'' ones is as difficult as finding live turkeys. — [[User talk:CzechOut|CzechOut]] <staff /> 15:41, November 25, 2015 (UTC)
:::::Oh! Almost forgot. I just wanted to get some clarity on {{t|card table}} situation. I read your earlier statements as effectively saying that development on PIs was impossible without resolving the transition to {{t|card table}}. Was I right to have done so? Or could we possibly divorce the two things? That is, could we switch to PIs, leaving the {{tl|card table}} component out of them until it can get resolved. And could you please better define the work that's necessary to make the transition? — [[User talk:CzechOut|CzechOut]] <staff /> 15:51, November 25, 2015 (UTC)
:::::While simplifying markup is one reason for using templates, they are used to centralise code. If an update, such as now, is necessary, is it not just as well to only have to change one thing?
:I think you're confusing acknowledgment with agreement. He said that Tewart claimed the cards were fake. He didn't say the cards are fake. The Wikipedia article on [[wikipedia:Adolf Hitler|Hitler]] acknowledges that he believed the Holocaust victims were socially undesirable sub humans. That doesn't mean it's saying he was right. -- [[User:Deltaneos|Deltaneos]] ([[User talk:Deltaneos|talk]]) 22:19, November 1, 2015 (UTC)
::I don't know why you brought Hitler in this conversation, it's not like he is a trusted public figure who people listen to in our time. The facts are that Mr. Tewart hadn't provided any proof. And if there is no proof then I don't see why should this information even belong on that Wikia page misleading people (because people take his word for granted). There is a separate page for what Kevin Tewart had claimed for anybody who cares what he says: http://yugioh.wikia.com/wiki/Kevin_Tewart [[Kevin Tewart]] [[User:Fensterhoff|Fensterhoff]] ([[User talk:Fensterhoff|talk]] • [[Special:Contributions/Fensterhoff|contribs]]) 22:55, November 1, 2015 (UTC)
:As Delt said. My personal position is that I simply don't know enough to draw a conclusion for myself whether the cards are fake or not. This doesn't change the fact that Tewart has publicly stated they're fake, and that he did so while acting as a representative of Konami. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[wikipedia:Help:IJP|?]] · [[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 22:35, November 1, 2015 (UTC)
==Vandalism report==
Hi,<br/>
I would like to report vandalism by [[Special:Contributions/Nhull27m|this]] user.
Regards,
<br/>--<span style="background: #FFFFFF; border: 2px solid black; padding: 2px; border-radius: 3px;">[[Memmon|<span style="font-family:Vivaldi; color: black;">Memmon</span>]]<sup><small style="font-family:Vivaldi; color: black;">([[User talk:Memmon|<span style="font-family:Vivaldi; color: black" title="Contact me">talk</span>]])[[w:c:{{wikia|VSTF:Category:Reports|<span style="font-family:Vivaldi; color:black" title="Report to the VSTF">(report)</span>]]}}</small></sup></span> 20:04, December 11, 2015 (UTC)
:Completed by [[User:Jr Mime|Jr Mime]] --<span style="background: #FFFFFF; border: 2px solid black; padding: 2px; border-radius: 3px;">[[Memmon|<span style="font-family:Vivaldi; color: black;">Memmon</span>]]<sup><small style="font-family:Vivaldi; color: black;">([[User talk:Memmon|<span style="font-family:Vivaldi; color: black" title="Contact me">talk</span>]])[[w:c:{{wikia|VSTF:Category:Reports|<span style="font-family:Vivaldi; color:black" title="Report to the VSTF">(report)</span>]]}}</small></sup></span> 21:17, December 11, 2015 (UTC)
==Hide Factbox==
==List "Template"==
Hi Dino! I tried to use your [[User:Dinoguy1000/boilerplate|template]] for creating Lists. I created [[Set_Card_ListsSet Card Lists:Duelist_AllianceDuelist Alliance:_Deluxe_Edition_Deluxe Edition (TCG-FR)|this page]], but it was a bit messy at first. For instance, Yang Zing Unleashed is a Continuous Trap, so it appeared ''Trap Card, Continuous Trap Card'' instead of only ''Continuous Trap Card''. Did I do something wrong, or is this a problem with the template itself? [[User:Becasita|Pendulum]] ([[User talk:Becasita|talk]] • [[Special:Contributions/Becasita|contribs]]) 14:28, January 15, 2016 (UTC)
:It's a problem with the template, kind of; I'll have to do some work to make it work better. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[wikipedia:Help:IJP|?]] · [[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 17:21, January 15, 2016 (UTC)
==Red Links on Lists==
Hey. There are some red links on [httphttps://yugioh.wikiayugipedia.com/wiki/Special:Ask?offset=0&limit=500&q=%5B%5BClass+1%3A%3AOfficial%5D%5D+%5B%5BMonster+type%3A%3ATuner+monster%5D%5D&p=format%3Dbroadtable&po=%3FJapanese+name%0A%3FLevel%0A%3FCard+type%0A%3FAttribute%0A%3FType%0A%3FATK%0A%3FDEF%0A%3FCard+Number%0A| this page], leading to some deleted card galleries, apparently. Don't know if this is the best way to call the attention to them, but don't know how I should proceed and you seem to be here now. [[User:Becasita|Pendulum]] ([[User talk:Becasita|talk]] • [[Special:Contributions/Becasita|contribs]]) 23:10, January 17, 2016 (UTC)
:I've gotten both of the redlinks I saw; let me know if you spot any others anywhere. =) <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[wikipedia:Help:IJP|?]] · [[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 01:22, January 18, 2016 (UTC)
I've seen both being used. I'm aware your [[User:Dinoguy1000/boilerplate|Templates]] use the latter, but I've seen other users (including myself) updating old galleries/lists using the former, so I'm a bit confused with the one that should be used, because I don't like some pages using one and other using the other.<br />
So, which one is preferred and should be used? Personally, I like the second one the most. It may have one more line, but the Wiki is majority in English. The names of the cards are in English and then, below it, have the name in their own language, so I think the second option makes more sense. It's more in agreement with the rest of the Wiki. It also prevents people from clicking on a link they can't be ''exactly'' sure what it means. Though maybe the font for the second line could be a bit smaller than 120%.<br />
Here are two examples, respectively: [[Set_Card_GalleriesSet Card Galleries:Astral_Pack_Six_Astral Pack Six (TCG-FR-UE)|Astral Pack Six French Gallery]]; [[Set_Card_GalleriesSet Card Galleries:Astral_Pack_Seven_Astral Pack Seven (TCG-FR-UE)|Astral Pack Seven French Gallery]].<br />
Hope I made myself clear; English is not my first language. Thank you for your time! [[User:Becasita|Pendulum]] ([[User talk:Becasita|talk]] • [[Special:Contributions/Becasita|contribs]]) 12:39, January 22, 2016 (UTC)
:::Okay, I'll reduce the text size to 100%.
:::I'm a little bit worried about bolding Japanese, Korean, and Chinese names, but maybe that's just me. They don't (or at least shouldn't) get italicized, so that helps some, at least. Guess I'll just go with it and we'll see how it turns out.
:::Cool, we definitely need more Portuguese editors. =) If you aren't already, is there any chance you could work some on checking/adding Portuguese card names and lores? Since Konami's card database doesn't list Portuguese releases (hopefully it will eventually), we don't really have any source for them other than card images, and it's a lot slower for someone who doesn't speak/read Portuguese to copy them than for someone who does. (Also, if you're interested, there's a [[pt:|Portuguese wiki]] that could use some more attention, too.) <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[wikipedia:Help:IJP|?]] · [[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 22:13, January 22, 2016 (UTC)
::::Oh, I'm not aware of those technical difficulties. Yeah, there's nothing like experimenting. You're the man here, you know what's best.
So yeah, this is just a suggestion, but it would make the text a lot more aesthetically pleasing. Thank you for your time :) <br/>
[[User:Mediarahan|Mediarahan]] ([[User talk:Mediarahan|talk]] • [[Special:Contributions/Mediarahan|contribs]]) 21:20, February 4, 2016 (UTC)
* If a booster pack has a Super Edition, for some reason, it won't be displayed. For example, "[[The New Challengers]]" booster has a Super Edition. If you click ''Edit'', you'll see it has "| super_edition = true", but nothing will be displayed in the page;
* Another thing is I created [[List_of List of "Aether" cards, List of "Aether" cards|this]]. Something is wrong with the link name on the [[Aether]] page. And I found the page for Aether members already [[List of "Aether" cards|existed]].
* Last but not least, I expanded your Set List template into 300 entries (because I needed to use it with more than 200 entries) and provided it [[User:Becasita/SubPages/Utilities|here]]. Do you have any objection on this? Do you want me to give credit in a different way? I shouldn't use it? Is it too much text to provide on a page? Am I providing it wrong? It's not necessary to provide this? If something is wrong/not in the best way, I would appreciate you to tell me. Thanks.
And thanks for your time. [[User:Becasita|Pendulum]] ([[User talk:Becasita|talk]] • [[Special:Contributions/Becasita|contribs]]) 12:51, February 5, 2016 (UTC)
:Oh, and there's [http[Set Card Galleries://yugioh.wikia.com/wiki/Set_Card_Galleries:Duel_Disk_Duel Disk -_Promos_Series_2_Promos Series 2 (OCG-JP)?redirect=no |this]]. It doesn't seem very correct. [[User:Becasita|Pendulum]] ([[User talk:Becasita|talk]] • [[Special:Contributions/Becasita|contribs]]) 14:48, February 5, 2016 (UTC)
::You don't have to worry about only dropping stuff on me when you've got several things; if you notice something, go ahead and let me know. =)
:::Yeah, the [[Aether]] page is working now.
:::I'll search for those boosters that have "Super Edition" and correct it.
:::The thing with the redirect is that the first link for the Japanese gallery at [[Duel_Disk_PromosDuel Disk Promos:_Series_2Series 2|this page]] was using that redirect. That's what I meant with doesn't seeming correct. But I gave it a "[httphttps://yugioh.wikiayugipedia.com/index.php?title=Duel_Disk_Promos%3A_Series_2Academy_Duel_Disk_(set)&diff=3293713165955&oldid=3292657 165949 fix]", so I think that redirect can be deleted, no? [[User:Becasita|Pendulum]] ([[User talk:Becasita|talk]] • [[Special:Contributions/Becasita|contribs]]) 15:37, February 5, 2016 (UTC)
::::Aah, you meant the redirect itself didn't seem right. We do try to avoid redirects in the "extra info" namespaces (Set Card Galleries/Lists and the various Card namespaces), but really, the redirects don't hurt anything and there is no particular rush to get them deleted. You can tag those redirect for deletion, though, if you first make sure there's nothing linking to them (you can use [[Special:WhatLinksHere]] to check that). <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[wikipedia:Help:IJP|?]] · [[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 00:49, February 8, 2016 (UTC)
::::::Oh, I see. Yeah, that complicates it.
::::::The problem with the database is it conflicts with the criteria here. For instance, on Special Edition pages, I've been using "<nowiki><Set name></nowiki>''':''' Special Edition". But on the database, they don't use the ":". But the pages here use it in their name. So I confess I'm not sure if we should use them or not. I've been using them, though.
::::::I wasn't very clear in one thing about the gallery headers. I meant like [[Card_GalleryCard Gallery:Foucault's Cannon|this]]. In that case, "kr" and "sp" are preferred, right? Or not? Sorry for asking this again, but this confuses me, because I guess you were talking about gallery headers like [[Set Card Galleries:Duelist Alliance (OCG-KR-1E)|this]], where "ko" is used, right?
::::::Thanks for the info. I really appreciate it. [[User:Becasita|Pendulum]] ([[User talk:Becasita|talk]] • [[Special:Contributions/Becasita|contribs]]) 12:21, February 11, 2016 (UTC)
==Ratios Pages==
Sorry for being spamming your talk page. Could you give a look at [['''Set Card Ratios:Phantom Darkness: Special Edition (TCG)|this]]''', please? I don't know if I did it correctly, because the name of the set appears twice (I guess one is embedded on the Ratio template?), and I don't know if I missed something. [[User:Becasita|Pendulum]] ([[User talk:Becasita|talk]] • [[Special:Contributions/Becasita|contribs]]) 14:45, February 10, 2016 (UTC)
:Set Card Ratios are a weird set of pages, whose ultimate future is uncertain - no one really seems to know for sure what to do with them. Personally, I lean more towards removing them in favor of "Breakdown" sections on the set pages themselves, but I don't really have much conviction behind that position. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[wikipedia:Help:IJP|?]] · [[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 18:02, February 10, 2016 (UTC)
::Well, I won't give them much priority, then. That one already existed, so why not update it? That was my thought. A lot of packs don't have them and no one ever seemed to need them, since the "Breakdown" section exists, yeah.[[User:Becasita|Pendulum]] ([[User talk:Becasita|talk]] • [[Special:Contributions/Becasita|contribs]]) 19:59, February 10, 2016 (UTC)
::Hey! I saw what you did [httphttps://yugioh.wikiayugipedia.com/wiki/index.php?title=Millennium_Pack_(JapaneseOCG)?&diff=33065932939066&oldid=3306350 2939061 here]. Does it mean all the ratios links are to be removed? [[User:Becasita|Becasita]] <sup><small>Pendulum</small></sup> ([[User talk:Becasita|talk]] • [[Special:Contributions/Becasita|contribs]]) 21:13, February 22, 2016 (UTC)
:::For now, just the redlinks should be removed. I already updated {{t|Set navigation}} several days ago to only show ratio links if at least one actually exists; I should probably change it to ''only'' show links to ratio pages that exist, and hide all red ratio links.
== That BE01 problem ==
Hey Dino, this comes in the sequence of [[User_talkUser talk:UltimateKuriboh#Pics_Templates_ProblemsPics Templates Problems|our talk at UltiK's page]]. I hope you don't mind me continuing the conversation here (though I still left messages there yesterday), I've bothered UltiK more than enough with my things.<br />I thought I should alert you to [httphttps://yugioh.wikiayugipedia.com/index.php?title=Set_Card_Lists%3ABeginner%27s_Edition_1_%282011%29_%28OCG:Beginner's_Edition_1_(2011)_(OCG-JP%29)&diff=33014022550788&oldid=3301400 2550769 this] and [httphttps://yugioh.wikiayugipedia.com/index.php?title=Set_Card_Galleries%3ABeginner%27s_Edition_1_%282011%29_%28OCG:Beginner's_Edition_1_(2011)_(OCG-JP%29)&diff=33014032140578&oldid=3301401 2140473 this]. I had to fix it manually, because your template, somehow, wasn't able to get that. It's probably related with that red link in the pics, and maybe it could help you to understand the problem better, I don't know. [[User:Becasita|Pendulum]] ([[User talk:Becasita|talk]] • [[Special:Contributions/Becasita|contribs]]) 22:21, February 15, 2016 (UTC)
:It's because of the "(2011)" in the page names, which messes with some of the logic there. I've never really liked that naming, but I don't think we have very many alternatives here. And since the problem only applies to two sets out of several hundred (other sets also have things in parentheses in their page names, but it's always stuff like "(Japanese)" that everything can safely ignore), I don't think it's worth any heroic measures trying to fix it. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[wikipedia:Help:IJP|?]] · [[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 02:40, February 16, 2016 (UTC)
Hello again. I see you and Deltaneos fixed the date display on the {{t|Card table set}}. Nice!<br />
So, I assembled several stuff to throw at you again (I hope this is not a habit). Here:
*[http://yugioh.wikiayugipedia.com/wiki/Special:Ask?offset=0&limit=500&q=%5B%5BClass+1%3A%3AOfficial%5D%5D+%5B%5BS%2FT+Class%3A%3AField+Spell+Card%5D%5D&p=class%3D-20sortable-20wikitable-20smwtable-20card-2Dlist%2Fformat%3Dbroadtable&po=%3FJapanese+name%0A This list], which came from [[List of Field Spell Cards|here]] (the first one) :
**Has two entries for [[Chicken Race]], which is the obsolete translation for [[Chicken Game]]. I can't figure why they appear there. After all, it's just one (not two) redirect without any tags. And those two erroneous entries are a bit weird, sometimes they display the Japanese name, other times they simply don't;
**Also, there's a red link appearing there too (Shouma Souchaku), another obsolete "translation", this time for [[Empowerment]], which, coincidentally, has two entries there too;
:The list stuff all comes down to SMW's caching. There's a few things that can be tried to fix them, but I don't want to start anything like that right now; if no one else's looked at them, I'll do so later today.
:It's more a matter of we haven't made any real effort to be consistent, actually. I think the SVGs are actually preferred, but I might be wrong. Even if we switched completely to one set of images, though, I think we'd want to keep the other set around, regardless.
:We're not really sure. The Card Sets namespace was requested without discussion, and as a result no one's really sure how it should be used (and as a result of that, [[:Category:Card Sets|uptake has been minimal]]). I've been thinking for a while about just unlinking the Card Sets link from {{t|Navigation}} and {{t|CardTable2}}, unless or until someone comes up with a good use for the pages.
:I think it would probably be worthwhile, though it might work better as several galleries, perhaps split up according to their source. But this is probably a discussion to be held on [[Talk:Official Proxy]], not here. =) <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[wikipedia:Help:IJP|?]] · [[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 12:19, February 24, 2016 (UTC)
:::I think it's probably best to leave them alone until we have a consistent way to note all of these specific-region differences (so if you have an idea there, go ahead and do it). <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[wikipedia:Help:IJP|?]] · [[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 06:56, March 2, 2016 (UTC)
::::I'm aware I might be repeating myself; but for the "[[Forbidden]]", "[[Limited]]", "[[Semi-Limited]]" and "[[Unlimited]]" pages, I could add a section including changes to the [[Traditional Chinese|Chinese]]-exclusive Lists on each page. Question is, does that mean there should be a list of cards that ''are'' Forbidden/Limited/whatever in the Chinese ''[[OCG]]'' on those pages? I'm currently updating them to [[April 2016 Lists(OCG)|April's Lists]]; but I won't include whatever's in Chinese for now. --'''[[User:Psychid45|<font color="lime">Yes, it's PSYCHID!</font>]]<sup> [[User talk:Psychid45|<font color="skyblue">He talks!</font>]] [[Special:Contributions/Psychid45|<font color="red">He does stuff!</font>]]</sup>''' 13:20, March 31, 2016 (UTC)
:::::It couldn't hurt, but as I said before, it would be best to have a consistent way of noting this type of stuff. If you have an idea of how to do it, I would say go ahead and try it out; we can make changes or revert later if it turns out not to work well for whatever reason. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[wikipedia:Help:IJP|?]] · [[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 21:10, March 31, 2016 (UTC)
::::::How about, for now, I add a notification like: "These cards are [blank] as of [[April 2016 Lists(OCG)|April 1, 2016]] for the Japanese ''OCG'', [[March 2016 Lists|March 1, 2016]] for the Traditional Chinese ''OCG'', and [[November 2015 Lists|November 9, 2015]] for the ''TCG'' Advanced Format." Would that be alright? --'''[[User:Psychid45|<font color="lime">Yes, it's PSYCHID!</font>]]<sup> [[User talk:Psychid45|<font color="skyblue">He talks!</font>]] [[Special:Contributions/Psychid45|<font color="red">He does stuff!</font>]]</sup>''' 00:46, April 1, 2016 (UTC)
:::::::I suppose, though it would help if you could change one page so I could see how it works out in practice. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[wikipedia:Help:IJP|?]] · [[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 03:59, April 1, 2016 (UTC)
(resetting indentation) You replied and I missed it... Alright! In that case, I apologize.<br />
And regarding the manga promo pages to be moved, I made a list of what needs to be renamed [http://yugioh.wikia.com/wiki/[User:Becasita/SubPages/Sandbox/2#Manga_pages_to_be_renamed Manga pages to be renamed|here]]. It only has the pages for the promos. It doesn't have pages like [[Yu-Gi-Oh! 5D's - Volume 003]], for instance. Or should those also be renamed to "volume"? [[User:Becasita|Becasita]] <sup><small>Pendulum</small></sup> ([[User talk:Becasita|talk]] • [[Special:Contributions/Becasita|contribs]]) 11:14, March 4, 2016 (UTC)
:They should at some point, though it's possible we might decide to move the episode, chapter, and volume articles to their English names instead (I've discussed this with another editor who seems to like the idea, but haven't really mentioned it elsewhere). So for now, just moving the promo pages is fine. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[wikipedia:Help:IJP|?]] · [[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 08:07, March 5, 2016 (UTC)
==Pendulum Scale Monster Lists==
Ah, I can't believe I forgot to remove the ratios on the {{t|Set navigation}}! Need to pay more attention.<br />
Look, Lucafriz requested [{{fullurl:[User talk:Cheesedude#Pendulum Scale Monster Lists|#Pendulum_Scale_Monster_Lists}} to Cheesedude]] and then [{{fullurl:[User talk:UltimateKuriboh#Pendulum Scale Monster Lists|#Pendulum_Scale_Monster_Lists}} to UltiK]] if the {{t|CardTable2}} could link directly to the lists of monsters by Pendulum Scale ([[Pendulum Scale 4 Monster Cards|example]]).<br />
I believe Lucafriz didn't address to you, and since you are the template guy and, if I may say, I think that would be a good and convenient idea, I'm pointing it to you. What do you think? (In case you are aware of the situation, but you (or anyone) haven't had time to solve it, please just ignore this message.) [[User:Becasita|Becasita]] <sup><small>Pendulum</small></sup> ([[User talk:Becasita|talk]] • [[Special:Contributions/Becasita|contribs]]) 12:59, March 6, 2016 (UTC)
::And regarding the bot, I don't know if you still encourage me, because I see I've been leaving some typos behind my edits, and there was that problem with ".jpg" vs ".png", so... Regardless, I downloaded AWB. But if you don't feel like I should use such tool, I won't use it. And do I need to make a forum thread or something, to ask for more opinions? [[User:Becasita|Becasita]] <sup><small>Pendulum</small></sup> ([[User talk:Becasita|talk]] • [[Special:Contributions/Becasita|contribs]]) 20:23, March 7, 2016 (UTC)
::<s>And could you please make an ''if'' condition [['''Template:Set/MB01|here]]'''? Or something similar, don't know if that would work. Because it's <u>[[Millennium Box Gold Edition]]</u> for JP and <u>[[Millennium Deck]]</u> for KR.</s> [[User:Becasita|Becasita]] <sup><small>Pendulum</small></sup> ([[User talk:Becasita|talk]] • [[Special:Contributions/Becasita|contribs]]) 23:30, March 7, 2016 (UTC)
::Seriously, I don't know what's happening with me. I realized they would go separated on their respective prefixes. [[User:Becasita|Becasita]] <sup><small>Pendulum</small></sup> ([[User talk:Becasita|talk]] • [[Special:Contributions/Becasita|contribs]]) 23:36, March 7, 2016 (UTC)
:I'm aware it does that, I just haven't taken the time to fix it yet. I don't think it'll be super-complicated to do, but it's not trivial either. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[wikipedia:Help:IJP|?]] · [[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 22:30, March 13, 2016 (UTC)
::Hey, thanks a lot! Sincerely, Dino, thanks a lot! And I just read [['''Help:JavaScript review process]]'''. Didn't know there was such a thing, cool.
::Ah alright. Don't bother much. [[User:Becasita|Becasita]] <sup><small>Pendulum</small></sup> ([[User talk:Becasita|talk]] • [[Special:Contributions/Becasita|contribs]]) 22:59, March 13, 2016 (UTC)
:::Actually, that's the difficulty I was referring to: the gallery tag doesn't allow its content to be generated by templates (it's even finicky about using templates in the image descriptions; sometimes they just don't work). There's a way to work around this, but it's not very pretty; this may be something I end up just implementing in a Lua module instead (which would allow me to bypass all the difficulty).
:::There are also cases where multiple capitals appear without a preceding space, though these aren't nearly as common as cards with lowercased words in their names.
:::You can check to see if the breakage is happening very easily on a page by adding <code>?useskin=monobook</code> to the URL (if the URL already has a question mark, like <code><nowiki>httphttps://yugioh.wikiayugipedia.com/wiki/Foobar?action=view</nowiki></code>, use <code>&useskin=monobook</code> instead). This shows the page using the Monobook skin, which has a sidebar on the left side and a series of tabs across the top of the content; when the page is broken by the factbox, both of these instead appear at the bottom of the page. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[wikipedia:Help:IJP|?]] · [[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 04:56, March 18, 2016 (UTC)
::::Ah, ok. Didn't understand at first. Thought using a template to generate the tags wouldn't work. Hum, that complicates it. Well, I support the idea, so if you ever have the time and patience, go for it.
::::::Ah, I see. Well, I think for now I don't need a bot account. Let's see how I can handle this in semi-automated mode first. If I feel it could be useful to find me a bot account, I'll be sure to leave a request. And thanks for the compliment, feels great.
::::::Thanks. I think I'll try it with that [[:Category:((Infobox set)) transclusions with unnecessary medium|new Category]] you created, by removing the <code>| medium =</code> parameter. [[User:Becasita|Becasita]] <sup><small>Pendulum</small></sup> ([[User talk:Becasita|talk]] • [[Special:Contributions/Becasita|contribs]]) 17:48, March 21, 2016 (UTC)
::::::So, I tried the bot a bit. I was a bit nervous, but I think it went well. I started by removing the <code>| medium =</code> parameter, but then I realized I could fix other stuff at the same time, so I started changing <code>| es_release_date =</code> and <code>| es-lat_release_date =</code> to <code>| sp_release_date =</code> and <code>| sp-lat_release_date =</code> respectively. I hope I didn't mess up anything.
==Weird edit glitch==
Hey, Dino. I was editing the list for the [[Structure Deck: Dinosaur's Rage Special Set]], because it was named incorrectly, I believe (though I saw you were the one creating it), and the correct link was redirecting to the incorrect one. So I edited the [[Set Card Lists:Structure Deck: Dinosaur's Rage Special Set (TCG-EN)|correct one]] to put the list there, and tagged the [[Set Card Lists:Structure Deck: Dinosaur's Rage Special Set|wrong one]] for deletion ([[Special:WhatLinksHere/Set Card Lists:Structure Deck: Dinosaur's Rage Special Set|nothing links to it now]]). But when I created the list in the correct link, and published, [httphttps://yugioh.wikiayugipedia.com/index.php?title=Set_Card_Lists%3AStructure_Deck%3A_Dinosaur%27s_Rage_Special_Set_%28TCG:Structure_Deck:_Dinosaur's_Rage_Special_Set_(TCG-EN%29)&diff=33300332690923&oldid=2817067 2690922 something weird happen]. I have no idea why that happened. As you can see by the [http{{fullurl://yugioh.wikia.com/wiki/Set_Card_ListsSet Card Lists:Structure_DeckStructure Deck:_Dinosaur%27s_Rage_Special_Set_Dinosaur's Rage Special Set (TCG-EN)?|action=history }} page history], I added 434 bytes, so I guess that proves I did not write that. So I don't understand how that phrase appeared there. I then just submited the same code, and [httphttps://yugioh.wikiayugipedia.com/index.php?title=Set_Card_Lists%3AStructure_Deck%3A_Dinosaur%27s_Rage_Special_Set_%28TCG:Structure_Deck:_Dinosaur's_Rage_Special_Set_(TCG-EN%29)&diff=33300342690924&oldid=3330033 2690923 it worked]. And as you can see by the history again, I added 0 bytes that second time, which is true, since I submited the same code. So I'm really confused. I even had previewed and it was fine. I don't understand why that happened. [[User:Becasita|Becasita]] <sup><small>Pendulum</small></sup> ([[User talk:Becasita|talk]] • [[Special:Contributions/Becasita|contribs]]) 15:43, March 23, 2016 (UTC)
Jesus christ it happened to me too when I uploaded pictures... I thought my computer was infected :SSS
Thank God it isn't haha.. I googled the random thing that was written istead of what I wrote, and it appears to be from another wikia.. wth[[User:SSCooler|SSCooler]] ([[User talk:SSCooler|talk]] • [[Special:Contributions/SSCooler|contribs]]) 15:58, March 23, 2016 (UTC)
:There was a problem for a short period of time, around the time those edits were made, where some edits were replaced with the content of a revision from (I think) [[w:c:{{wikia|lyrics||LyricsWiki]]}}; this problem affected all of Wikia, not just this wiki. Looking back on the edit you linked, Beca, it appears that after the initial problem was fixed, the content of affected revisions was also fixed to what was actually saved.
:As for the list page itself, it wasn't actually at the wrong title, but rather was meant as a test for an alternate naming system that never got generally deployed. It arises from the observation that noting both the game (''OCG''/''TCG'') and the region (JP, JA, EN, FR, etc.) in the page name is redundant, and noting the region in cases where a set was only released in a single region, is unnecessary. It's something I would kind of like to see done still, but would amount to a ''lot'' of pagemoves (literally thousands), so I'm rather leery about forging ahead with it at all. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[wikipedia:Help:IJP|?]] · [[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 00:33, March 28, 2016 (UTC)
==Region vs. Language==
First, sorry to bother you this much, sorry, sorry, sorry. But I have a question regarding the last changes you made to the {{t|Infobox set}}.<br />
You changed <code>es_release_date</code> to <code>sp_release_date</code>, <code>ja_release_date</code> to <code>jp_release_date</code>, <code>ko_release_date</code> to <code>kr_release_date</code>, etc.. Basically, you changed from language indexes to region indexes (not sure if this is the exact correct terminology), right?<br />My question is; shouldn't <code>zh_release_date</code> be changed to <code>tc_release_date</code>? I'm asking because "tc" is used in the same places "sp" and "kr" is used, like the {{t|Card table set/header}} template or the {{t|GalleryHeader}} template. Though on this last one, the indexes appear on the <code>|lang=</code> parameter, so I'm not sure here. I see from [httphttps://yugioh.wikiayugipedia.com/wiki/index.php?title=Template:Infobox_set?&diff=prev2307618&oldid=3328037 2307616 here] that <code>tc_release_date</code> is there, and that you made some changes that used it, but if I go on a set and switch <code>zh_release_date</code> to <code>tc_release_date</code>, it won't display.<br />
This is not very important, I know, but since <code>ko_release_date</code> got changed to <code>kr_release_date</code>, it got me wondering if <code>zh_release_date</code> should be changed to <code>tc_release_date</code>.<br />
I looked to the source code of all those templates I mentioned above, to seek for an answer, but I can't be sure on it. And I really apologize if I'm just making you waste your time with some irrelevant matter. [[User:Becasita|Becasita]] <sup><small>Pendulum</small></sup> ([[User talk:Becasita|talk]] • [[Special:Contributions/Becasita|contribs]]) 17:47, March 26, 2016 (UTC)
It's me again, Dino. Here's some stuff again:
*Some of [[Megamorph]] release dates are not displaying. I reset the {{t|Infobox set}} on those sets, but it didn't work, hence why I'm pointing it to you;
*[[CXyz Mechquipped Djinn Angeneral]] is member of the hidden [[:'''Category:((CardTable2)) transclusions with anime parameters]]'''. What does that mean exactly? I've been looking for days (since I last edited it) for any anime parameters on it and I can't find them;
*Last but not least, I would like to know how difficult would be to create a condition on the {{tlf|Infobox set}} that would shorten the <code>prev</code> and the <code>next</code> parameters either automatically or semi-automatically, maybe by giving it an argument through another parameter as the reduction reference. I'm trying to not write a wall of text on it, so I'm not sure if I was clear. A very quick example:
**If the product is a Structure Deck, the parameters would understand that and remove both "Structure Deck" or "Structure Deck:", while still link to the respective product. Hum, probably not worth the effort, right?
:<span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[wikipedia:Help:IJP|?]] · [[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 19:53, March 30, 2016 (UTC)
::*Regarding the MRL/SRL, it actually occurred to me it could be something like that, because Magic Ruler and Spell Ruler are, in the end, the same page, but not directly. But at the time I was already in classes and when I got home I had already forgotten about that, so I didn't check. Could have avoided making you spend some time on it, sorry. As for the SKE, yeah, I had no idea, besides the typical SMW glitches, but it could also be something similar to when those AE or NA dates weren't displaying, and you just fixed them, so I decided to ask you. It's really hard to find Unlimited Edition release dates for some sets, Dino, indeed. And that leads me to another question: Some sets have a separate "gallery frame" on their main pages for the UE gallery. Like [[Crossroads of Chaos#Galleries|CSOC]], for instance. Should this be made for all sets where we have pics for both the 1E and UE set cover? Or should it be a common practice? Or should we only go with the 1E cover (like in the majority of the articles)? Well, there still is [[Talk:Official_ProxyOfficial Proxy#bottom|that idea of yours]], so I guess this question is not very relevant for now. But just in case.
::*Golden Key deleted that parameter from it, so I understood that was the one. Ok, I'll make sure of that next time! Thanks for the info.
::*Aaaah, I had a vague idea I've seen something like that at some page, but I wasn't sure if it had been just a dream hahah. I asked because I was going through the Decks and wasn't sure if that could (and, if so, would) be made.
:::I'm of the opinion that we should indeed show both 1E and UE separately when we have both images, but I don't know what others' thoughts on the matter are. And I haven't forgotten about that discussion, I'm just weird about checking things without going through the email notification for them, and the enotif for that discussion got buried a while back and I haven't managed to uncover it again yet.
:::I can't think of any template we have for that (though you could use {{t|Repeat}} with a space for the string to be repeated), but there's a [[w:c:{{wikia|templates:Template:Spaces|Template:Spaces]] }} on Wikia Templates that you could copy here if you wanted. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[wikipedia:Help:IJP|?]] · [[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 22:33, March 30, 2016 (UTC)
::::Alright, if a conclusion on the matter arises, someone please notify me (or some admin/trustworthy editor just needs to start doing that and I'll get it).
::::::::::::I apologize for my lengthy delay in answering this and your other messages; I would say it's because I've been busy in real life, but for the most part it's just because I've been lazy about wiki stuff the past few weeks (though my laptop hasn't really helped either; it seems to enjoy refusing to load pages at random and as a result it can get frustrating waiting on stuff to load every time I click a link, as you might imagine).
::::::::::::Scribunto is the name of [[mw:Extension:Scribunto|the extension]] that enables Lua to be used to write modules; [[wikipedia:Lua (programming language)|Lua]] is a programming language (as opposed to wikimarkup and parser functions, which were only ever intended to be used as a markup language, regardless of the lengths they have been stretched to over the years); and modules are just the individual pages (in the [[Special:PrefixIndex/Module:|Module: namespace]]) that contain the relevant code (much like how templates are pages in the Template: namespace that contain the text, wikimarkup, and parser functions used to build various parts of articles). The module system was conceived specifically to address the fact that the wikimarkup/parser function system was being grossly overextended to do things it was never designed for, as well as to obviate the need for various parser function extensions such as StringFunctions, Arrays, and Variables (though all three of those, and other such extensions that aren't enabled here, do have their place alongside modules). It's important to note, though, that modules were not intended as a wholesale replacement for the template namespace, and there are plenty of cases where a template is far more appropriate than a module (in addition, normally modules are called through a template rather than being used directly on articles). Because Lua has been around for over two decades, and used in a number of places beyond MediaWiki (specifically, MW devs adopted it after reviewing a bunch of options; it was created before wikis had been invented), you can find lots of tutorials on it all over the internet, and there is a reference for MediaWiki's specific implementation (which disables or changes a few features to enable proper sandboxing) at [[mw:Extension:Scribunto/Lua reference manual]] (though note that, because Wikia's version of MediaWiki and Scribunto are behind the current MW releases, there are also some differences in behavior and functionality between Scribunto/Lua on Wikia and on an up-to-date vanilla MW installation; I'm not sure where you might find documentation on these differences, though there may be information on the [[w:c:{{wikia|dev||Dev]] }} or [[w:c:{{wikia|portability||Portability]] }} wikis).::::::::::::If you'd like an environment where you can test templates (and modules) much more freely without having to worry about breaking articles or otherwise affecting readers, Wikia allows you to create a sandbox wiki for yourself (for example, [[w:c:{{wikia|dinoguy1e3||I have one]] }} that I don't use very often), though note that the terms of service still apply to it (and you'll have to request for Scribunto, Arrays, and Variables to be enabled on it). Unfortunately, you won't be able to mess around with testing SMW on such a wiki, but for that you can use the [[w:c:{{wikia|smwtest||SMWTest wiki]] }} instead.
::::::::::::Lastly, in case you haven't already found it, documentation on Ext:Arrays can be found [[mw:Extension:Arrays|over here]]. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[wikipedia:Help:IJP|?]] · [[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 07:29, June 1, 2016 (UTC)
:Blackwing, [{{fullurl:List of "Battlin' Boxer" cards|diff=3393240&oldid=2699772}} this] seems to have solved the problem. Though I'm not very happy with that solution, since it would be good if the template would do it automatically. But I don't have more time to read and understand the rest of the code at {{tlf|Archseries card list}} for now.
:On another note, at "[[Metalfoe]]", the {{t|Infobox archseries}} is not generating the links to the "[[List of "MetalfoeMetalfoes" cards|members]]" and the "[[List of "MetalfoeMetalfoes" support cards|support]]" pages. I've tried, but I wasn't able to figure out why. <span class="nowrap">[[User:Becasita|Becasita]] <sup><small>Pendulum</small></sup></span> <span class="nowrap">([[User talk:Becasita|talk]] • [[Special:Contributions/Becasita|contribs]])</span> 17:53, May 25, 2016 (UTC)
:Should be fixed now, Blackwing. It was, indeed, a problem with the apostrophe. <span class="nowrap">[[User:Becasita|Becasita]] <sup><small>Pendulum</small></sup></span> <span class="nowrap">([[User talk:Becasita|talk]] • [[Special:Contributions/Becasita|contribs]])</span> 21:32, May 25, 2016 (UTC)
==Dab vs. Redirects categories==
Hey Dino. Regarding [{{fullurl:MB01|diff=3408489&oldid=3408164}} MB01], why not keeping it at [[:Category:Set abbreviation prefix redirects]]? If someone needs to run something on all the set abbreviations, they could be found at that category. Whereas in cases a disambiguation exists and the {{t|R from set abbr}} template is not used, people would have to check all the pages at the Set abbreviation redirects category and at the [[:Category:Disambiguation pages|Disambiguation pages]] category. Furthermore, not all pages at this last category are abbreviations from a set abbreviation, making the job of running through all set abbreviation pages (and only those) more difficult.<br />
However, I agree they are not redirects, of course. Though I still think it would be useful to group them (the set abbreviation pages) at one place. I guess for that, another category (e.g., "Set abbreviation") would have to be created, or something.<br />
There are other dab pages using {{tlf|R from set abbr}}. I guess they need to be removed, then? <span class="nowrap">[[User:Becasita|Becasita]] <sup><small>Pendulum</small></sup></span> <span class="nowrap">([[User talk:Becasita|talk]] • [[Special:Contributions/Becasita|contribs]])</span> 21:21, June 15, 2016 (UTC)
Hello.
I'm editing card's info; adding spanish name and lores, and I'm wondering if it's necessary add "in the card's lore" the links in certain "keywords" (as shown in the english lore of this card): http://yugioh.wikia.com/wiki/AtoZ_Dragon_Buster_Cannon[[AtoZ Dragon Buster Cannon]]
I want to make this voluntary work right; I'm mostly focused on spanish missing data in the english Yu-Gi-Oh! Wikia.
::* The (Semantic Search) tool it's available in the Yu-Gi-Oh! Wikia (in spanish)?
::* For example, please check the Backfire trap card.<br />Link: http://yugioh.wikia.com/wiki/[[Backfire]]<br />If in the spanish lore I put "FUEGO" instead of "FIRE", the linkk will redirect to "FIRE" page, but there will say: "Redirected from FUEGO". Example: http://yugioh.wikia.com/wiki/[[FUEGO ]] this change wont be a problem?
::* I check also in the semantic search that the info can be exported to JSON, however, links in the lore "of any language" isn't available, maybe you know the reason?
:::Those links are fine, though be aware that the redirects are added by hand, and as a result we don't have redirects in place for many game terms in Spanish and other languages. If you would like to add any of these redirects, we can help you with how to do that too. In the meantime, you can link to a page with its English name, while displaying Spanish text, with a pipe, for example <code><nowiki>[[FIRE|FUEGO]]</nowiki></code> results in [[FIRE|FUEGO]].
:::I'm not sure what you're asking there; can you try to explain a bit better? Sorry!
:::Not that I'm trying to chase you away or anything, but if you're interested, there is also a [[es:|Spanish wiki]] which could use plenty of work. =) <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[wikipedia:Help:IJP|?]] · [[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 23:46, August 27, 2016 (UTC)
::::Thank you [[User:Dinoguy1000|Dinoguy1000]] for your answer. I'm going to explain about the "Semantic search" tool a little better "I'm the one who is not very fluent, thought" :), if maybe you're not a programmer (or if you just don't understand me - which is acceptable, of course -), please skip the following text:
::::If you click in this link [httphttps://yugioh.wikiayugipedia.com/index.php?title=Special%3AAsk&q=%5B%5BMedium%3A%3ATCG%5D%5D%5B%5BCard+type%3A%3AContinuous+Trap+Card%5D%5D+%5B%5BLife+Points%3A%3ADamages+your+opponent%5D%5D+%5B%5BLP%3A%3ADamages+your+opponent%5D%5D&po=%3FSpanish+name%3DNombre%0D%0A%3FS%2FT+Class%3DTipo+de+carta%0D%0A%3FLP%3DEfecto%0D%0A%3FEffect+type%3DTipo+de+efecto%0D%0A%3FCard+Image%3DImagen%0D%0A%3FSpanish+lore%3DDescripci%C3%B3n%0D%0A%3FLore%3DDescription%0D%0A&eq=yes&p%5Bformat%5D=json&sort_num=&order_num=ASC&p%5Blimit%5D=500&p%5Boffset%5D=&p%5Blink%5D=all&p%5Bsort%5D=&p%5Border%5D%5Bascending%5D=1&p%5Bheaders%5D=show&p%5Bmainlabel%5D=English+name+with+link&p%5Bintro%5D=Resultado+de+la+consulta&p%5Boutro%5D=&p%5Bsearchlabel%5D=Mas+resultados&p%5Bdefault%5D=No+hay+resultados&p%5Bsyntax%5D=&p%5Bprettyprint%5D=1&eq=yes], you'll download a JSON file with a query that I build using the "Semantic Seach" tool (I think that's the name). Here is the original link [httphttps://yugioh.wikiayugipedia.com/index.php?title=Special%3AAsk&q=%5B%5BMedium%3A%3ATCG%5D%5D%5B%5BCard+type%3A%3AContinuous+Trap+Card%5D%5D+%5B%5BLife+Points%3A%3ADamages+your+opponent%5D%5D+%5B%5BLP%3A%3ADamages+your+opponent%5D%5D&po=%3FSpanish+name%3DNombre%0D%0A%3FS%2FT+Class%3DTipo+de+carta%0D%0A%3FLP%3DEfecto%0D%0A%3FEffect+type%3DTipo+de+efecto%0D%0A%3FCard+Image%3DImagen%0D%0A%3FSpanish+lore%3DDescripci%C3%B3n%0D%0A%3FLore%3DDescription%0D%0A&eq=yes&p%5Bformat%5D=broadtable&sort_num=&order_num=ASC&p%5Blimit%5D=500&p%5Boffset%5D=&p%5Blink%5D=all&p%5Bsort%5D=&p%5Border%5D%5Bascending%5D=1&p%5Bheaders%5D=show&p%5Bmainlabel%5D=English+name+with+link&p%5Bintro%5D=Resultado+de+la+consulta&p%5Boutro%5D=&p%5Bsearchlabel%5D=Mas+resultados&p%5Bdefault%5D=No+hay+resultados&p%5Bclass%5D=+sortable+wikitable+smwtable+card-list&eq=yes]
::::Example: this image shows a fragment of a JSON object [http://i.stack.imgur.com/gZgmv.png] with the lore of a card, but, that object doesn't have a link for keywords like "FIRE".
Good day everyone.
I noticed that in the Coin Toss page [http://yugioh.wikia.com/wiki/Coin_Toss[Coin Toss]] is empty = doesn't get any monster/spell/trap card, but a few days ago, when I check in this page, it was working fine:
Some examples of cards that I checked was:
Hi, could you help me, please?
Recently I´ve become Admin of [http://{{wikia|cs.theelderscrolls.wikia.com/] }} and I want to add new badges. But everytime I try to do that by writing something in "Create new track for category", nothing happens and this error comes up: "The specified category does not exist". Do you know what a problem can be?
Currently we have only basic badges - max. is 500 edits, 500 pictures, etc.
== Howdy! ==
Whew! Thanks to [httphttps://yugioh.wikiayugipedia.com/index.php?title=Template:CardTable2&diff=3700620 1017436&oldid=1017435 this] I was able to find proof of life. Would you please not disappear again? People (i.e., moi) worry.😕 Hope all’s well. Let’s do talk sometime soon. &mdash; <span style="font: bold 125% Garamond;">[[User:SpikeToronto|<span style="color:#DC143C">Spike</span>]][[User talk:SpikeToronto#top|<span style="color:#000000">Toronto</span>]]</span> 14:41, February 5, 2017 (UTC)
== Good job with the Link parameters on CardTable2 ==
--[[User:Nukleopatra01|Nukleopatra01]] ([[User talk:Nukleopatra01|talk]] • [[Special:Contributions/Nukleopatra01|contribs]]) 18:12, March 11, 2017 (UTC)
:I don't doubt what you're saying, though for BEWD we would need to find out what release the "NOT FOR SALE" version was in (I would suspect - without any actual evidence to back it up of course - that it was an attendee card for a MCBB tournament or something, given that Seiyaryu was an attendee ("meeting experience", whatever that's supposed to mean) card for the DM1 tournament). As for the rarity, I can only go off of what others report and what the wiki has claimed, since I've never personally even seen one of these cards in real life, and the wiki has claimed for as long as I'm aware that these cards are [[Holofoil Rare]] (e.g. the "Holofoil Rare" page was [httphttps://yugioh.wikiayugipedia.com/wiki/index.php?title=Holofoil_Rare?&oldid=62889 370409 created] in January 2007 with that claim, and presumably it reflected earlier-added claims on other pages here); it's worth pointing out that the Holofoil Rare page itself only describes the rarity features as "akin to Super Rares, but [with] a coating very similar to Parallel Common cards", and that the pre-OCG Konami promos are the only cards which we note as having this rarity (so if, as I suspect, your problem with the rarity is its name, then that's something we could easily enough change without disturbing or otherwise having to update any other card pages).
:If you manage to find your "NOT FOR SALE" BEWD, could you check and compare its backing to the backing of both the MCBB promos and the DM1 promos? It would be helpful to know if it matches one or the other of them; and in the event it matches neither, we'd want an image of its backing.
:One last note, if you're able to get high-quality scans of your cards, we could definitely use better images of most (possibly all) of these cards, if it wouldn't be too much trouble. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[wikipedia:Help:IJP|?]] · [[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 22:33, March 11, 2017 (UTC)
:It's intended, yeah. If you look on the cards themselves, you'll see that "Token" is listed in the types string (e.g. <code>[Beast / Token]</code>). Since you made me think of it, though, Counters should probably list "Counter" under "Card type" instead of under "Types". <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[wikipedia:Help:IJP|?]] · [[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 19:40, March 12, 2017 (UTC)
::I don't see "Token" on the card (e.g. http://yugioh.wikia.com/wiki/Dragon_Lord_Token [[Dragon Lord Token]] just has [Dragon] not [Dragon / Token]), though? Also that card has "Card type: Monster" but other tokens (like http://yugioh.wikia.com/wiki/Token_[[Token (Yugi_and_Dark_MagicianYugi and Dark Magician) ]] ) don't? If it's about having level/atk/def/type then this one http://yugioh.wikia.com/wiki/Laval_Token [[Laval Token]] doesn't have any on the card itself but it also does have "Card type: Monster". It's very inconsistent. I think all tokens should have "Card type: Monster" [[User:Chinhodado|Chinhodado]] ([[User talk:Chinhodado|talk]] • [[Special:Contributions/Chinhodado|contribs]]) 00:22, March 13, 2017 (UTC)
:::Yeah, [[User:Becasita|Becasita]] and I investigated this earlier, after I replied here, and it turns out I was talking nonsense. Token cards that have been shown or released only have a types string if the card has a more specific name than "Token", otherwise they leave out that entire line. In addition, OCG/TCG and some video game Token cards don't include the word "Token" in the types string at all; the only cases I'm aware of now where the word "Token" is included is for Tokens featured in [[Yu-Gi-Oh! Power of Chaos|Power of Chaos]] and [[Yu-Gi-Oh! Duel Arena|Duel Arena]] (though I wouldn't be surprised if there were other video games that also do this).
:::All Tokens should be showing "Card type: Monster" now; please poke me if you spot one that isn't (or if you notice anything else that you think needs changed about how the template works). =) <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[wikipedia:Help:IJP|?]] · [[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 00:53, March 13, 2017 (UTC)
:::: Thanks for the explanation and the quick fix! Another thing that I don't know if it has to do with the template or not is that many tokens (e.g. http://yugioh.wikia.com/wiki/Laval_Token [[Laval Token]] ) do not have the "TCG Cards" or "OCG Cards" category. I can't figure out how to add category to a card so I couldn't do it myself [[User:Chinhodado|Chinhodado]] ([[User talk:Chinhodado|talk]] • [[Special:Contributions/Chinhodado|contribs]]) 01:01, March 13, 2017 (UTC)
:::::That's because those categories specifically aren't added for Tokens (which instead have "Category:Tokens" and "Category:Unusable cards"). I'm not sure if we want the "OCG/TCG cards" categories on Tokens either; ultimately, it comes down to what purpose we want those categories to serve. Though thinking about it, I'm not sure if "Category:Unusable cards" is appropriate for Tokens (or Counters) either, since they ''can'' be used in a Duel, they just can't be included in a Deck. So I guess we should treat "Category:OCG/TCG cards" and "Category:Unusable cards" as mutually exclusive, with all OCG/TCG cards falling in either one or the other? At least, that sounds reasonable to me... <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[wikipedia:Help:IJP|?]] · [[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 01:18, March 13, 2017 (UTC)
== OCG/TCG Booster Packs category ==
Continue with the topic of category, many booster pack do not have the "TCG Booster Packs" or "OCG Booster Packs" category, such as http://yugioh.wikia.com/wiki/Star_Pack_Battle_Royal [[Star Pack Battle Royal]] , or http://yugioh.wikia.com/wiki/Battle_Pack[[Battle Pack:_Epic_Dawn Epic Dawn]]. Looking at the source code of these pages I think I can add the categories in myself, but I don't know if you have a more efficient way to do it instead of going through each booster pack. [[User:Chinhodado|Chinhodado]] ([[User talk:Chinhodado|talk]] • [[Special:Contributions/Chinhodado|contribs]]) 05:02, March 13, 2017 (UTC)
:The set categories are mostly manually applied; I don't think we could easily automate them without adding new parameters to the infobox. So for now, at least, you should add the categories manually, yeah. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[wikipedia:Help:IJP|?]] · [[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 05:38, March 13, 2017 (UTC)
:::::I actually went and added Property:Primary/Secondary type support to CT2 just after commenting here, so queries can start being properly updated now (though it might be best to wait a few hours or so for page caches to be cleared). The main thing to be done in updating queries is just to switch them to {{t|Card query}} (unless they're displaying information in a way the template doesn't support), and make sure the actual query string isn't looking for monster type values in the Card type property.
:::::I don't think there's any robust way to track all uses of <code>#ask</code>, though you can get some information from [['''Special:TagsReport]]'''. (This was one of my motivations for creating the card query template, just to allow for better tracking of queries). <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[wikipedia:Help:IJP|?]] · [[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 19:40, March 14, 2017 (UTC)
::::::Crap, I just noticed something went wrong. Any page monster whose cache was updated now doesn't show its own Type: [[User:XBrain130/Queries#Primary type status]] --[[User:XBrain130|XBrain130™]]「[[User talk:XBrain130|{{Ruby|X|エックス}}ブレーン130]]」 21:02, March 15, 2017 (UTC)
::I wouldn't be surprised if it turns out that the majority of Series 1 was reprinted at this point.
::Yes, I haven't archived since 2015, so things are getting a bit on the long side here. =)
::The [[Help:Community Council|Community Council]] is kind of the successor to the Wikia Stars program; it's basically a group of editors to whom Wikia grants early access to certain upcoming features and changes, to gather opinions and suggestions. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[wikipedia:Help:IJP|?]] · [[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 17:41, April 14, 2017 (UTC)
:::Found something interesting. According to a translation of [http://www.buluaizu.com/shop/products/list.php?transactionid=a6ae01e131fa5cdb82ececbc970d0fc85d89f734&mode=search&category_id=456&name=vol+3&search.x=0&search.y=0 this site], there were cards reprinted for a "Studio dice enter". Some sort of contest or event perhaps? --[[User:Golden Key|Golden Key]] ([[User talk:Golden Key|talk]] • [[Special:Contributions/Golden Key|contribs]]) 19:00, April 21, 2017 (UTC)
::::[[Googling "{{google:スタジオダイス入り|Googling "スタジオダイス入り}}"]] turns up some interesting results, including [https://www29.atwiki.jp/yu-gi-oh-2chdic/pages/365.html this page] which states that Studio Dice is Kazuki Takahashi's production studio and that the early cards with the extended copyright notice are called "Studio Dice version", and [http://yugioh-price.blog.jp/archives/1300460.html this page] suggests that the Studio Dice prints were printed during Series 2, after ''Magic Ruler''. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[wikipedia:Help:IJP|?]] · [[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 20:00, April 21, 2017 (UTC)
== Re: Speed World 2 ==
What did I just added? I only edited the weaknesses (replaced "[[Hook the Hidden Knight]]" to "[[Threatening Roar]]"... = =--Jared 23:34, April 21, 2017 (UTC)
:You [httphttps://yugioh.wikiayugipedia.com/wiki/index.php?title=Timelord?&diff=37793571781722&oldid=3778983 1781716 added] the text "(pending additional supports)" to the {{t|Decklist}} title. This text is unnecessary because archetype/series Deck recommended cards may change at any time with the release of new cards which render older recommended cards less useful or desirable. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[wikipedia:Help:IJP|?]] · [[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 23:48, April 21, 2017 (UTC)
::Oh, I see now! I apologize for that! --Jared 00:03, April 22, 2017 (UTC)
:: Edit: Also also, what if I want to import multiple images at once, such as the aforementioned SR06-JP cards? Are there any jobs I should leave to bots (maybe such as the one I just mentioned)? Are there any bots at all on this wiki? [[User:Facheman|Facheman]] ([[User talk:Facheman|talk]] • [[Special:Contributions/Facheman|contribs]]) 17:57, 19 March 2018 (UTC)
 
:::Apologies in advance for the text wall; please ask for clarification if I didn't explain something well enough. =)
:::When you import text (whether from the Wikia, or from Wikipedia or a similar wiki), you need to properly attribute it. For our purposes, importing from the Wikia, the preferred method would be to export the complete page history via [[Special:Export]] on the Wikia (which anyone can do) and then import the resulting file via [[Special:Import]] on this wiki (which only an admin can do). Since the import is admin-only, it's probably better to just request the import and let an admin handle the export as well. This preserves all the edits in the page's history, as well as the names of all the editors that made those edits and the timestamps.
:::For copying from Wikipedia and similar wikis, the same process can be used, but personally I prefer a simpler one: linking to the source page in the edit summary when you save the page here (e.g. <code>copied from <nowiki>[[wikipedia:Example]]</nowiki></code>). This is preferable since there may be cases where the same username on Wikipedia and on Wikia/this wiki, aren't actually the same person (while accounts on Wikia are global - you can register on one Wikia wiki and then log in on any other Wikia wiki with the same username - Wikia and Wikipedia don't share user login information, so it's possible for two different people to register using the same name, one person on Wikia and the other on Wikipedia). If that ever happens, and the full import I mentioned above is used, it causes edits to be attributed to the wrong person, and so the import file would have to be changed before importing. So in general it's simpler to just copy-paste in this case, with attribution in the edit summary.
:::The performance issues are more to do with the sheer size of the wiki than anything. While we aren't by any means the [[metawikimedia:List of largest wikis|largest wiki]], we're definitely pretty far up there, and we also make heavy use of an extra bit of software called [[smw:|Semantic MediaWiki]], which is very taxing on servers. In addition, we're already getting ~10k users per week visiting the wiki, so there's a fair bit of traffic as well. The easiest fix is probably to spread the load across multiple servers, which is in the works as I understand it.
:::You should be able to upload multiple images on [[Special:MultiUpload]]. Normally we'd have several bots, but the software we usually use to run them hasn't been connecting with the wiki and we don't know why. At any rate, don't worry too much about stepping on a bot's toes; if you see something to do and you'd like to do it, go ahead. =) [[User:Dinoguy1000|Dinoguy1000]] ([[User talk:Dinoguy1000|talk]] • [[Special:Contributions/Dinoguy1000|contribs]]) 00:25, 21 March 2018 (UTC)
 
::::Not much to say, other than -- awesome! It's a lot easier than I thought and I'll be pleased to give an helping hand as soon as I have some spare time. It's nice to see you are already getting lots of views. Thanks a lot for the thorough explainations as well, I do love text walls after all. See you and keep up the excellent work :) [[User:Facheman|Facheman]] ([[User talk:Facheman|talk]] • [[Special:Contributions/Facheman|contribs]]) 19:41, 23 March 2018 (UTC)
 
== Mover ==
 
Thank you very much. I shall try to make good use of this. [[User:Lucil|Lucil]] ([[User talk:Lucil|talk]] • [[Special:Contributions/Lucil|contribs]]) 01:08, 20 July 2018 (UTC)
 
:No problem, let me know if you need any help with it! <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[wikipedia:Help:IJP|?]] · [[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 10:51, 20 July 2018 (UTC)
 
== Regarding Duel Links Images ==
 
Thanks for the offer. Automatic scraping of the Duel Links images would really help. Would be willing to correspond with you on Discord. Thanks. [[User:Dark Pride|Dark Pride]] ([[User talk:Dark Pride|talk]] • [[Special:Contributions/Dark Pride|contribs]]) 01:15, 30 July 2018 (UTC)
 
== Template:Decklist ==
 
Can you add [[Flip monster]] into the [[Template:Decklist]]? It been 4 years since ''[[Super Starter: Space-Time Showdown]]'' established it as a card type. [[User:WinterNightmare|WinterNightmare]] ([[User talk:WinterNightmare|talk]] • [[Special:Contributions/WinterNightmare|contribs]]) 20:32, 3 August 2018 (UTC)
 
:Added, sorry for the delay in answering you. =) <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[wikipedia:Help:IJP|?]] · [[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 12:13, 4 August 2018 (UTC)
 
:: Thanks, no problem since the server still kinda bad. [[User:WinterNightmare|WinterNightmare]] ([[User talk:WinterNightmare|talk]] • [[Special:Contributions/WinterNightmare|contribs]]) 20:06, 4 August 2018 (UTC)
 
== RE: Status list changes table sorting ==
 
I apologize for not replying sooner like I should've. However, to answer your question, I kind of like the way I do it. I'm positive that you have good intentions with what you did, but I personally think the way I do it makes the appearance a little less distracting for the user. --'''[[User:The-Psychid|<font color="#33cc66">Yes, it's THE-PSYCHID!</font>]]<sup> [[User talk:The-Psychid|<font color="skyblue">He talks!</font>]] [[Special:Contributions/The-Psychid|<font color="red">He does stuff!</font>]]</sup>''' 02:57, 16 September 2018 (UTC)
 
== Re: Doriado card and series ==
 
All the members have an effect related to Attributes, since [[Doriado]] don't have any effect I thought someone would just eventually change it to being related. Also, what happened to the [[Doriado (series)]] article? --[[User:Missign0|Missign0]] ([[User talk:Missign0|talk]] • [[Special:Contributions/Missign0|contribs]]) 04:19, 2 October 2018 (UTC)
 
== File rename ==
 
I accidentally named CharcoalInpachi-LD-EN-VG.png as '''File:CharchoalInpachi-LD-EN-VG.png'''. Can you please help me rename it to its correct name please when you can? Thanks![[User:Cardsknower|Cardsknower]] ([[User talk:Cardsknower|talk]] • [[Special:Contributions/Cardsknower|contribs]]) 06:03, 3 January 2019 (UTC)
 
:Done. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 06:17, 3 January 2019 (UTC)
 
== Revert ==
Oh my God DG I'm so sorry. I didn't mean to do a revert; I think I clicked something by accident that caused it. Please accept my apology. [[User:Rodtheanimegod4ever|Rod]] ([[User talk:Rodtheanimegod4ever|talk]] • [[Special:Contributions/Rodtheanimegod4ever|contribs]]) 17:30, 29 January 2019 (UTC)
 
== Search category card list ==
 
The list in [[Requires monsters with different names as Link Materials]] now shows the monster's Level/Rank, but not their Link Rating. --[[User:Missign0|Missign0]] ([[User talk:Missign0|talk]] • [[Special:Contributions/Missign0|contribs]]) 04:43, 25 May 2019 (UTC)
 
:That's more a shortcoming of {{t|card query}} than anything, though that's ultimately because there's just no good way to automatically determine which column to show (especially when both should be shown, which currently it doesn't support at all IIRC). Regardless, I've fixed it just by passing in the full original query. If I ever come up with a better/more systematic or automatic way to handle these, this page can be adjusted, but for now it should be fine. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 06:45, 25 May 2019 (UTC)
 
== RE: Moving pages ==
Thanks for the heads up on that. I was looking for the means of renaming the page it was originally on but found nothing so, in a tired state, I thought it would be fine to just copy it over. I'll keep it in mind I case this happens again. <small>''—This unsigned comment was made by [[User:Dragonecro0987|Dragonecro0987]] ([[User talk:Dragonecro0987|talk]] • [[Special:Contributions/Dragonecro0987|contribs]]) 06:38, 16 July 2019''</small>
 
== Reattributing edits from account rename ==
Hi, i moved this accout from the old wikia account, however the name was changed beforehand (From Darkrai1276), so most edits are still attributed under that name. It would be good to have them re-attributed to this account instead.--[[User:Toastclaimer|Toastclaimer]] ([[User talk:Toastclaimer|talk]] • [[Special:Contributions/Toastclaimer|contribs]]) 16:45, 29 August 2019 (UTC)
 
:Hi [[User:Toastclaimer|Toastclaimer]], I've put in a request for the reattribution for you. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 22:04, 29 August 2019 (UTC)
 
== Link Monster Pattern: Origin ==
 
Hi, it's me again. How's it been?
 
I don't know if you can answer (especially since it says that [[User:Deltaneos|Deltaneos]] is the one who uploaded it in the first place), but do you know where the [[:File:Link Monster pattern.png|header pattern for Link Monsters]] originated? I ask because recently I thought of making a Summoning mechanic of my own for another wiki, and the CSS header pattern for that might be something similar to that of the Link Monster pattern for this wiki. If you have any further questions or concerns, do not hesitate to ask. --'''[[User:The-Psychid|<font color="#33cc66">Yes, it's THE-PSYCHID!</font>]]<sup> [[User talk:The-Psychid|<font color="skyblue">He talks!</font>]] [[Special:Contributions/The-Psychid|<font color="red">He does stuff!</font>]]</sup>''' 19:41, 1 September 2019 (UTC)
 
:The file description page points to {{wikia|vi.yugioh:File:Link BG.PNG}}; the file history there says it was {{wikia|vi.yugioh|User:Huykaiba|Huykaiba}} that originally uploaded it, but no source is given. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 20:06, 1 September 2019 (UTC)
 
==Any Borreload Tactics?==
 
Hello, I'm new here, so, I have a question:
 
I recently got my hands on [[Structure Deck: Rokket Revolt]] yesterday, so are there any tip/ strategies for a [[Rokket]] 1TK? I'm Just wondering is all.
[[User:XiaolongDrake|XiaolongDrake]] ([[User talk:XiaolongDrake|talk]] • [[Special:Contributions/XiaolongDrake|contribs]]) 11:45, 16 September 2019 (UTC)[[User:XiaolongDrake]]
 
:Hello [[User:XiaolongDrake|XiaolongDrake]], and welcome to Yugipedia! Unfortunately, you've asked the wrong person; I don't play the game, and haven't in any serious capacity for years. You can always ask on [[Yugipedia:Discord|our Discord]] if you don't mind joining it, and there's plenty of other Discord servers if you don't want to join ours, or plenty of subreddits or forums if you're just not interested in Discord. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 12:08, 16 September 2019 (UTC)
 
::Oh, other than that, could we chat at my talk wall? [[https://yugipedia.com/wiki/User_talk:XiaolongDrake]]
::[[User:XiaolongDrake|XiaolongDrake]] ([[User talk:XiaolongDrake|talk]] • [[Special:Contributions/XiaolongDrake|contribs]]) 03:07, 19 September 2019 (UTC)
 
:::If you just want to chat, a better place would be our Discord server, to be honest. If you have questions about anything, you can ask here, but asking on our Discord means more people will be likely to see your question and you might get an answer sooner than if we talk here. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 07:27, 19 September 2019 (UTC)
 
:::: what's the discord server invite? [[User:XiaolongDrake|XiaolongDrake]] ([[User talk:XiaolongDrake|talk]] • [[Special:Contributions/XiaolongDrake|contribs]]) 00:42, 22 October 2019
 
:::::Looks like you found it, but for anyone else coming this way, it can be found on [[Yugipedia:Discord]] (linked from the sidebar on every page on desktop), or via the Discord widget on the [[Yugipedia|main page]]. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 01:41, 22 October 2019 (UTC)
 
Plus, thanks for working on [[User: XiaolongDrake]]. I know I should manually copy the JP names, but I'm learning the language along with Italian and Spanish. Got a q: how do you think of my profile as of recently?
[[User:XiaolongDrake|XiaolongDrake]] ([[User talk:XiaolongDrake|talk]] • [[Special:Contributions/XiaolongDrake|contribs]]) 13:30, 22 October 2019 (UTC)
 
:It's your userpage; as long as you follow the rules, you can do whatever you like on it, including using templates—or choosing not to. =)
:To be honest, I don't really pay much attention to it, but since it's on my watchlist, I do get notified of edits to it. I just happened to notice that you'd manually copied the JP card names, and thought you'd appreciate the pointer for automating that. =)
:<span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 13:53, 22 October 2019 (UTC)
 
== "Wikitable Sortable" ==
 
I noticed that you reverted my edits when I removed the "sortable" part from the '''"wikitable sortable"''' code. Personally, if it's just one card that's acquired its new status, what's the point of making it "sortable" to begin with? --'''[[User:The-Psychid|<font color="#33cc66">Yes, it's THE-PSYCHID!</font>]]<sup> [[User talk:The-Psychid|<font color="skyblue">He talks!</font>]] [[Special:Contributions/The-Psychid|<font color="red">He does stuff!</font>]]</sup>''' 03:05, 15 October 2019 (UTC)
 
:As I explained in the edit summary of my first revert, sometimes it won't be just one card, and it's better to have a sortable table when it's not needed than to have an unsortable table when it is. To look at it another way, it would require everyone who updates those tables to add or remove the <code>sortable</code> class as appropriate, which IMO is an unnecessary extra burden. It also keeps all of the tables consistent with each other. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 05:59, 15 October 2019 (UTC)
 
== How "Navbox" Works ==
 
Me again.
 
This is another question I have regarding the construction of my hopefully future wiki. I intend to make a navbox similar to [[Template:Gameplay|the "Gameplay" template]] on this wiki, as I actually plan on making a completely new stylized set of rules for my story. As such, it would only be appropriate that there would exist an appropriate template for that kind of occasion. I know that using the "[[Template:Navbox|Navbox]]" template is the ideal solution, but I don't know how to code it into my wiki. I <span class="plainlinks">[https://www.mediawiki.org/wiki/Template:Navbox tried to do some research into this]</span>, and I ''think'' it said something about having to add an extension to MediaWiki itself, but I don't know what it is. If you could please help me with this, I'd appreciate it. But if you have any further questions or concerns, do not hesitate to ask. Please, and thank you! --'''[[User:The-Psychid|<font color="#33cc66">Yes, it's THE-PSYCHID!</font>]]<sup> [[User talk:The-Psychid|<font color="skyblue">He talks!</font>]] [[Special:Contributions/The-Psychid|<font color="red">He does stuff!</font>]]</sup>''' 04:24, 22 November 2019 (UTC)
 
:To use the modern version of Navbox, you'll need to have [[mw:Extension:ParserFunctions|Extension:ParserFunctions]] and [[mw:Extension:Scribunto|Extension:Scribunto]] installed on your wiki. Both of these are bundled with MediaWiki, and are probably installed, but you can check by searching for them on Special:Version on your wiki (for comparison, see our [[Special:Version]] here). Unfortunately, if they ''aren't'' already installed, the amount of help I can offer is limited (especially for Extension:Scribunto).
:After that, the best way to get Navbox on your wiki is to just [[wikipedia:Special:Export|export]] it from Wikipedia (on that page, type in <code>Template:Navbox</code> (and, optionally, on a new line, <code>Module:Navbox</code>) in the large input box, and check the "Include templates" checkbox; the resulting XML file should look like [https://en.wikipedia.org/w/index.php?title=Special:Export/Template:Navbox&templates=1 this] if you open it in a text editor), and import the downloaded XML file on your wiki via Special:Import (you'll need to be an admin to use Special:Import, but since it's your wiki anyways, I'm assuming that's not a problem).
:You'll also need to copy the hlist and navbox CSS from [[wikipedia:MediaWiki:Common.css]] to your wiki's MediaWiki:Common.css (just copy eveything from the <code>Style for horizontal lists</code> comment down to the <code>.navbox-title .navbar</code> rule), and optionally also the <code>makeCollapsibleMwCollapsible</code> and <code>mwCollapsibleSetup</code> functions from [[wikipedia:MediaWiki:Common.js]] to your wiki's MediaWiki:Common.js, if you want autocollapsing (make sure to get the <code>mw.hook</code> function calls with them too).
:That should be pretty much everything; let me know if you need more help. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 06:38, 22 November 2019 (UTC)
 
::I had a bit of trouble at first, but I think I got it! ...Er, kinda...
 
::I ''do'' have it how I want it to be, as far as the <code>hlist</code> thing is concerned, but it's not exactly coming out as I've visually hoped. By that, I mean that there's no codes for either the header or the contents' background. Is it something I have to implement in the wiki's CSS?
 
::Thanks for your help, though. I really do appreciate it! --'''[[User:The-Psychid|<font color="#33cc66">Yes, it's THE-PSYCHID!</font>]]<sup> [[User talk:The-Psychid|<font color="skyblue">He talks!</font>]] [[Special:Contributions/The-Psychid|<font color="red">He does stuff!</font>]]</sup>''' 02:23, 23 November 2019 (UTC)
 
:::I'm not sure what you mean here... Can you take a screenshot, upload it to imgur or a similar image host, and link it here? Also, if you have [[Yugipedia:Discord|Discord]], I think that would be a better way to work through the rest of this, since it's more real-time and it sounds like the remaining issues are just on-wiki. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 07:08, 23 November 2019 (UTC)
 
::::I think Discord 'would' be easier. My Discord is '''<nowiki>The-Psychid#7351</nowiki>''' --'''[[User:The-Psychid|<font color="#33cc66">Yes, it's THE-PSYCHID!</font>]]<sup> [[User talk:The-Psychid|<font color="skyblue">He talks!</font>]] [[Special:Contributions/The-Psychid|<font color="red">He does stuff!</font>]]</sup>''' 18:32, 24 November 2019 (UTC)
 
== RE: Psychid45 edits ==
Sorry for responding so late; I was watching my parents' house last night. But I did get your message about the whole "Psychid45 edits" thing; but can I ask what you mean by that? Are you saying you want to rename my account "Psychid45" to do the necessary changes you have to do? --'''[[User:The-Psychid|<font color="#33cc66">Yes, it's THE-PSYCHID!</font>]]<sup> [[User talk:The-Psychid|<font color="skyblue">He talks!</font>]] [[Special:Contributions/The-Psychid|<font color="red">He does stuff!</font>]]</sup>''' 18:32, 24 November 2019 (UTC)
 
== Hello! How can I help? ==
 
Hi Dinoguy, remember me? I don't edit much anymore, but suffice to say I still love the site and want to help out with the recovery. I don't know the coding like you do, but I'd like to at least help revive the post-2019 card galleries, which are my favorite part of the site. Is there any way I can help out with that? Thanks, [[User:Rodtheanimegod4ever|Rod]] ([[User talk:Rodtheanimegod4ever|talk]] • [[Special:Contributions/Rodtheanimegod4ever|contribs]]) 00:12, 15 April 2023 (UTC)
 
:@[[User:Rodtheanimegod4ever|Rodtheanimegod4ever]]: Hey! The obvious way to help would be if you happen to have a collection of wikitexts for pages laying around, though obviously I'm not expecting that to be the case. =D
:Another admin is actually currently working on restoring card gallery and artwork pages from copies we recovered from a server cache system; they've already recovered card tips pages from the same source. If you use it, [[Project:Discord|Discord]] is the best way to coordinate on the recovery in general; that's where we've had all of the recovery discussion so far. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 01:20, 15 April 2023 (UTC)
 
::Good to hear from you! Sadly I don't have any wikitexts or caches, sorry. I'll try to drop by Discord, though! [[User:Rodtheanimegod4ever|Rod]] ([[User talk:Rodtheanimegod4ever|talk]] • [[Special:Contributions/Rodtheanimegod4ever|contribs]]) 02:47, 15 April 2023 (UTC)
 
== Bot account restoration ==
 
Can you help restore my bot account, CardKBot, when you can do so now that public editing is back? Thanks![[User:Cardsknower|Cardsknower]] ([[User talk:Cardsknower|talk]] • [[Special:Contributions/Cardsknower|contribs]]) 02:55, 5 May 2023 (UTC)
 
== Missing Things ==
 
Hello. I'm noticing that my account (YGOTourneyFan) appears to be missing? I tried logging in, but nothing worked! Also, some later additions to the WDC game page are not back, either. Was all this because of what happened to Yugipedia before? [[Special:Contributions/2600:4040:55D2:ED00:BD73:FDA0:71C4:F30|2600:4040:55D2:ED00:BD73:FDA0:71C4:F30]] ([[User talk:2600:4040:55D2:ED00:BD73:FDA0:71C4:F30|talk]]) 12:56, 14 May 2023 (UTC)
 
:You'll have to reregister your account; like all accounts from after January 2020, it was lost in the accidental database erasure. The missing pages are for the same reason; we've restored the easy stuff, but there's a lot that wasn't in there. We do still have a very large collection of various caches and whatnot that we are still working on restoring pages from, but have no timeline for that, and it's likely that even if we can restore from every single saved cache, there will still be some pages that are missed, unfortunately. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 17:26, 14 May 2023 (UTC)
 
::I see. That's a shame to hear, but it is what it is. Thank you for telling me. In the end, I really only registered so I could look into info for the JP version of WDC, as it had content cut from the US version. Maybe I'll reregister, like you said, maybe not. Either way, I appreciate your help. [[Special:Contributions/2600:4040:55D2:ED00:3C86:4B4A:1483:F8EF|2600:4040:55D2:ED00:3C86:4B4A:1483:F8EF]] ([[User talk:2600:4040:55D2:ED00:3C86:4B4A:1483:F8EF|talk]]) 19:15, 15 May 2023 (UTC)[[Special:Contributions/2600:4040:55D2:ED00:3C86:4B4A:1483:F8EF|2600:4040:55D2:ED00:3C86:4B4A:1483:F8EF]] ([[User talk:2600:4040:55D2:ED00:3C86:4B4A:1483:F8EF|talk]]) 19:14, 15 May 2023 (UTC)
 
== World Duel Carnival JP Version Info ==
 
Hey there! I went ahead and recreated my account here. That being said, do you think you could help me again?
 
Remember when you helped me with information on the cut content from the Japanese version of World Duel Carnival? You gave me a couple of links pertaining to that version of the game. Do you think you could give them to me again, please? If you need a little bit of time to find them again, that's okay. I can wait until you're set. Thank you again. [[User:YGOTourneyFan|YGOTourneyFan]] ([[User talk:YGOTourneyFan|talk]] • [[Special:Contributions/YGOTourneyFan|contribs]]) 00:49, 16 May 2023 (UTC)
 
:Unfortunately, I don't remember; judging by entries in our [[Yugipedia:Discord|Discord server's]] #recent-changes channel, you asked this in 2021, so it wasn't particularly recent. If possible, can you provide any details you remember (especially the specific question(s) you asked or the domain or name of the website(s) I linked)? <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 01:54, 16 May 2023 (UTC)
 
::Of course. It was about the story modes of the characters that weren't included in the US version, such as the other Barians, Number 96, and Anna. I don't remember the exact link, but I do remember that all of those were added to the game's page some time before the erasure. I hope that helps. [[User:YGOTourneyFan|YGOTourneyFan]] ([[User talk:YGOTourneyFan|talk]] • [[Special:Contributions/YGOTourneyFan|contribs]]) 03:03, 16 May 2023 (UTC)
 
:::That helps quite a bit, actually; it let me know to just check on the Internet Archive for a saved version of WDC's edit page, and I was able to restore one from January 8. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 03:51, 16 May 2023 (UTC)
 
::::I just took a look at that page, and I saw it was all there, just like I remembered seeing it! Thank you so much! [[User:YGOTourneyFan|YGOTourneyFan]] ([[User talk:YGOTourneyFan|talk]] • [[Special:Contributions/YGOTourneyFan|contribs]]) 01:25, 17 May 2023 (UTC)
 
== I apologize for what I have done ==
 
Hello, this is Kiba Doku. I tried to leave a message using my account, but it seems like I cannot until the block expires. I apologize for what I have done. I did not see any of my messages, and was not intentionally ignoring anyone.
 
I was afraid that those redirects would not be reinstated, and I did not realize that there was a special template I was supposed to follow or that bots would have eventually recreated the redirects anyways. I apologize for the inconveniences I have caused.
 
Question, will the galleries for all the cards also be eventually reinstated? I have also been reinstating some galleries, mainly related to 20th Secret Rare and Japanese OCG Prismatic Secret Rare cards.
 
Once again, I apologize for the inconveniences I have caused. <small>''—This unsigned comment was made by [[User:Kiba Doku|Kiba Doku]] ([[User talk:Kiba Doku|talk]] • [[Special:Contributions/Kiba Doku|contribs]]) 23:35, 25 May 2023''</small>
 
:You could reply on your talk page, which is generally the preferred location when the original messages are also there (and especially so while you're blocked).
:It's not a problem, I'll lift the block in a minute, we just wanted to be sure you'd seen the messages, and took the time to respond to them.
:They will, though whether that can be easily automated is a whole different question, so feel free to continue recreating those as you go. =)
:<span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 04:16, 26 May 2023 (UTC)
 
== Card List query help ==
Need help with this:
<pre><nowiki>
* [[Level]] 7 or lower [[Beast]], [[Beast-Warrior]], and [[Winged Beast]] monsters that can be [[Special Summon]]ed from the [[hand]] in ''[[Yu-Gi-Oh! Rush Duel]]'':
Below won't show up
{{Card query|[[Type::Beast-Warrior]][[Level::>7]][[Summon::Can be Special Summoned]]|medium=rushduel}}
{{Card query|[[Type::Beast]][[Level::>7]][[Summon::Can be Special Summoned]]|medium=rushduel}}
{{Card query|[[Type::Winged Beast]][[Level::>7]][[Summon::Can be Special Summoned]]|medium=rushduel}}
</nowiki></pre>
<small>''—This unsigned comment was made by [[User:Jyojyo78|Jyojyo78]] ([[User talk:Jyojyo78|talk]] • [[Special:Contributions/Jyojyo78|contribs]]) 19:33, 18 June 2023‎''</small>
 
: The problem was the use of <code>Summon</code>; the correct property name is <code>[[Property:Summoning|Summoning]]</code>. I've already fixed the page. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 05:58, 19 June 2023 (UTC)
 
== Message of forgiveness that I felt was necessary. ==
 
Hello, Dinoguy1000. I'm the user 95.237.151.9, also owner of the IP blocked address 154.28.188.233.
 
I'm here to apologize for my behavior regarding the article [[Damamu]].
Of course, I hope you're still not upset about my edits, without speaking them on the article's talk page first.
 
I just wanted to say that, while I didn't want to interfere in the article, I felt compelled to "improve" an argument that I thought was full of plural promons when the character was singular.
 
As for the genre of "Damamu"; I don't know if I can say it, it seems to me that she is a female character and not gender abique.
 
Regarding the discussion with [[User:XBrain130|XBrain130]], I had deleted it not because I didn't like the answer, but because I simply thought I was leaving room for more serious discussions and not turning the page into a sort of Chat.
 
Even if it seems meaningless,i'm also here to ask, if possible, to unblock my second address "154.28.188.233".
 
If there is anything wrong with this message, please let me know.
 
Also, if in the future I make wrong changes to some article, I do it not for vandalism, but for simple help, even if I'm not registered yet.
 
As a last request, I would like the "Goha Six" pages to be recreated.
 
If I made too many requests, I apologize for that too.
I wish you and all the administrators, collaborators, etc. of Yugipedia a good job. =). --[[User:95.237.151.9]]
 
:@[[User:95.237.151.9|95.237.151.9]]: I'm not upset about your edits, nor was I at any point. Discussion about the Damamu article should be kept to its [[Talk:Damamu|talk page]]; I personally don't have much to say about it since I don't follow the anime.
:The 154.28.188.233 IP address is part of a [[wikipedia:Classless Inter-Domain Routing#CIDR blocks|CIDR range]] which operates as an [[wikipedia:Open proxy|open proxy]], and will not be unblocked here unless it is first unblocked on Wikipedia (see the range's [[Special:Contributions/154.28.0.0/16|contributions on Wikipedia]], for example). <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 22:37, 7 July 2023 (UTC)
 
== Request to remove an incorrect redirect ==
 
I created a redirect pages with an incorrect password.
May I ask you to delete the following?
 
Page '''15171732'''
 
Page '''09836033'''
 
Page '''06675073'''
 
<small>''—This unsigned comment was made by [[User:N.Masaki|N.Masaki]] ([[User talk:N.Masaki|talk]] • [[Special:Contributions/N.Masaki|contribs]]) 05:31, 16 July 2023''</small>
 
:Deleted. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 06:44, 16 July 2023 (UTC)
 
== A few proposals for the Monsters and Monster Cards stats ==
 
Thanks for explaining the reasons for rejecting my edits. In particular, I would like to separate '???' apart from all the other values, that is, always last. This is because ??? is qualitatively different from all other special values, functioning more like a "IS NULL" value. However, I do have some suggestions:
 
Levels
* I am fine with negative values and zero before the positive values even though they are based on exceptional summoning conditions.
* ? should be the second last (meaning variable original level or attribute), and ??? should be last.
 
ATK and DEF values
* 0 ATK/DEF should go on the same line as the 1 to 1000 ATK/DEF row.
* The special values ?, X000, ????, ∞ go on the last row in that order. They are known special values whose actual original value is variable.
* [[???]] should always come last but on the same row as the ?-row, since it is used where there is ''no known information'' about that value at all.
 
Attributes
* The six regular attributes in alphabetical order, than DIVINE, then ?. Finally ???.
 
[[User:--MULLIGANACEOUS--|--MULLIGANACEOUS--]] ([[User talk:--MULLIGANACEOUS--|talk]] • [[Special:Contributions/--MULLIGANACEOUS--|contribs]]) 02:30, 17 August 2023 (UTC)
 
== Extraneous information ==
 
Hey Dinoguy,
 
I apologize for making too many unnecessary edits needed for this wiki, including noting certain exceptional Extra Deck monsters.
 
I will refrain from making such edits when there ain't a need to list that fact, unless it is a trivia.
 
[[User:--MULLIGANACEOUS--|--MULLIGANACEOUS--]] ([[User talk:--MULLIGANACEOUS--|talk]] • [[Special:Contributions/--MULLIGANACEOUS--|contribs]]) 02:36, 21 August 2023 (UTC)
 
== Request for File Name Change ==
 
I have identified errors in the file names. I would like to request changes to the following two names:
 
File:Souleater-PH-JP-R.jpg -> File:Souleater-PH-JP-C.jpg
 
File:KingTigerWanghu-PH-JP-C.jpg -> File:KingTigerWanghu-PH-JP-R.jpg
 
[[User:N.Masaki|N.Masaki]] ([[User talk:N.Masaki|talk]] • [[Special:Contributions/N.Masaki|contribs]]) 02:34, 27 August 2023 (UTC)
 
:@[[User:N.Masaki|N.Masaki]]: done, thanks for pointing these out. =) <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 03:02, 27 August 2023 (UTC)
 
== Important request for Dinoguy ==
Hello, Dinoguy1000. I apologize for the message and the waste of time, but since it seems like you and your colleagues are the most qualified people to write more detailed descriptions in articles, I thought I'd ask you for a few favors. I just ask you to update the pages of [[The Relic]] and the article of [[Kuaidul Velgear]]. That's all. I only ask that you write to me personally if you can't.
Thank you. --[[Special:Contributions/193.207.166.200|193.207.166.200]] 10:58, 25 September 2023 (UTC)
 
:Hello, Dinoguy1000. I am user '''87.2.48.27''', also known as '''193.207.166.200'''. Not to be rude to you, but I have to ask you a question; the fact that you didn't respond to me for a few weeks I also could have let it go (although after 30 days it becomes unbearable for me), but since you responded to a message after mine, could you have responded also to mine in the meantime? However, please know that I was not offended and that for me you "simply forgot to answer me." I only ask you to answer me yourself IF YOU HAVE TIME. Thank you. --[[Special:Contributions/87.2.48.27|87.2.48.27]] 18:54, 25 October 2023 (UTC)
 
::I didn't answer because I had nothing to say. I don't generally do anything with anime/manga pages that isn't routine maintenance, so I'm the wrong person to ask to expand them, sorry. 18:57, 25 October 2023 (UTC)
 
== Re: List of Skill Cards ==
 
Hi, [[List of Skill Cards]] has Skills from ''Duel Links'' listed, which are not Skill Cards. That's why I edited the page. But if there's a way to exclude those from the list, then that might be the best solution. But I don't know how to do that. [[User:RRpt|RRpt]] ([[User talk:RRpt|talk]] • [[Special:Contributions/RRpt|contribs]]) 11:42, 12 October 2023 (UTC)
 
:It'll require one or more template edits to fix, it's just annoying because this will affect other things besides the list, which all also have to be taken into account. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 20:12, 12 October 2023 (UTC)
 
== Sorry about that. ==
 
Hey there, sorry if my edit on the "unofficial terms" page was inappropriate. I can see how it'd be either that or going against the page's rule about keeping things concise/inexhaustive, so I'll take it on the chin.
You're good in my book, just wanted to get it off my chest.
 
[[User:SpeedBump|SpeedBump]] ([[User talk:SpeedBump|talk]] • [[Special:Contributions/SpeedBump|contribs]]) 17:42, 8 December 2023 (UTC)
 
 
== Portuguese edits/block ==
Hello,
 
My IP address was blocked by you, accused of having placed unofficial "lore and names" in the Portuguese language on the cards in the "Phantom Nightmare" collection.
 
Before blocking someone unduly, I ask you to check Konami's official database, as that's where I got the names and information from, but apparently you didn't know how to do that. So next time, learn.
 
Best regards, Db660. <small>''—This unsigned comment was made by [[User:Db660db|Db660db]] ([[User talk:Db660db|talk]] • [[Special:Contributions/Db660db|contribs]]) 22:14, 29 January 2024''</small>
 
:[[User:Db660db|Db660db]]: the responsibility for indicating the source for additions like this is on the person who is adding them (i.e. you, in this case). In the future, please use the [[wikipedia:Help:Edit summary|edit summary]] in your edits to indicate the source for your information, and if someone leaves a message on your talk page (either of your registered account or of an IP that you edited from), please make sure to respond. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 22:17, 29 January 2024 (UTC)
 
::Okay, I understood that for now. I feel sorry, but can you re-do my edits, or I have to make it one by one again? <small>''—This unsigned comment was made by [[User:Db660db|Db660db]] ([[User talk:Db660db|talk]] • [[Special:Contributions/Db660db|contribs]]) 22:25, 29 January 2024‎''</small>
 
:::It's generally preferred for the names/lores for all languages to be added at once, for those languages that are usually revealed together. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 01:05, 30 January 2024 (UTC)
 
:For completeness' sake, I checked the [https://www.db.yugioh-card.com/yugiohdb/?request_locale=pt Portuguese database] for all cards you added Portuguese names/lores to; none of them have a Portuguese database entry that's publicly available yet (and I wouldn't expect them to, with their release date still more than a week out), so that couldn't have been your source. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 13:49, 30 January 2024 (UTC)
 
== YGO Online ==
Hey, I was hoping to ask you some questions about YGO Online, we're doing a project to archive it and if possible to make an offline working version. I'd be glad if you could add me on Discord: noelroma <small>''—This unsigned comment was made by [[User:82.207.196.196|82.207.196.196]] ([[User talk:82.207.196.196|talk]] • [[Special:Contributions/82.207.196.196|contribs]]) 19:30, 10 February 2024''</small>
 
:@[[User:82.207.196.196|82.207.196.196]]: that's an interesting project, but in general it would be better to join our [[Project:Discord|Discord server]] and post in there (the channel <code>#documenting-video-games</code> would probably be the best place); I don't have much info on Online myself. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 01:17, 11 February 2024 (UTC)
==Do you read Yugioh manga==
If so, in what language and would you like me to help put the names on the pages? <!-- Template:Unsigned IP --><small class="autosigned">—&nbsp;This unsigned comment was made by [[Special:Contributions/74.219.117.130|74.219.117.130]] ([[User talk:74.219.117.130#top|talk]]) 19:27, 1 March 2024</small>
 
: If you're willing to [[Special:CreateAccount|register an account]] and you have access to ''official'' translations of the manga into languages we don't currently document, you would be welcome to upload images of cards from those translations. {{t|Manga card}} currently doesn't support very many languages, but I can add support for any languages you're interested in documenting. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 07:02, 8 March 2024 (UTC)
 
== RE:Discord ==
 
Unfortunately, I do ''not'' have control over my Discord anymore, and I feel like an absolute idiot for it. Granted, I am trying to solve this issue, but I can't believe I had to fall for something like that. --'''[[User:The-Psychid|<font color="#33cc66">Yes, it's THE-PSYCHID!</font>]]<sup> [[User talk:The-Psychid|<font color="skyblue">He talks!</font>]] [[Special:Contributions/The-Psychid|<font color="red">He does stuff!</font>]]</sup>''' 01:19, 27 March 2024 (UTC)
:I'm sure I'm not the first to fall for scams like that, but I am trying my hardest to get it back. (I mean, I ''could'' make a new one of I had to, but that might be a challenge.) Still, thanks for being so understanding. --'''[[User:The-Psychid|<font color="#33cc66">Yes, it's THE-PSYCHID!</font>]]<sup> [[User talk:The-Psychid|<font color="skyblue">He talks!</font>]] [[Special:Contributions/The-Psychid|<font color="red">He does stuff!</font>]]</sup>''' 01:58, 27 March 2024 (UTC)
::I actually made a new Discord account tonight: '''thepsychid720'''. --'''[[User:The-Psychid|<font color="#33cc66">Yes, it's THE-PSYCHID!</font>]]<sup> [[User talk:The-Psychid|<font color="skyblue">He talks!</font>]] [[Special:Contributions/The-Psychid|<font color="red">He does stuff!</font>]]</sup>''' 00:18, 29 March 2024 (UTC)
 
== "Schwarzschild Infinity Dragon" lists LIGHT/DARK Dragons that it can't actually Summon on its Tips page's semantic thingy. ==
 
Hello. I just wanted to mention that the semantic search chart on the Tips page of "[[Schwarzschild Infinity Dragon]]" mentions cards like "[[Blue-Eyes Toon Dragon]]", which shouldn't be part of the chart as they must first be Special Summoned via their own procedure and thus cannot be Special Summoned via "Schwarzschild Infinity Dragon". Thank you for your time.[[User:J. D. Guy|J. D. Guy]] ([[User talk:J. D. Guy|talk]] • [[Special:Contributions/J. D. Guy|contribs]]) 07:04, 10 April 2024 (UTC)
 
:I've changed the query to exclude some more monsters, but I don't actually know which monsters were in the original list incorrectly, so it's possible there are still some in the list that shouldn't be (and there may be some monsters that aren't listed but should be); if you spot any of them, please note them here, preferably with a brief explanation of why they shouldn't (or should) be in the list. <span class="nowrap">「[[User:Dinoguy1000|<span style="color:#00f;">ディノ</span><span style="color:#080;">奴</span>]][[Special:Contributions/Dinoguy1000|<span style="color:#F90;">千?!</span>]]」<sup>[[User talk:Dinoguy1000#top|☎ Dinoguy1000]]</sup></span> 08:33, 10 April 2024 (UTC)

Navigation menu