Difference between revisions of "User:Dinoguy1000"

From Yugipedia
Jump to: navigation, search
(Sites: WikiData because why not)
(Maintenance and cleanup: rm a couple items)
(21 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
{{SMW banner}}
 
{{SMW banner}}
  
{{w::User:Dinoguy1000}}
+
{{TOC}}
 +
 
 
<div style="text-align: center;"><span title="Dinoguy1000">{{Barian glyphs|Dinoguy|hover=}}{{Astral glyphs|1000|hover=}}</span><br />{{Astral glyphs|ディノガイセン}}</div>
 
<div style="text-align: center;"><span title="Dinoguy1000">{{Barian glyphs|Dinoguy|hover=}}{{Astral glyphs|1000|hover=}}</span><br />{{Astral glyphs|ディノガイセン}}</div>
  
Hi, I'm '''Dinoguy1000'''! I am an occasional<!-- leaving it for the lulz B) --> contributor here (for the record, I have [[Special:Editcount/Dinoguy1000|{{Special:Editcount/Dinoguy1000}}]] edits - [[Special:Contributions/Dinoguy1000|full list]]). Feel free to [[User talk:Dinoguy1000|leave me messages]]; I'll respond as soon as I can. If you have questions about another wiki I edit on, you should leave me a message on my talk page there; for non-wiki websites and other stuff, it's probably best to [[Special:EmailUser/Dinoguy1000|email me]].
+
Hi, I'm '''Dinoguy1000'''! I am an occasional<!-- leaving it for the lulz B) --> contributor here ([[Special:Contributions/Dinoguy1000|full list]]). Feel free to [[User talk:Dinoguy1000|leave me messages]]; I'll respond as soon as I can. If you have questions about another wiki I edit on, you should leave me a message on my talk page on that wiki.
  
 
== Sites ==
 
== Sites ==
 
''Yu-Gi-Oh!'' or the wiki around the web.
 
''Yu-Gi-Oh!'' or the wiki around the web.
* [https://www.freebase.com/m/0nddpjr Freebase]
+
* [https://www.mywot.com/en/scorecard/yugipedia.com WebOfTrust]
* [https://wikiapiary.com/wiki/Yu-Gi-Oh!_Wikia WikiApiary]
+
* [https://wikiapiary.com/wiki/Yugipedia WikiApiary]
 
* [https://www.wikidata.org/wiki/Q192015 WikiData]
 
* [https://www.wikidata.org/wiki/Q192015 WikiData]
 +
* [https://wikiindex.org/Yugipedia WikiIndex]
  
 
== Maintenance and cleanup ==
 
== Maintenance and cleanup ==
* [http://yugioh.wikia.com/api.php?action=query&meta=siteinfo&siprop=statistics Job queue count] ([[Special:Statistics|stats]])
+
* [https://yugipedia.com/api.php?action=query&meta=siteinfo&siprop=statistics Job queue count] ([[Special:Statistics|stats]])
* [[Special:LinkSearch/http://*.twoday.net|Shriek(TCG) and ManjyomeThunder links to be cleared]]
+
* [[Special:LinkSearch/yugioh.wikia.com|yugioh.wikia.com links to be cleared]]
 
* [[:Category:Template maintenance categories]]
 
* [[:Category:Template maintenance categories]]
 
** [[:Category:Card pages with a nonstandard unofficial name]]
 
** [[:Category:Card pages with a nonstandard unofficial name]]
 
** [[:Category:Card pages with a nonstandard unofficial lore]]
 
** [[:Category:Card pages with a nonstandard unofficial lore]]
 
** CardTable2:
 
** CardTable2:
*** [[:Category:Card pages using deprecated CardTable2 parameters]]
 
*** [[:Category:CardTable2 parameter fallthrough]]
 
 
*** [[:Category:CardTable2 parameter tracking]]
 
*** [[:Category:CardTable2 parameter tracking]]
*** [[:Category:CardTable2 transclusions with bad width values]]
 
** [[:Category:FlagLang transclusions with unrecognized values]]
 
 
** [[:Category:Forumheader transclusions to be checked]]
 
** [[:Category:Forumheader transclusions to be checked]]
 
** [[:Category:Navigation transclusions to be checked]]
 
** [[:Category:Navigation transclusions to be checked]]
Line 65: Line 63:
  
 
=== AWB stuff ===
 
=== AWB stuff ===
 +
{{main|User:Dinoguy1000/AWB}}
 
So I don't have to keep working out how to do simple stuff - see also [[/awbtest]].
 
So I don't have to keep working out how to do simple stuff - see also [[/awbtest]].
 
==== Template replace ====
 
<pre>{{Errata
 
|name=%%pagename%%
 
}}</pre>
 
replaced with
 
<pre>{{Navigation}}</pre>
 
 
"Options" tab:
 
* "Automatic changes" boxes all unchecked
 
* "Find and replace" box checked; "Normal settings":
 
** <code><nowiki>{{Errata\s\|name=\s*?%%pagename%%\s}}</nowiki></code> replaced with <code><nowiki>{{Navigation}}</nowiki></code>
 
*** \s = newline/whitespace
 
*** \| = pipe
 
*** \s*? = 0 or more whitespace characters, lazy match
 
*** %%pagename%% = <nowiki>{{PAGENAME}}</nowiki>
 
** "Regex" and "Enabled" boxes checked
 
** all other boxes unchecked
 
 
==== Unofficial name ====
 
<pre>'''''The Arabic name given is an approximation.'''''</pre>
 
(example only; there's quite a bit of variety in practice - see the range of regexes below) replaced with
 
<pre>{{Unofficial name|Arabic}}</pre>
 
 
"Options" tab:
 
* "Automatic changes" boxes all unchecked
 
* "Find and replace" box checked; "Normal settings":
 
** <code><nowiki>'*The \[\[Card Names\:%%pagename%%\|(.+?)]],? name given is an approximation\.'*</nowiki></code> replaced with <code><nowiki>{{Unofficial name|$1}}</nowiki></code>
 
*** '* = any number of consecutive ' (apostrophes)
 
*** \[ = opening square bracket
 
*** \: = colon (escaping it isn't strictly necessary but AWB doesn't like it unescaped)
 
*** %%pagename%% = <nowiki>{{PAGENAME}}</nowiki>
 
*** \| = pipe
 
*** (.+?) = any word, 1 or more characters (lazy match)
 
*** ,? = 0 or 1 commas
 
*** \. = period (works without escaping, but could lead to weird results since an unescaped period actually matches any character)
 
** <code><nowiki>'*The (.+?)\,? name given is an approximation\.'*</nowiki></code> replaced with <code><nowiki>{{Unofficial name|$1}}</nowiki></code>
 
*** \,? = 0 or 1 commas, escaped to keep it from matching in (.+?)
 
** <code><nowiki>'*The (.+?)\,? (.+?)\,? (.*?)\,? (.+?)\,? (.+?)\,? and (.+?)\,? names given are approximations\.'*</nowiki></code> replaced with <code><nowiki>{{Unofficial name|$1|$2|$3|$4|$5|$6}}</nowiki></code>
 
** <code><nowiki>'*The (.+?)\,? (.+?)\,? (.+?)\,? (.+?)\,? and (.+?)\,? names given are approximations\.'*</nowiki></code> replaced with <code><nowiki>{{Unofficial name|$1|$2|$3|$4|$5}}</nowiki></code>
 
** <code><nowiki>'*The (.+?)\,? (.+?)\,? (.+?)\,? and (.+?)\,? names given are approximations\.'*</nowiki></code> replaced with <code><nowiki>{{Unofficial name|$1|$2|$3|$4}}</nowiki></code>
 
** <code><nowiki>'*The (.+?)\,? (.+?)\,? and (.+?)\,? names given are approximations\.'*</nowiki></code> replaced with <code><nowiki>{{Unofficial name|$1|$2|$3}}</nowiki></code>
 
** <code><nowiki>'*The (.+?)\,? and (.+?)\,? names given are approximations\.'*</nowiki></code> replaced with <code><nowiki>{{Unofficial name|$1|$2}}</nowiki></code>
 
** "Regex" and "Enabled" boxes are checked (for all)
 
** all other boxes unchecked
 
  
 
=== Card image uploading fun ===
 
=== Card image uploading fun ===
 
<pre>{{OCG-TCG card image
 
<pre>{{OCG-TCG card image
| name   = {{ subst:#replace: {{ subst:#explode: {{ subst:#replace: {{ subst:#replace: {{ subst:#replace: {{subst:PAGENAME}} | &#39; | ' }} | &quot; | " }} | &amp; | & }} | - | 0 }} | ***ABBR*** }}
+
| name = {{ subst:#replace: {{ subst:#explode: {{ subst:#replace: {{ subst:#replace: {{ subst:#replace: {{subst:PAGENAME}} | &#39; | ' }} | &quot; | " }} | &amp; | & }} | - | 0 }} | ***ABBR*** }}
| set    = ***ABBR***
+
| watermark =  
| region = ***LN***
+
| poor      =  
| rarity = {{ subst:#explode: {{ subst:#explode: {{subst:PAGENAME}} | - | 2 }} | . | 0 }}
+
}}</pre>
}}
 
{{Watermark}}</pre>
 
  
 
=== Archetype searches ===
 
=== Archetype searches ===
 
This query is useful for looking for cards that a support card for an archetype will support:
 
This query is useful for looking for cards that a support card for an archetype will support:
  
  "''Japanese archetype name here''" site:yugioh.wikia.com "other card information" -"card game counterpart" -"redirected from" -intitle:user
+
  "''Japanese archetype name here''" site:yugipedia.com "other card information" -"card game counterpart" -"redirected from" -intitle:user
  
 
* The quotes around the archetype string prevent Google from being too smart for its own good and sometimes not just searching for the Japanese text, but also ''the English translation'', thus preventing lots of irrelevant results from appearing.
 
* The quotes around the archetype string prevent Google from being too smart for its own good and sometimes not just searching for the Japanese text, but also ''the English translation'', thus preventing lots of irrelevant results from appearing.
 
* The <code>"other card information"</code> prevents SMW list pages from appearing, since most of those list the Japanese names of cards and thus will otherwise appear in the results. It also prevents character versions of cards from appearing, since they don't use {{t|CardTable2}}.
 
* The <code>"other card information"</code> prevents SMW list pages from appearing, since most of those list the Japanese names of cards and thus will otherwise appear in the results. It also prevents character versions of cards from appearing, since they don't use {{t|CardTable2}}.
 
* The <code>-"card game counterpart"</code> prevents [[Bandai]], [[DDM]], [[Capsule Monsters]], etc. counterparts to OCG/TCG/anime/manga/VG cards from appearing in the results, since these generally don't get added to archetypes.
 
* The <code>-"card game counterpart"</code> prevents [[Bandai]], [[DDM]], [[Capsule Monsters]], etc. counterparts to OCG/TCG/anime/manga/VG cards from appearing in the results, since these generally don't get added to archetypes.
* The <code>-"redirected from"</code> prevents redirects to pages, such as [[card number]]s, [[set number]]s, and alternate names, from appearing in the results, since these just duplicate the result for the card itself.
+
* The <code>-"redirected from"</code> prevents redirects to pages, such as [[passcode]]s, [[set number]]s, and alternate names, from appearing in the results, since these just duplicate the result for the card itself.
* The <code>-intitle:user</code> prevents user pages from appearing in the results (in the off-chance there's a card with the word "user" in its name, this would miss that, but a [http://yugioh.wikia.com/index.php?title=Special%3AAsk&q=%5B%5BEnglish+Name%3A%3A~*User*%5D%5D+OR+%5B%5BEnglish+Name%3A%3A~*user*%5D%5D&po=&sort_num=&order_num=ASC&eq=yes&p%5Bformat%5D=broadtable&p%5Blimit%5D=20&p%5Bsort%5D=&p%5Boffset%5D=&p%5Bheaders%5D=show&p%5Bmainlabel%5D=&p%5Blink%5D=all&p%5Bsearchlabel%5D=&p%5Bintro%5D=&p%5Boutro%5D=&p%5Bdefault%5D=&p%5Bclass%5D=sortable+wikitable+smwtable&eq=yes quick query] suggests that's ridiculously rare).
+
* The <code>-intitle:user</code> prevents user pages from appearing in the results (in the off-chance there's a card with the word "user" in its name, this would miss that, but a [https://yugipedia.com/index.php?title=Special%3AAsk&q=%5B%5BEnglish+name%3A%3A~*User*%5D%5D+OR+%5B%5BEnglish+name%3A%3A~*user*%5D%5D&po=&sort_num=&order_num=ASC&eq=yes&p%5Bformat%5D=broadtable&p%5Blimit%5D=20&p%5Bsort%5D=&p%5Boffset%5D=&p%5Bheaders%5D=show&p%5Bmainlabel%5D=&p%5Blink%5D=all&p%5Bsearchlabel%5D=&p%5Bintro%5D=&p%5Boutro%5D=&p%5Bdefault%5D=&p%5Bclass%5D=sortable+wikitable+smwtable&eq=yes quick query] suggests that's ridiculously rare).
  
For archetypes with names that have Ruby text, it's generally more useful to search for the base text and Ruby text separately then to try both at once.
+
For archetypes with names that have Ruby text, it's generally more useful to search for the base text and Ruby text separately than to try both at once.
  
 
=== Random tidbits ===
 
=== Random tidbits ===
 
This is useful for seeing what's ''really'' going on with <code><nowiki>{{PAGENAME}}</nowiki></code> and company (try it on [["We'll Be There" - Rex & Weevil]] ;) ), see also {{t|Normalized pagename}}:
 
This is useful for seeing what's ''really'' going on with <code><nowiki>{{PAGENAME}}</nowiki></code> and company (try it on [["We'll Be There" - Rex & Weevil]] ;) ), see also {{t|Normalized pagename}}:
 
<pre><nowiki>{{ #tag: source | {{FULLPAGENAME}} | lang="html5" }}</nowiki></pre>
 
<pre><nowiki>{{ #tag: source | {{FULLPAGENAME}} | lang="html5" }}</nowiki></pre>
 
== Unofficial names and lores ==
 
I add the templates {{t|Unofficial name}} and {{t|Unofficial lore}} to card pages when I have reason to believe that the name(s)/lore(s) in question really are unofficial. Generally, I'll add these tags to card pages for cards which appeared in ''[[Yu-Gi-Oh! ZEXAL]]'' (since that series has no official version yet), or cards which have not appeared in any anime/manga/video game (according to that card page) and have not had an English release (this means that most of my tagging is for English names and lores). If I tag something as unofficial that is actually official, please call me on it, and if possible, link me to somewhere that I can find similar official names/lores (e.g. if the English name is confirmed as official because the card appeared in an English video game, link me to a list of the English names of cards for that video game). Sources for official names include the obvious officially translated anime/manga/video games, but also extends to action figures, clothing, posters, commercials, press releases, etc.
 
 
{{User:Dinoguy1000/translators}}
 
 
== Contributions ==
 
Some random things I've contributed (to) here.
 
 
* {{tl|Bandai rule}} (created, deployable (needs [[Template:Bandai rule/doc|documentation]] though))
 
* {{tl|CardTable2}} (some random bits a few years ago; some of them may even still be getting used! =D  (I'm working on a [[Template:CardTable2/sandbox|complete overhaul]] now, and would appreciate [[Forum:Testing the CardTable2 update|help with testing]]))
 
* {{tl|Card search tip}} (created, not deployable yet)
 
* {{tl|Card table anime and manga appearances}} (created as metatemplate for the "[[Template:Card table anime and manga appearances see also|anime and manga appearances]]" template series)
 
* {{tl|Card table set}} (created, test deployed, still have some functionality to be added)
 
* {{tl|Credits}} (created, deployed, needs [[Template:Credits/doc|documentation]])
 
* {{tl|For}} (recreated)
 
* {{tl|Forum}} (created, based on input and sandboxes of [[User:Hide Head Turtle|Hide Head Turtle]] and [[User:Falzar FZ|Falzar FZ]])
 
* {{tl|Forum/header}} (updated, added error-checking)
 
* {{tl|Forum/nav}} (created, again based on input and sandboxes of Hide Head Turtle and Falzar FZ)
 
* {{tl|Hide Factbox}} (created<!-- based on input from Delt, though I've no idea any more where the original thread is -->, deployable, needs [[Template:Hide Factbox/doc|documentation]])
 
* {{tl|Infobox video game}} (renamed, cleaned up)
 
* {{tl|Lang}} and {{tl|Ln}} (created)
 
* {{tl|Monsters and Monster Cards}} (created)
 
* {{tl|Navigation}} (updated, added error-checking)
 
* {{tl|Negref banner}} (created as a [[mw:Extension:Negref|Negref]] counterpart to {{tl|SMW banner}})
 
* {{tl|OCG-TCG card image}} (created, test-deployed, more tweaks to come)
 
* {{tl|OCG-TCG set table}} (adopted, working off-and-on to get to a deployable state)
 
* {{tl|R}} (created; going to move to {{tl|Rarity}} so I can reuse the name "Template:R")
 
* {{tl|R from card number}} (created)
 
* {{tl|R from set abbr}} (created)
 
* {{tl|R from set number}} (created)
 
* {{tl|Repeat}} (created, deployable)
 
* {{tl|Ruby}} (created, deployable)
 
* {{tl|Set}} (created; still playing with it to figure out just how I want it to work)
 
* {{tl|SMW banner}} (created as an [[Template:Mbox|mbox]] notice for whether [[smw:|Semantic MediaWiki]] is currently enabled)
 
* {{tl|SMW page name}} (created to return a page's plaintext, "canonical" page name)
 
* {{tl|Unofficial name}} (created, deployed on [[Special:MostLinkedTemplates|over 5200 articles]])
 
* {{tl|Unofficial lore}} (created as counterpart to {{tl|Unofficial name}})
 
* Any number ("dozens" would probably not be an exaggeration) of templates, categories, and files (re)copied from Wikipedia (see also [[User:Dinoguy1000/wikimedia]]), many of which of the templates are now [[Special:MostLinkedTemplates|very widely used]]
 
* Much of the highest-level categorization (starting at [[:Category:Browse]])
 
* Lots of random [[Special:Specialpages]] log/report clearing
 
* [[Order of Set Release]] (random work, tables)
 
 
=== To create ===
 
* [[Template:Edition]]
 
* [[Template:Ed]]
 
 
=== To refurbish ===
 
* {{tl|Star}}
 
 
=== To deprecate/delete ===
 
{{main|User:Dinoguy1000/flags}}
 
 
=== To do ===
 
* Keep expanding the [[Template:Timeline|real-world timeline]]
 
* Look more closely at the [[w:c:avatar:Template:Icons]] system
 
* <s>Look more closely at {{t|Portal}} to see if it can use anything from {{t|PortalDeck}} and {{t|PortalOmni}}</s>, then start switching stuff over
 
  
 
== Random ==
 
== Random ==
Line 225: Line 120:
 
! Ritual Monsters
 
! Ritual Monsters
 
! Synchro Monsters
 
! Synchro Monsters
 +
! Xyz Monsters
 +
! Pendulum Monsters
 +
! Link Monsters
 
! Spell Cards
 
! Spell Cards
 
! Trap Cards
 
! Trap Cards
Line 234: Line 132:
 
| style="background: #CCC0D8;" | CCC0D8
 
| style="background: #CCC0D8;" | CCC0D8
 
| style="background: #F2F2F2;" | F2F2F2
 
| style="background: #F2F2F2;" | F2F2F2
 +
| style="background: #FFFFFF;" | ???<!-- none listed -->
 +
| style="background: #FFFFFF;" | ???<!-- none listed -->
 +
| style="background: #FFFFFF;" | ???<!-- none listed -->
 
| style="background: #D7E3BD;" | D7E3BD
 
| style="background: #D7E3BD;" | D7E3BD
 
| style="background: #E5B7B7;" | E5B7B7
 
| style="background: #E5B7B7;" | E5B7B7
Line 243: Line 144:
 
| rowspan="2" style="background: #FFFFFF;" | ???<!-- none listed; Demise is listed as "Monster/Effect" -->
 
| rowspan="2" style="background: #FFFFFF;" | ???<!-- none listed; Demise is listed as "Monster/Effect" -->
 
| style="background: #CCCCCC;" | CCCCCC
 
| style="background: #CCCCCC;" | CCCCCC
 +
| rowspan="2" style="background: #FFFFFF;" | ???<!-- none listed -->
 +
| rowspan="2" style="background: #FFFFFF;" | ???<!-- none listed -->
 +
| rowspan="2" style="background: #FFFFFF;" | ???<!-- none listed -->
 
| rowspan="2" style="background: #1D9E74;" | 1D9E74
 
| rowspan="2" style="background: #1D9E74;" | 1D9E74
 
| rowspan="2" style="background: #BC5A84;" | BC5A84
 
| rowspan="2" style="background: #BC5A84;" | BC5A84
Line 254: Line 158:
 
| style="background: #9DB5CC;" | 9DB5CC
 
| style="background: #9DB5CC;" | 9DB5CC
 
| style="background: #CCCCCC;" | CCCCCC
 
| style="background: #CCCCCC;" | CCCCCC
 +
| style="background: #FFFFFF;" | ???<!-- none listed -->
 +
| style="background: #FFFFFF;" | ???<!-- none listed -->
 +
| style="background: #FFFFFF;" | ???<!-- none listed -->
 
| style="background: #1D9E74;" | 1D9E74
 
| style="background: #1D9E74;" | 1D9E74
 
| style="background: #BC5A84;" | BC5A84
 
| style="background: #BC5A84;" | BC5A84
Line 263: Line 170:
 
| style="background: #FFFFFF;" | ???<!-- none listed -->
 
| style="background: #FFFFFF;" | ???<!-- none listed -->
 
| style="background: #CCCCCC;" | CCCCCC
 
| style="background: #CCCCCC;" | CCCCCC
 +
| style="background: #FFFFFF;" | ???<!-- none listed -->
 +
| style="background: #FFFFFF;" | ???<!-- none listed -->
 +
| style="background: #FFFFFF;" | ???<!-- none listed -->
 +
| style="background: #1D9E74;" | 1D9E74
 +
| style="background: #BC5A84;" | BC5A84
 +
|-
 +
! [https://www.yugioh-card.com/oc/gameplay/detail.php?id=1155]
 +
| style="background: #FFFF99;" | FFFF99
 +
| style="background: #FFC000;" | FFC000
 +
| style="background: #CF9FFF;" | CF9FFF
 +
| style="background: #538DD5;" | 538DD5
 +
| style="background: #F2F2F2;" | F2F2F2
 +
| style="background: #404040;" | 404040
 +
| style="background: #FFFFFF;" | ???<!-- none listed -->
 +
| style="background: #00589A;" | 00589A
 
| style="background: #1D9E74;" | 1D9E74
 
| style="background: #1D9E74;" | 1D9E74
 
| style="background: #BC5A84;" | BC5A84
 
| style="background: #BC5A84;" | BC5A84
Line 268: Line 190:
 
|-
 
|-
 
! []
 
! []
 +
| style="background: #;" |
 
| style="background: #;" |  
 
| style="background: #;" |  
 
| style="background: #;" |  
 
| style="background: #;" |  
Line 279: Line 202:
  
 
==All subpages==
 
==All subpages==
{{/subpages}}
+
{{/}}
 
 
[[de:Benutzer:Dinoguy1000]]
 
[[es:Usuario:Dinoguy1000]]
 

Revision as of 02:35, 16 September 2023

Dinoguy1
ディノガイセン

Hi, I'm Dinoguy1000! I am an occasional contributor here (full list). Feel free to leave me messages; I'll respond as soon as I can. If you have questions about another wiki I edit on, you should leave me a message on my talk page on that wiki.

Sites

Yu-Gi-Oh! or the wiki around the web.

Maintenance and cleanup

AWB stuff

So I don't have to keep working out how to do simple stuff - see also /awbtest.

Card image uploading fun

{{OCG-TCG card image
| name = {{ subst:#replace: {{ subst:#explode: {{ subst:#replace: {{ subst:#replace: {{ subst:#replace: {{subst:PAGENAME}} | ' | ' }} | " | " }} | & | & }} | - | 0 }} | ***ABBR*** }}
| watermark = 
| poor      = 
}}

Archetype searches

This query is useful for looking for cards that a support card for an archetype will support:

"Japanese archetype name here" site:yugipedia.com "other card information" -"card game counterpart" -"redirected from" -intitle:user
  • The quotes around the archetype string prevent Google from being too smart for its own good and sometimes not just searching for the Japanese text, but also the English translation, thus preventing lots of irrelevant results from appearing.
  • The "other card information" prevents SMW list pages from appearing, since most of those list the Japanese names of cards and thus will otherwise appear in the results. It also prevents character versions of cards from appearing, since they don't use {{CardTable2}}.
  • The -"card game counterpart" prevents Bandai, DDM, Capsule Monsters, etc. counterparts to OCG/TCG/anime/manga/VG cards from appearing in the results, since these generally don't get added to archetypes.
  • The -"redirected from" prevents redirects to pages, such as passcodes, set numbers, and alternate names, from appearing in the results, since these just duplicate the result for the card itself.
  • The -intitle:user prevents user pages from appearing in the results (in the off-chance there's a card with the word "user" in its name, this would miss that, but a quick query suggests that's ridiculously rare).

For archetypes with names that have Ruby text, it's generally more useful to search for the base text and Ruby text separately than to try both at once.

Random tidbits

This is useful for seeing what's really going on with {{PAGENAME}} and company (try it on "We'll Be There" - Rex & Weevil ;) ), see also {{Normalized pagename}}:

{{ #tag: source | {{FULLPAGENAME}} | lang="html5" }}

Random

Haiku

Manga, anime...
Card effects come and go, as
might a summer breeze
Motorbikes and cards
do not seem like they'd mix well.
First Ride incomplete.

Other stuff

Stop says the red light, go says the green
Wait says the yellow light, twinkling in between.
KNEEL, SAYS THE DEMON LIGHT
WITH ITS EYE OF COAL
SAURON KNOWS YOUR LICENSE PLATE
AND STARES INTO YOUR SOUL[src]

Card colors

Colors for rows:

Site Normal Monsters Effect Monsters Fusion Monsters Ritual Monsters Synchro Monsters Xyz Monsters Pendulum Monsters Link Monsters Spell Cards Trap Cards
[1] FEFF99 FBD4B5 CDC0DA CCC0D8 F2F2F2 ??? ??? ??? D7E3BD E5B7B7
[2] FDE68A FF8B53 A086B7 ??? CCCCCC ??? ??? ??? 1D9E74 BC5A84
999999
[3] FDE68A FF8B53 A086B7 9DB5CC CCCCCC ??? ??? ??? 1D9E74 BC5A84
[4] FDE68A FF8B53 A086B7 ??? CCCCCC ??? ??? ??? 1D9E74 BC5A84
[5] FFFF99 FFC000 CF9FFF 538DD5 F2F2F2 404040 ??? 00589A 1D9E74 BC5A84

All subpages

User
User talk