Editing User:Dinoguy1000

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

This page is not enabled for semantic in-text annotations due to namespace restrictions. Details about how to enable the namespace can be found on the configuration help page.

Latest revision Your text
Line 68: Line 68:
 
{{main|User:Dinoguy1000/AWB}}
 
{{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 ===
Line 92: Line 137:
 
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|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 passcode}} (created)
 +
* {{tl|R from set prefix}} (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 206: Line 307:
 
==All subpages==
 
==All subpages==
 
{{/}}
 
{{/}}
 +
 +
[[de:Benutzer:Dinoguy1000]]
 +
[[es:Usuario:Dinoguy1000]]

Please note that all contributions to Yugipedia are considered to be released under the Creative Commons Attribution-ShareAlike 4.0 International License (see Yugipedia:Licensing for more details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)
Below are some commonly used wiki markup codes. Simply click on what you want to use and it will appear in the edit box above.

View this template